Searched defs:CodechalJpegHuffmanHeader (Results 1 – 1 of 1) sorted by relevance
73 struct CodechalJpegHuffmanHeader struct75 uint16_t m_dht; //!< Define Huffman Table Marker76 uint16_t m_lh; //!< Huffman table definition length77 … //!< 4 bits of Huffman table class (0 = DC, 1 = AC) and 4 bits of destination identifier78 uint8_t m_li[JPEG_NUM_HUFF_TABLE_AC_BITS]; //!< List BITS of Huffman table79 uint8_t m_vij[JPEG_NUM_HUFF_TABLE_AC_HUFFVAL]; //!< Value associated with each huffman code