• Home
  • Raw
  • Download

Lines Matching refs:dst_blk_x

201   JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y;  in do_flip_h()  local
233 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; in do_flip_h()
234 dst_blk_x++) { in do_flip_h()
235 if (x_crop_blocks + dst_blk_x < comp_width) { in do_flip_h()
237 dst_ptr = dst_row_ptr[dst_blk_x]; in do_flip_h()
238 src_ptr = src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1]; in do_flip_h()
246 jcopy_block_row(src_row_ptr + dst_blk_x + x_crop_blocks, in do_flip_h()
247 dst_row_ptr + dst_blk_x, (JDIMENSION)1); in do_flip_h()
263 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; in do_flip_v() local
311 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; in do_flip_v()
312 dst_blk_x++) { in do_flip_v()
313 dst_ptr = dst_row_ptr[dst_blk_x]; in do_flip_v()
314 src_ptr = src_row_ptr[dst_blk_x]; in do_flip_v()
343 JDIMENSION dst_blk_x, dst_blk_y, x_crop_blocks, y_crop_blocks; in do_transpose() local
364 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; in do_transpose()
365 dst_blk_x += compptr->h_samp_factor) { in do_transpose()
368 dst_blk_x + x_crop_blocks, in do_transpose()
371 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x]; in do_transpose()
396 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y; in do_rot_90() local
421 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; in do_rot_90()
422 dst_blk_x += compptr->h_samp_factor) { in do_rot_90()
423 if (x_crop_blocks + dst_blk_x < comp_width) { in do_rot_90()
427 comp_width - x_crop_blocks - dst_blk_x - in do_rot_90()
434 dst_blk_x + x_crop_blocks, in do_rot_90()
438 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x]; in do_rot_90()
439 if (x_crop_blocks + dst_blk_x < comp_width) { in do_rot_90()
477 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; in do_rot_270() local
502 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; in do_rot_270()
503 dst_blk_x += compptr->h_samp_factor) { in do_rot_270()
506 dst_blk_x + x_crop_blocks, in do_rot_270()
509 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x]; in do_rot_270()
548 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_rot_180() local
591 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; in do_rot_180()
592 dst_blk_x++) { in do_rot_180()
593 dst_ptr = dst_row_ptr[dst_blk_x]; in do_rot_180()
594 if (x_crop_blocks + dst_blk_x < comp_width) { in do_rot_180()
597 src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1]; in do_rot_180()
612 src_ptr = src_row_ptr[x_crop_blocks + dst_blk_x]; in do_rot_180()
624 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; in do_rot_180()
625 dst_blk_x++) { in do_rot_180()
626 if (x_crop_blocks + dst_blk_x < comp_width) { in do_rot_180()
628 dst_ptr = dst_row_ptr[dst_blk_x]; in do_rot_180()
630 src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1]; in do_rot_180()
637 jcopy_block_row(src_row_ptr + dst_blk_x + x_crop_blocks, in do_rot_180()
638 dst_row_ptr + dst_blk_x, (JDIMENSION)1); in do_rot_180()
663 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_transverse() local
687 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; in do_transverse()
688 dst_blk_x += compptr->h_samp_factor) { in do_transverse()
689 if (x_crop_blocks + dst_blk_x < comp_width) { in do_transverse()
693 comp_width - x_crop_blocks - dst_blk_x - in do_transverse()
699 dst_blk_x + x_crop_blocks, in do_transverse()
703 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x]; in do_transverse()
705 if (x_crop_blocks + dst_blk_x < comp_width) { in do_transverse()
735 if (x_crop_blocks + dst_blk_x < comp_width) { in do_transverse()