FFmpeg
|
Data Fields | |
uint16_t | mv_esc |
uint16_t | bias_esc |
VLC | flags_cb |
VLC | mv_cb |
VLC | bias_cb |
Definition at line 35 of file clearvideo.c.
uint16_t LevelCodes::mv_esc |
Definition at line 36 of file clearvideo.c.
Referenced by clv_decode_init().
uint16_t LevelCodes::bias_esc |
Definition at line 37 of file clearvideo.c.
Referenced by clv_decode_init().
VLC LevelCodes::flags_cb |
Definition at line 38 of file clearvideo.c.
Referenced by clv_decode_end(), clv_decode_init(), and decode_tile_info().
VLC LevelCodes::mv_cb |
Definition at line 39 of file clearvideo.c.
Referenced by clv_decode_end(), clv_decode_init(), and decode_tile_info().
VLC LevelCodes::bias_cb |
Definition at line 40 of file clearvideo.c.
Referenced by clv_decode_end(), clv_decode_init(), and decode_tile_info().