FFmpeg
4.0
|
Data Fields | |
VLC | vlc [4] |
uint32_t | table [1024] |
uint8_t * | table_bits |
uint8_t * | bitstream_bits |
int | table_bits_size |
int | bitstream_bits_size |
BswapDSPContext | bdsp |
VLC YLCContext::vlc[4] |
Definition at line 38 of file ylc.c.
Referenced by decode_end(), and decode_frame().
uint32_t YLCContext::table[1024] |
Definition at line 39 of file ylc.c.
Referenced by decode_frame().
uint8_t* YLCContext::table_bits |
Definition at line 40 of file ylc.c.
Referenced by decode_end(), and decode_frame().
uint8_t* YLCContext::bitstream_bits |
Definition at line 41 of file ylc.c.
Referenced by decode_end(), and decode_frame().
int YLCContext::table_bits_size |
Definition at line 42 of file ylc.c.
Referenced by decode_end(), and decode_frame().
int YLCContext::bitstream_bits_size |
Definition at line 43 of file ylc.c.
Referenced by decode_end(), and decode_frame().
BswapDSPContext YLCContext::bdsp |
Definition at line 44 of file ylc.c.
Referenced by decode_frame(), and decode_init().