Lines Matching refs:comp_width
70 JDIMENSION MCU_cols, comp_width, blk_x, blk_y; in do_flip_h() local
86 comp_width = MCU_cols * compptr->h_samp_factor; in do_flip_h()
93 for (blk_x = 0; blk_x * 2 < comp_width; blk_x++) { in do_flip_h()
95 ptr2 = buffer[offset_y][comp_width - blk_x - 1]; in do_flip_h()
239 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y; in do_rot_90() local
253 comp_width = MCU_cols * compptr->h_samp_factor; in do_rot_90()
267 if (dst_blk_x < comp_width) { in do_rot_90()
270 [comp_width - dst_blk_x - offset_x - 1]; in do_rot_90()
367 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_rot_180() local
379 comp_width = MCU_cols * compptr->h_samp_factor; in do_rot_180()
404 for (dst_blk_x = 0; dst_blk_x < comp_width; dst_blk_x++) { in do_rot_180()
406 src_ptr = src_row_ptr[comp_width - dst_blk_x - 1]; in do_rot_180()
436 for (dst_blk_x = 0; dst_blk_x < comp_width; dst_blk_x++) { in do_rot_180()
438 src_ptr = src_row_ptr[comp_width - dst_blk_x - 1]; in do_rot_180()
472 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_transverse() local
483 comp_width = MCU_cols * compptr->h_samp_factor; in do_transverse()
500 if (dst_blk_x < comp_width) { in do_transverse()
503 [comp_width - dst_blk_x - offset_x - 1]; in do_transverse()
530 if (dst_blk_x < comp_width) { in do_transverse()
533 [comp_width - dst_blk_x - offset_x - 1]; in do_transverse()