Home
last modified time | relevance | path

Searched defs:jpeg_decomp_master (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/
Djpegint.h161 struct jpeg_decomp_master { struct
162 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;
Djpeglib.h1105 struct jpeg_decomp_master { long dummy; }; argument