ReactOS 0.4.16-dev-197-g92996da
|
Public Attributes | |
struct jpeg_entropy_encoder | pub |
INT32 | c |
INT32 | a |
INT32 | sc |
INT32 | zc |
int | ct |
int | buffer |
int | last_dc_val [MAX_COMPS_IN_SCAN] |
int | dc_context [MAX_COMPS_IN_SCAN] |
unsigned int | restarts_to_go |
int | next_restart_num |
unsigned char * | dc_stats [NUM_ARITH_TBLS] |
unsigned char * | ac_stats [NUM_ARITH_TBLS] |
unsigned char | fixed_bin [4] |
INT32 arith_entropy_encoder::a |
Definition at line 27 of file jcarith.c.
Referenced by emit_restart(), process_restart(), and start_pass().
unsigned char* arith_entropy_encoder::ac_stats[NUM_ARITH_TBLS] |
Definition at line 42 of file jcarith.c.
Referenced by decode_mcu(), decode_mcu_AC_first(), decode_mcu_AC_refine(), emit_restart(), encode_mcu(), encode_mcu_AC_first(), encode_mcu_AC_refine(), jinit_arith_decoder(), jinit_arith_encoder(), process_restart(), and start_pass().
int arith_entropy_encoder::buffer |
Definition at line 32 of file jcarith.c.
Referenced by emit_restart(), and start_pass().
INT32 arith_entropy_encoder::c |
Definition at line 26 of file jcarith.c.
Referenced by emit_restart(), process_restart(), and start_pass().
int arith_entropy_encoder::ct |
Definition at line 31 of file jcarith.c.
Referenced by decode_mcu(), decode_mcu_AC_first(), decode_mcu_AC_refine(), decode_mcu_DC_first(), emit_restart(), process_restart(), and start_pass().
int arith_entropy_encoder::dc_context[MAX_COMPS_IN_SCAN] |
Definition at line 35 of file jcarith.c.
Referenced by decode_mcu(), decode_mcu_DC_first(), emit_restart(), encode_mcu(), encode_mcu_DC_first(), process_restart(), and start_pass().
unsigned char* arith_entropy_encoder::dc_stats[NUM_ARITH_TBLS] |
Definition at line 41 of file jcarith.c.
Referenced by decode_mcu(), decode_mcu_DC_first(), emit_restart(), encode_mcu(), encode_mcu_DC_first(), jinit_arith_decoder(), jinit_arith_encoder(), process_restart(), and start_pass().
Definition at line 45 of file jcarith.c.
Referenced by decode_mcu(), decode_mcu_AC_first(), decode_mcu_AC_refine(), decode_mcu_DC_refine(), encode_mcu(), encode_mcu_AC_first(), encode_mcu_AC_refine(), encode_mcu_DC_refine(), jinit_arith_decoder(), and jinit_arith_encoder().
int arith_entropy_encoder::last_dc_val[MAX_COMPS_IN_SCAN] |
Definition at line 34 of file jcarith.c.
Referenced by decode_mcu(), decode_mcu_DC_first(), emit_restart(), encode_mcu(), encode_mcu_DC_first(), process_restart(), and start_pass().
int arith_entropy_encoder::next_restart_num |
Definition at line 38 of file jcarith.c.
Referenced by encode_mcu(), encode_mcu_AC_first(), encode_mcu_AC_refine(), encode_mcu_DC_first(), encode_mcu_DC_refine(), and start_pass().
struct jpeg_entropy_encoder arith_entropy_encoder::pub |
Definition at line 24 of file jcarith.c.
Referenced by jinit_arith_decoder(), jinit_arith_encoder(), and start_pass().
Definition at line 37 of file jcarith.c.
Referenced by decode_mcu(), decode_mcu_AC_first(), decode_mcu_AC_refine(), decode_mcu_DC_first(), decode_mcu_DC_refine(), encode_mcu(), encode_mcu_AC_first(), encode_mcu_AC_refine(), encode_mcu_DC_first(), encode_mcu_DC_refine(), process_restart(), and start_pass().
INT32 arith_entropy_encoder::sc |
Definition at line 28 of file jcarith.c.
Referenced by emit_restart(), and start_pass().
INT32 arith_entropy_encoder::zc |
Definition at line 29 of file jcarith.c.
Referenced by emit_restart(), and start_pass().