Lines Matching refs:compptr
139 jpeg_component_info *compptr; in pre_process_data() local
175 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components; in pre_process_data()
176 ci++, compptr++) { in pre_process_data()
177 expand_bottom_edge(output_buf[ci], compptr->width_in_blocks * DCTSIZE, in pre_process_data()
178 (int)(*out_row_group_ctr * compptr->v_samp_factor), in pre_process_data()
179 (int)(out_row_groups_avail * compptr->v_samp_factor)); in pre_process_data()
269 jpeg_component_info *compptr; in create_context_buffer() local
280 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components; in create_context_buffer()
281 ci++, compptr++) { in create_context_buffer()
288 (JDIMENSION)(((long)compptr->width_in_blocks * DCTSIZE * in create_context_buffer()
289 cinfo->max_h_samp_factor) / compptr->h_samp_factor), in create_context_buffer()
316 jpeg_component_info *compptr; in jinit_c_prep_controller() local
342 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components; in jinit_c_prep_controller()
343 ci++, compptr++) { in jinit_c_prep_controller()
346 (JDIMENSION)(((long)compptr->width_in_blocks * DCTSIZE * in jinit_c_prep_controller()
347 cinfo->max_h_samp_factor) / compptr->h_samp_factor), in jinit_c_prep_controller()