Home
last modified time | relevance | path

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

/third_party/skia/m133/third_party/externals/libjpeg-turbo/
Djpegint.h163 struct jpeg_decomp_master { struct
164 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 …]
Djpeglib.h1107 struct jpeg_decomp_master { long dummy; }; argument
/third_party/skia/third_party/externals/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