FFmpeg
|
Used to store optimal huffman encoding results. More...
Data Fields | |
int | code |
code is the input value More... | |
int | length |
length of the encoding More... | |
HuffEntry | entries [32] |
uint8_t | nb_entries |
Used to store optimal huffman encoding results.
Definition at line 49 of file mjpegenc_huffman.c.
int HuffTable::code |
code is the input value
Definition at line 50 of file mjpegenc_huffman.c.
Referenced by ff_mjpeg_encode_huffman_close(), main(), and mjpegenc_huffman_compute_bits().
int HuffTable::length |
length of the encoding
Definition at line 51 of file mjpegenc_huffman.c.
Referenced by check_lengths(), compare_by_length(), ff_mjpeg_encode_huffman_close(), and mjpegenc_huffman_compute_bits().
HuffEntry HuffTable::entries[32] |
Definition at line 189 of file vp3.c.
Referenced by read_huffman_tree().
uint8_t HuffTable::nb_entries |
Definition at line 190 of file vp3.c.
Referenced by read_huffman_tree().