AdaptiveCodebookDecodeGetSize_AMRWB

Queries the memory length of the adaptive codebook decode module.

Syntax

IppStatus ippsAdaptiveCodebookDecodeGetSize_AMRWB_16s(int* pDstSize);

Parameters

pDstSize

Pointer to the output parameter to store the length in bytes, of the decode module of the adaptive codebook.

Description

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.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when the pDstSize pointer is NULL.

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.