FFmpeg
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
MJpegHuffmanCode Struct Reference

Buffer of JPEG frame data. More...

Data Fields

uint8_t table_id
 The Huffman table id associated with the data. More...
 
uint8_t code
 The exponent. More...
 
uint16_t mant
 The mantissa. More...
 

Detailed Description

Buffer of JPEG frame data.

Optimal Huffman table generation requires the frame data to be loaded into a buffer so that the tables can be computed. There are at most mb_width*mb_height*12*64 of these per frame.

Definition at line 55 of file mjpegenc.c.

Field Documentation

◆ table_id

uint8_t MJpegHuffmanCode::table_id

The Huffman table id associated with the data.

Definition at line 57 of file mjpegenc.c.

◆ code

uint8_t MJpegHuffmanCode::code

The exponent.

Definition at line 58 of file mjpegenc.c.

◆ mant

uint16_t MJpegHuffmanCode::mant

The mantissa.

Definition at line 59 of file mjpegenc.c.


The documentation for this struct was generated from the following file: