Public Attributes | |
jpeg_c_coef_controller | pub |
JDIMENSION | iMCU_row_num |
JDIMENSION | mcu_ctr |
int | MCU_vert_offset |
int | MCU_rows_per_iMCU_row |
JBLOCKROW | MCU_buffer [C_MAX_BLOCKS_IN_MCU] |
jvirt_barray_ptr | whole_image [MAX_COMPONENTS] |
jpeg_c_coef_controller | pub |
jvirt_barray_ptr * | whole_image |
JBLOCKROW | dummy_buffer [C_MAX_BLOCKS_IN_MCU] |
jpeg_d_coef_controller | pub |
JDIMENSION | MCU_ctr |
int * | coef_bits_latch |
Definition at line 34 of file jccoefct.c.
Definition at line 35 of file jccoefct.c.
Referenced by jinit_c_coef_controller(), jinit_d_coef_controller(), start_output_pass(), start_pass_coef(), and transencode_coef_controller().
Definition at line 37 of file jccoefct.c.
Referenced by compress_data(), compress_first_pass(), compress_output(), METHODDEF(), start_iMCU_row(), and start_pass_coef().
Definition at line 38 of file jccoefct.c.
Referenced by compress_data(), compress_output(), METHODDEF(), and start_iMCU_row().
Definition at line 39 of file jccoefct.c.
Referenced by compress_data(), compress_output(), consume_data(), decompress_onepass(), METHODDEF(), and start_iMCU_row().
Definition at line 51 of file jccoefct.c.
Referenced by compress_data(), compress_output(), consume_data(), decompress_onepass(), jinit_c_coef_controller(), and jinit_d_coef_controller().
Definition at line 54 of file jccoefct.c.
Referenced by compress_first_pass(), compress_output(), consume_data(), decompress_data(), decompress_smooth_data(), jinit_c_coef_controller(), jinit_d_coef_controller(), start_pass_coef(), and transencode_coef_controller().
JBLOCKROW my_coef_controller::dummy_buffer[C_MAX_BLOCKS_IN_MCU] |
Definition at line 214 of file jctrans.c.
Referenced by compress_output(), and transencode_coef_controller().
Definition at line 29 of file jdcoefct.c.
Definition at line 33 of file jdcoefct.c.
Referenced by consume_data(), decompress_onepass(), and METHODDEF().
Definition at line 57 of file jdcoefct.c.
Referenced by decompress_smooth_data(), jinit_d_coef_controller(), and smoothing_ok().