Data Fields | |
int16_t | drift |
uint16_t | error_sum |
int8_t | bias |
uint8_t | count |
Definition at line 208 of file ffv1.c.
int8_t VlcState::bias |
Definition at line 211 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 212 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 209 of file ffv1.c.
Referenced by clear_state(), get_vlc_symbol(), put_vlc_symbol(), and update_vlc_state().
uint16_t VlcState::error_sum |