Calculates the memory size required for G.722 Sub-Band ADPCM encoder.
IppStatus ippsSBADPCMEncodeStateSize_G722_16s (int* pEncMemSize);
pEncMemSze |
Pointer to the output memory size in bytes. |
The function ippsSBADPCMEncodeStateSize_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 compression.
ippStsNoErr |
Indicates no error. |
IppStsNullPtrErr |
Indicates an error when the pEncMemSize pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.