Calculates the memory size required for Sub-Band ADPCM decoder.
IppStatus ippsSBADPCMDecodeStateSize_G722_16s (int* pDecMemSize);
pDecMemSize |
Pointer to the output size of the memory needs to perform G.722 SB-ADPCM decoder. |
The function ippsSBADPCMDecodeStateSize_G722 is declared in the ippsc.h file.
This function gets the information about the amount of memory (in bytes) needed to process the G.722 Sub-Band ADPCM decompression.
ippStsNoErr |
Indicates no error. |
IppStsNullPtrErr |
Indicates an error when the pDecMemSize pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.