QuantInvIntra_MPEG2

Inverse intra frame quantization (MPEG-2)

Supported Technologies

SSE2

Synopsis

FwStatus   fwiQuantInvIntra_MPEG2_16s_C1I ( Fw16s * pSrcDstint QPFw16s * pQPMatrix );

Parameters

QP   Quantizer scale factor read from the bitstream.
pQPMatrix   Pointer to a standard or user-defined weighting matrix.
pSrcDst   Pointer to the start of the block.

Description

This function performs inverse quantization of intra frames in accordance with the MPEG-2 standard.

The 8x8 matrix of DCT coefficients in pSrcDst are first multiplied by Qp, the quantizing scale factor, and then by the corresponding elements of the 8x8 pQPMatrix. The function also performs saturation and mismatch control in accordance with the MPEG-2 standard.