DequantTransformResidual_H264

Inverse transform residual

Synopsis

FwStatus   fwiDequantTransformResidual_H264_16s_C1I ( Fw16s * pSrcDstFw32s stepFw16s * pDCFw32s ACFw32s QP );

Parameters

AC   AC compoment
QP   Quantizer scale factor read from the bitstream.
pDC   Pointer to an output coefficient.
pSrcDst   Pointer to the start of the block.
step   Plane step

Description

This function steps through a source buffer, performs scaling, inverse transformation, and shift of a residual 4X4 block in accordance with JVTG050 8.5.7., and writes the result back to the source buffer.

For chroma block transforms, call this function after TransformDequantChromaDC_H264.