Data Fields | |
int16_t | drift |
uint16_t | error_sum |
int8_t | bias |
uint8_t | count |
Definition at line 149 of file ffv1.c.
int8_t VlcState::bias |
Definition at line 152 of file ffv1.c.
Referenced by clear_state(), get_vlc_symbol(), put_vlc_symbol(), and update_vlc_state().
uint8_t VlcState::count |
Definition at line 153 of file ffv1.c.
Referenced by clear_state(), get_vlc_symbol(), put_vlc_symbol(), and update_vlc_state().
int16_t VlcState::drift |
Definition at line 150 of file ffv1.c.
Referenced by clear_state(), get_vlc_symbol(), put_vlc_symbol(), and update_vlc_state().
uint16_t VlcState::error_sum |