SBADPCMDecodeStateSize_G722

Calculates the memory size required for Sub-Band ADPCM decoder.

Syntax

IppStatus ippsSBADPCMDecodeStateSize_G722_16s (int* pDecMemSize);

Parameters

pDecMemSize

Pointer to the output size of the memory needs to perform G.722 SB-ADPCM decoder.

Description

The function ippsSBADPCMDecodeStateSize_G722 is declared in the ippsc.h file.

This function gets the information about the amount of memory (in bytes) needed to process the G.722 Sub-Band ADPCM decompression.

Return Values

ippStsNoErr

Indicates no error.

IppStsNullPtrErr

Indicates an error when the pDecMemSize pointer is NULL.

Submit feedback on this help topic

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