FFmpeg
|
#include <ffv1.h>
Data Fields | |
int16_t | drift |
uint16_t | error_sum |
int8_t | bias |
uint8_t | count |
int16_t VlcState::drift |
Definition at line 59 of file ffv1.h.
Referenced by ffv1_clear_slice_state(), get_vlc_symbol(), put_vlc_symbol(), and update_vlc_state().
uint16_t VlcState::error_sum |
Definition at line 60 of file ffv1.h.
Referenced by ffv1_clear_slice_state(), get_vlc_symbol(), put_vlc_symbol(), and update_vlc_state().
int8_t VlcState::bias |
Definition at line 61 of file ffv1.h.
Referenced by ffv1_clear_slice_state(), get_vlc_symbol(), put_vlc_symbol(), and update_vlc_state().
uint8_t VlcState::count |
Definition at line 62 of file ffv1.h.
Referenced by ffv1_clear_slice_state(), get_vlc_symbol(), put_vlc_symbol(), and update_vlc_state().