GetHuffmanStatistics8X8

Get encoding statistics for data block

Synopsis

FwStatus   fwiGetHuffmanStatistics8x8_JPEG_16s_C1 ( const Fw16s * pSrcint pDcStatistics[256]int pAcStatistics[256]Fw16s * pLastDC );

Parameters

pAcStatistics[256]   Pointer to Huffman symbol statistics for AC coefficient.
pDcStatistics[256]   Pointer to Huffman symbol statistics for DC coefficient.
pLastDC   Pointer to the last DC coefficient, which is in the previous 8X8 block.
pSrc   Pointer to a location in a source buffer.

Description

This function computes statistics for encoding an 8X8 data block of DCT coefficients.