DecodeGetStateSize_G726

Informative function, returns the number of bytes needed for decoder memory.

Syntax

IppStatus ippsDecodeGetStateSize_G726_8u16s (unsigned int* pDecSize);

Parameters

pDecSize

Pointer to the output memory size in bytes.

Description

The function ippsDecodeGetStateSize_G726 is declared in ippsc.h file. This function reports the amount of memory needed to process the G.726 ADPCM decompression.

Return Values

ippStsNoErr

Indicates no error.

IppStsNullPtrErr

Indicates an error when the pDecSize pointer is NULL.

Submit feedback on this help topic

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