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 build_huff(), calculate_codes(), encode_plane(), encode_slice(), encode_table(), huf_build_dec_table(), magy_huffman_compute_bits(), ut_huff_cmp_len(), vp3_decode_init(), and write_huff_codes().
uint16_t HuffEntry::sym |
Definition at line 96 of file exr.c.
Referenced by build_huff(), encode_plane(), huf_build_dec_table(), huff_cmp_sym(), ut_huff_cmp_len(), and vp3_decode_init().
uint32_t HuffEntry::code |
Definition at line 97 of file exr.c.
Referenced by calculate_codes(), encode_slice(), huf_build_dec_table(), and write_huff_codes().
uint8_t HuffEntry::value |
Definition at line 66 of file smacker.c.
Referenced by smacker_decode_header_tree(), and smka_decode_frame().
uint8_t HuffEntry::length |
Definition at line 67 of file smacker.c.
Referenced by smacker_decode_header_tree(), and smka_decode_frame().