Lines Matching defs:master
48 /* First call: initialize master control, select active modules */
106 (*cinfo->master->prepare_for_output_pass) (cinfo);
111 while (cinfo->master->is_dummy_pass) {
130 (*cinfo->master->finish_output_pass) (cinfo);
131 (*cinfo->master->prepare_for_output_pass) (cinfo);
215 cinfo->master->first_iMCU_col = (JDIMENSION)(long)(*xoffset) / (long)align;
216 cinfo->master->last_iMCU_col =
237 cinfo->master->first_MCU_col[ci] =
239 cinfo->master->last_MCU_col[ci] =
245 cinfo->master->jinit_upsampler_no_alloc = TRUE;
247 cinfo->master->jinit_upsampler_no_alloc = FALSE;
321 my_master_ptr master = (my_master_ptr)cinfo->master;
345 if (master->using_merged_upsample && cinfo->max_v_samp_factor == 2) {
371 my_master_ptr master = (my_master_ptr)cinfo->master;
373 if (master->using_merged_upsample && cinfo->max_v_samp_factor == 2) {
406 my_master_ptr master = (my_master_ptr)cinfo->master;
475 if (!master->using_merged_upsample) {
490 if (!master->using_merged_upsample) {
528 if (!master->using_merged_upsample)
542 cinfo->master->last_good_iMCU_row = cinfo->input_iMCU_row;
572 if (!master->using_merged_upsample)
658 (*cinfo->master->finish_output_pass) (cinfo);