FFmpeg
|
#include <mqc.h>
Data Fields | |
uint8_t * | bp |
uint8_t * | bpstart |
unsigned int | a |
unsigned int | c |
unsigned int | ct |
uint8_t | cx_states [19] |
int | raw |
uint8_t* MqcState::bp |
Definition at line 41 of file mqc.h.
Referenced by bytein(), byteout(), ff_mqc_flush_to(), ff_mqc_initdec(), ff_mqc_initenc(), and mqc_flush().
uint8_t * MqcState::bpstart |
Definition at line 41 of file mqc.h.
Referenced by ff_mqc_flush_to(), ff_mqc_initenc(), and mqc_flush().
unsigned int MqcState::a |
Definition at line 42 of file mqc.h.
Referenced by exchange(), ff_mqc_decode(), ff_mqc_encode(), ff_mqc_initdec(), ff_mqc_initenc(), renorme(), and setbits().
unsigned int MqcState::c |
Definition at line 43 of file mqc.h.
Referenced by bytein(), byteout(), exchange(), ff_mqc_decode(), ff_mqc_encode(), ff_mqc_initdec(), ff_mqc_initenc(), mqc_decode_bypass(), mqc_flush(), renorme(), and setbits().
unsigned int MqcState::ct |
Definition at line 44 of file mqc.h.
Referenced by byteout(), ff_mqc_initenc(), mqc_flush(), and renorme().
uint8_t MqcState::cx_states[19] |
Definition at line 45 of file mqc.h.
Referenced by ff_mqc_init_contexts().
int MqcState::raw |
Definition at line 46 of file mqc.h.
Referenced by ff_mqc_decode(), and ff_mqc_initdec().