Lines Matching refs:dst_blk_x
120 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; in do_flip_v() local
161 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; in do_flip_v()
162 dst_blk_x++) { in do_flip_v()
163 dst_ptr = dst_row_ptr[dst_blk_x]; in do_flip_v()
164 src_ptr = src_row_ptr[dst_blk_x]; in do_flip_v()
191 JDIMENSION dst_blk_x, dst_blk_y; in do_transpose() local
210 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; in do_transpose()
211 dst_blk_x += compptr->h_samp_factor) { in do_transpose()
213 ((j_common_ptr) srcinfo, src_coef_arrays[ci], dst_blk_x, in do_transpose()
217 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x]; in do_transpose()
239 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y; in do_rot_90() local
260 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; in do_rot_90()
261 dst_blk_x += compptr->h_samp_factor) { in do_rot_90()
263 ((j_common_ptr) srcinfo, src_coef_arrays[ci], dst_blk_x, 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()
280 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x]; in do_rot_90()
303 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; in do_rot_270() local
324 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; in do_rot_270()
325 dst_blk_x += compptr->h_samp_factor) { in do_rot_270()
327 ((j_common_ptr) srcinfo, src_coef_arrays[ci], dst_blk_x, in do_rot_270()
330 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x]; in do_rot_270()
367 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_rot_180() local
404 for (dst_blk_x = 0; dst_blk_x < comp_width; dst_blk_x++) { in do_rot_180()
405 dst_ptr = dst_row_ptr[dst_blk_x]; in do_rot_180()
406 src_ptr = src_row_ptr[comp_width - dst_blk_x - 1]; in do_rot_180()
421 for (; dst_blk_x < compptr->width_in_blocks; dst_blk_x++) { in do_rot_180()
422 dst_ptr = dst_row_ptr[dst_blk_x]; in do_rot_180()
423 src_ptr = src_row_ptr[dst_blk_x]; in do_rot_180()
436 for (dst_blk_x = 0; dst_blk_x < comp_width; dst_blk_x++) { in do_rot_180()
437 dst_ptr = dst_row_ptr[dst_blk_x]; in do_rot_180()
438 src_ptr = src_row_ptr[comp_width - dst_blk_x - 1]; in do_rot_180()
445 for (; dst_blk_x < compptr->width_in_blocks; dst_blk_x++) { in do_rot_180()
446 dst_ptr = dst_row_ptr[dst_blk_x]; in do_rot_180()
447 src_ptr = src_row_ptr[dst_blk_x]; in do_rot_180()
472 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_transverse() local
491 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; in do_transverse()
492 dst_blk_x += compptr->h_samp_factor) { in do_transverse()
494 ((j_common_ptr) srcinfo, src_coef_arrays[ci], dst_blk_x, 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()
519 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x]; 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()
543 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x]; in do_transverse()