Return size of specification structures.
IppStatus ippiQuantIntraGetSize_MPEG4(int* pSpecSize);
IppStatus ippiQuantInterGetSize_MPEG4(int* pSpecSize);
pSpecSize |
Pointer to the resulting size of the initialized specification structure IppiQuantIntraSpec_MPEG4 or IppiQuantInterSpec_MPEG4. |
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.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error pointer pSpecSize is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.