DCTQuantFwd8X8LS_JPEG

Transform and quantize with level shift

Supported Technologies

SSE2

Synopsis

FwStatus   fwiDCTQuantFwd8x8LS_JPEG_8u16s_C1R ( const Fw8u * pSrcint srcStepFw16s * pDstconst Fw16u * pQuantFwdTable );

Parameters

pDst   Pointer to a location in a destination buffer.
pQuantFwdTable   Pointer to the forward quantization table (encoder).
pSrc   Pointer to a location in a source buffer.
srcStep   Source buffer step size (width of the buffer in bytes).

Description

This function reads an 8X8 data block of 8-bit unsigned data in a source buffer, level-shifts the unsigned values to signed values, performs forward DCT and quantization, then writes the output data block to a destination buffer.