Queries the memory length of the adaptive codebook decode module.
IppStatus ippsAdaptiveCodebookDecodeGetSize_AMRWB_16s(int* pDstSize);
pDstSize |
Pointer to the output parameter to store the adaptive codebook decode module length in bytes. |
This function is declared in ippsc.h file. The function reports the size of memory needed for proper operation of the adaptive codebook decode module.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pDstSize pointer is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.