Searched defs:jpeg_decomp_master (Results 1 – 2 of 2) sorted by relevance
148 struct jpeg_decomp_master { struct149 void (*prepare_for_output_pass) (j_decompress_ptr cinfo);150 void (*finish_output_pass) (j_decompress_ptr cinfo);153 boolean is_dummy_pass; /* True during 1st pass for 2-pass quant */156 JDIMENSION first_iMCU_col;157 JDIMENSION last_iMCU_col;158 JDIMENSION first_MCU_col[MAX_COMPONENTS];159 JDIMENSION last_MCU_col[MAX_COMPONENTS];160 boolean jinit_upsampler_no_alloc;163 JDIMENSION last_good_iMCU_row;
1105 struct jpeg_decomp_master { long dummy; }; argument