Home
last modified time | relevance | path

Searched defs:MJpegContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmjpegenc.h59 typedef struct MJpegContext { struct
61 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