FFmpeg
|
Data Fields | |
uint8_t | len |
uint16_t | sym |
uint32_t | code |
uint8_t | value |
uint8_t | length |
uint8_t | sym |
uint8_t HuffEntry::len |
Definition at line 95 of file exr.c.
Referenced by calculate_codes(), encode_plane(), magy_huffman_compute_bits(), and ut_huff_cmp_len().
uint16_t HuffEntry::sym |
Definition at line 96 of file exr.c.
Referenced by encode_plane(), huff_cmp_sym(), and ut_huff_cmp_len().
uint32_t HuffEntry::code |
Definition at line 97 of file exr.c.
Referenced by calculate_codes().