Searched defs:MJpegContext (Results 1 – 1 of 1) sorted by relevance
59 typedef struct MJpegContext { struct61 uint8_t huff_size_dc_luminance[12]; ///< DC luminance Huffman table size.62 uint16_t huff_code_dc_luminance[12]; ///< DC luminance Huffman table codes.63 uint8_t huff_size_dc_chrominance[12]; ///< DC chrominance Huffman table size.64 uint16_t huff_code_dc_chrominance[12]; ///< DC chrominance Huffman table codes.66 uint8_t huff_size_ac_luminance[256]; ///< AC luminance Huffman table size.90 } MJpegContext; typedef