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 length in bytes, of the decode module of the adaptive codebook. |
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 - 2011, Intel Corporation. All rights reserved.