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