FFmpeg
|
#include <utvideo.h>
Data Fields | |
uint8_t | sym |
uint8_t | len |
uint32_t | code |
uint8_t HuffEntry::sym |
Definition at line 83 of file utvideo.h.
Referenced by build_huff(), encode_plane(), ff_ut_huff_cmp_len(), and huff_cmp_sym().
uint8_t HuffEntry::len |
Definition at line 84 of file utvideo.h.
Referenced by build_huff(), calculate_codes(), encode_plane(), and ff_ut_huff_cmp_len().
uint32_t HuffEntry::code |
Definition at line 85 of file utvideo.h.
Referenced by calculate_codes().