Initializes the adaptive codebook decode module memory.
IppStatus ippsAdaptiveCodebookDecodeInit_AMRWB_16s( IppsAdaptiveCodebookDecodeState_AMRWB_16s* pState);
pState |
Pointer to the adaptive codebook decode module memory. |
This function is declared in ippsc.h file. The function initializes the adaptive codebook decode module memory.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pState pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.