FFmpeg
|
#include <utvideo.h>
Data Fields | |
uint16_t | sym |
uint8_t | len |
uint32_t | code |
uint8_t | sym |
Definition at line 47 of file magicyuv.c.
uint16_t HuffEntry::sym |
Definition at line 48 of file magicyuv.c.
Referenced by build_huff(), build_huff10(), encode_plane(), ff_ut10_huff_cmp_len(), ff_ut_huff_cmp_len(), huff_build(), huff_build10(), huff_build12(), huff_cmp_len(), huff_cmp_len10(), huff_cmp_len12(), huff_cmp_sym(), magy_huff_cmp_len(), and magy_huffman_compute_bits().
uint8_t HuffEntry::len |
Definition at line 49 of file magicyuv.c.
Referenced by build_huff(), build_huff10(), calculate_codes(), encode_plane(), ff_ut10_huff_cmp_len(), ff_ut_huff_cmp_len(), huff_build(), huff_build10(), huff_build12(), huff_cmp_len(), huff_cmp_len10(), huff_cmp_len12(), magy_huff_cmp_len(), and magy_huffman_compute_bits().
uint32_t HuffEntry::code |
Definition at line 50 of file magicyuv.c.
Referenced by calculate_codes().
uint8_t HuffEntry::sym |
Definition at line 43 of file magicyuvenc.c.