QuantIntraGetSize_MPEG4, QuantInterGetSize_MPEG4

Return size of specification structures.

Syntax

IppStatus ippiQuantIntraGetSize_MPEG4(int* pSpecSize);

IppStatus ippiQuantInterGetSize_MPEG4(int* pSpecSize);

Parameters

pSpecSize

Pointer to the resulting size of the initialized specification structure IppiQuantIntraSpec_MPEG4 or IppiQuantInterSpec_MPEG4.

Description

The functions ippiQuantIntraGetSize_MPEG4 and ippiQuantInterGetSize_MPEG4 are declared in the ippvc.h file. These functions return a size of specification structure IppiQuantIntraSpec_MPEG4 or IppiQuantInterSpec_MPEG4.

These functions are used in the MPEG-4 encoder 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.