FFmpeg
|
#include <utvideo.h>
Data Fields | |
uint8_t | sym |
uint8_t | len |
uint32_t | code |
uint16_t | sym |
Definition at line 69 of file magicyuv.c.
uint8_t HuffEntry::sym |
Definition at line 70 of file magicyuv.c.
Referenced by build_huff(), build_huff10(), encode_plane(), ff_magy_huff_cmp_len(), ff_ut10_huff_cmp_len(), ff_ut_huff_cmp_len(), and huff_cmp_sym().
uint8_t HuffEntry::len |
Definition at line 71 of file magicyuv.c.
Referenced by build_huff(), build_huff10(), calculate_codes(), encode_plane(), ff_magy_huff_cmp_len(), ff_ut10_huff_cmp_len(), and ff_ut_huff_cmp_len().
uint32_t HuffEntry::code |
Definition at line 72 of file magicyuv.c.
Referenced by calculate_codes().