Performs integer inverse transformation and dequantization for 4x4 luma DC coefficients.
IppStatus ippiTransformDequantLumaDC_H264_16s_C1I(Ipp16s* pSrcDst, Ipp32s QP);
pSrcDst |
Pointer to the initial coefficients and resultant DC (4x4 block). |
QP |
Quantization parameter. |
The function ippiTransformDequantLumaDC_H264_16s_C1I is declared in the ippvc.h file. This function performs integer inverse transformation and dequantization for 4x4 luma DC coefficients in accordance with 8.5.6 of [JVTG050].
The argument QP stands here for a luma quantization parameter, which is designated in JVT-G050 as QPY.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error condition if at least one of the specified pointers is NULL. |
ippStsOutOfRangeErr |
Indicates an error condition if QP is less than 1 or greater than 51. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.