Searched defs:jpeg_decomp_master (Results 1 – 4 of 4) sorted by relevance
163 struct jpeg_decomp_master { struct164 void (*prepare_for_output_pass) (j_decompress_ptr cinfo);165 void (*finish_output_pass) (j_decompress_ptr cinfo);168 boolean is_dummy_pass; /* True during 1st pass for 2-pass quant */171 JDIMENSION first_iMCU_col;172 JDIMENSION last_iMCU_col;173 JDIMENSION first_MCU_col[MAX_COMPONENTS];174 JDIMENSION last_MCU_col[MAX_COMPONENTS];175 boolean jinit_upsampler_no_alloc;178 JDIMENSION last_good_iMCU_row;[all …]
1107 struct jpeg_decomp_master { long dummy; }; argument
161 struct jpeg_decomp_master { struct162 void (*prepare_for_output_pass) (j_decompress_ptr cinfo);163 void (*finish_output_pass) (j_decompress_ptr cinfo);166 boolean is_dummy_pass; /* True during 1st pass for 2-pass quant */169 JDIMENSION first_iMCU_col;170 JDIMENSION last_iMCU_col;171 JDIMENSION first_MCU_col[MAX_COMPONENTS];172 JDIMENSION last_MCU_col[MAX_COMPONENTS];173 boolean jinit_upsampler_no_alloc;176 JDIMENSION last_good_iMCU_row;
1105 struct jpeg_decomp_master { long dummy; }; argument