Searched refs:dst_blk_x (Results 1 – 1 of 1) sorted by relevance
398 JDIMENSION dst_blk_x, dst_blk_y, x_crop_blocks, y_crop_blocks; in do_crop_ext_flat() local443 for (dst_blk_x = 0; dst_blk_x < x_crop_blocks; dst_blk_x++) { in do_crop_ext_flat()444 dst_buffer[offset_y][dst_blk_x][0] = dc; in do_crop_ext_flat()454 for (dst_blk_x = x_crop_blocks + comp_width; in do_crop_ext_flat()455 dst_blk_x < compptr->width_in_blocks; dst_blk_x++) { in do_crop_ext_flat()456 dst_buffer[offset_y][dst_blk_x][0] = dc; in do_crop_ext_flat()478 JDIMENSION dst_blk_x, dst_blk_y, x_crop_blocks, y_crop_blocks; in do_crop_ext_reflect() local527 for (dst_blk_x = x_crop_blocks; dst_blk_x > 0;) { 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()530 src_blk_x--, dst_blk_x--) { in do_crop_ext_reflect()[all …]