Buffer of JPEG frame data. More...
#include <mjpegenc.h>
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 49 of file mjpegenc.h.
The Huffman table id associated with the data.
Definition at line 51 of file mjpegenc.h.
The exponent.
Definition at line 52 of file mjpegenc.h.
The mantissa.
Definition at line 53 of file mjpegenc.h.