QuantInvIntraGetSize_MPEG4, QuantInvInterGetSize_MPEG4

Return size of specification structures.

Syntax

IppStatus ippiQuantInvIntraGetSize_MPEG4(int* pSpecSize);

IppStatus ippiQuantInvInterGetSize_MPEG4(int* pSpecSize);

Parameters

pSpecSize

Pointer to the resulting size of the initialized specification structure IppiQuantInvIntraSpec_MPEG4 or IppiQuantInvInterSpec_MPEG4.

Description

The functions ippiQuantInvIntraGetSize_MPEG4 and ippiQuantInvInterGetSize_MPEG4 are declared in the ippvc.h file. These functions return a size of specification structure IppiQuantInvIntraSpec_MPEG4 or IppiQuantInvInterSpec_MPEG4.

These functions are used in the MPEG-4 encoder and decoder included into Intel IPP Samples. See introduction to MPEG-4.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error pointer pSpecSize is NULL.


Submit feedback on this help topic

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