EncodeGetStateSize_G726

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

Syntax

IppStatus ippsEncodeGetStateSize_G726_16s8u (unsigned int* pEncSize);

Parameters

pEncSize

Pointer to the output memory size in bytes.

Description

The function ippsEncodeGetStateSize_G726 is declared in ippsc.h file. This function gets information about the amount of memory needed to process the G.726 ADPCM compression.

Return Values

ippStsNoErr

Indicates no error.

IppStsNullPtrErr

Indicates an error when the pEncSize pointer is NULL.

Submit feedback on this help topic

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