QuantInv_MPEG2

Inverse inter frame quantization (MPEG-2)

Supported Technologies

SSE2

Synopsis

FwStatus   fwiQuantInv_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 inter 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.