Lines Matching refs:comp_width
239 JDIMENSION comp_width, comp_height; in do_drop() local
247 comp_width = drop_width * compptr->h_samp_factor; in do_drop()
261 dst_buffer[offset_y] + x_drop_blocks, comp_width); in do_drop()
266 comp_width * sizeof(JBLOCK)); in do_drop()
322 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height; in do_crop_ext_zero() local
335 comp_width = MCU_cols * compptr->h_samp_factor; in do_crop_ext_zero()
369 dst_buffer[offset_y] + x_crop_blocks, comp_width); in do_crop_ext_zero()
370 if (compptr->width_in_blocks > x_crop_blocks + comp_width) { in do_crop_ext_zero()
371 MEMZERO(dst_buffer[offset_y] + x_crop_blocks + comp_width, in do_crop_ext_zero()
372 (compptr->width_in_blocks - x_crop_blocks - comp_width) * in do_crop_ext_zero()
397 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height; in do_crop_ext_flat() local
411 comp_width = MCU_cols * compptr->h_samp_factor; in do_crop_ext_flat()
448 dst_buffer[offset_y] + x_crop_blocks, comp_width); in do_crop_ext_flat()
449 if (compptr->width_in_blocks > x_crop_blocks + comp_width) { in do_crop_ext_flat()
450 MEMZERO(dst_buffer[offset_y] + x_crop_blocks + comp_width, in do_crop_ext_flat()
451 (compptr->width_in_blocks - x_crop_blocks - comp_width) * in do_crop_ext_flat()
453 dc = src_buffer[offset_y][comp_width - 1][0]; in do_crop_ext_flat()
454 for (dst_blk_x = x_crop_blocks + comp_width; in do_crop_ext_flat()
477 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, src_blk_x; in do_crop_ext_reflect() local
492 comp_width = MCU_cols * compptr->h_samp_factor; in do_crop_ext_reflect()
523 dst_buffer[offset_y] + x_crop_blocks, comp_width); in do_crop_ext_reflect()
529 for (src_blk_x = comp_width; src_blk_x > 0 && dst_blk_x > 0; in do_crop_ext_reflect()
542 if (compptr->width_in_blocks > x_crop_blocks + comp_width) { in do_crop_ext_reflect()
544 dst_row_ptr = dst_buffer[offset_y] + x_crop_blocks + comp_width; in do_crop_ext_reflect()
545 for (dst_blk_x = compptr->width_in_blocks - x_crop_blocks - comp_width; in do_crop_ext_reflect()
548 for (src_blk_x = comp_width; src_blk_x > 0 && dst_blk_x > 0; in do_crop_ext_reflect()
728 JDIMENSION MCU_cols, comp_width, blk_x, blk_y, x_crop_blocks; in do_flip_h_no_crop() local
745 comp_width = MCU_cols * compptr->h_samp_factor; in do_flip_h_no_crop()
754 for (blk_x = 0; blk_x * 2 < comp_width; blk_x++) { in do_flip_h_no_crop()
756 ptr2 = buffer[offset_y][comp_width - blk_x - 1]; in do_flip_h_no_crop()
793 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y; in do_flip_h() local
810 comp_width = MCU_cols * compptr->h_samp_factor; in do_flip_h()
826 if (x_crop_blocks + dst_blk_x < comp_width) { in do_flip_h()
829 src_ptr = src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1]; in do_flip_h()
987 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y; in do_rot_90() local
1003 comp_width = MCU_cols * compptr->h_samp_factor; in do_rot_90()
1014 if (x_crop_blocks + dst_blk_x < comp_width) { in do_rot_90()
1018 comp_width - x_crop_blocks - dst_blk_x - in do_rot_90()
1030 if (x_crop_blocks + dst_blk_x < comp_width) { in do_rot_90()
1139 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_rot_180() local
1154 comp_width = MCU_cols * compptr->h_samp_factor; in do_rot_180()
1185 if (x_crop_blocks + dst_blk_x < comp_width) { in do_rot_180()
1188 src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1]; in do_rot_180()
1217 if (x_crop_blocks + dst_blk_x < comp_width) { in do_rot_180()
1221 src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1]; in do_rot_180()
1254 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_transverse() local
1268 comp_width = MCU_cols * compptr->h_samp_factor; in do_transverse()
1280 if (x_crop_blocks + dst_blk_x < comp_width) { in do_transverse()
1284 comp_width - x_crop_blocks - dst_blk_x - in do_transverse()
1296 if (x_crop_blocks + dst_blk_x < comp_width) { in do_transverse()
1326 if (x_crop_blocks + dst_blk_x < comp_width) { in do_transverse()