Home | History | Annotate | Download | only in src

Lines Matching refs:huffman

120 /* Definitions for the huffman table specification in the Marker segment */
192 /* Specifies the huffman table used for encoding the luminance DC */
210 /* Specifies the huffman table used for encoding the luminance AC */
240 /* Specifies the huffman table used for encoding the chrominance DC */
259 /* Specifies the huffman table used for encoding the chrominance AC */
680 /* Writing the huffman tables for luminance dc coeffs */
687 /* Writing the huffman tables for luminance ac coeffs */
694 /* Writing the huffman tables for chrominance dc coeffs */
700 /* Writing the huffman tables for luminance ac coeffs */
859 fPutBitsToBuffer(&s_streamW, 1, ((ui8Comp != 0 ? 1 : 0) << 4) | (ui8Comp != 0 ? 1 : 0)); // Huffman table refs = 0 Luma 1 Chroma
1291 ((pBuffer->pic_flags).bits.huffman != 1) || /* Only "1 - huffman" is supported */