Informative function, returns the number of bytes needed for encoder memory.
IppStatus ippsEncodeGetStateSize_G726_16s8u (unsigned int* pEncSize);
pEncSize |
Pointer to the output memory size in bytes. |
The function ippsEncodeGetStateSize_G726 is declared in ippsc.h file. This function gets information about the amount of memory needed to process the G.726 ADPCM compression.
ippStsNoErr |
Indicates no error. |
IppStsNullPtrErr |
Indicates an error when the pEncSize pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.