Lines Matching defs:dst_blk_x

202   JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y;
234 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; dst_blk_x++) {
235 if (x_crop_blocks + dst_blk_x < comp_width) {
237 dst_ptr = dst_row_ptr[dst_blk_x];
238 src_ptr = src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1];
246 jcopy_block_row(src_row_ptr + dst_blk_x + x_crop_blocks,
247 dst_row_ptr + dst_blk_x,
264 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y;
312 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks;
313 dst_blk_x++) {
314 dst_ptr = dst_row_ptr[dst_blk_x];
315 src_ptr = src_row_ptr[dst_blk_x];
344 JDIMENSION dst_blk_x, dst_blk_y, x_crop_blocks, y_crop_blocks;
365 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks;
366 dst_blk_x += compptr->h_samp_factor) {
369 dst_blk_x + x_crop_blocks,
372 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x];
396 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y;
421 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks;
422 dst_blk_x += compptr->h_samp_factor) {
423 if (x_crop_blocks + dst_blk_x < comp_width) {
427 comp_width - x_crop_blocks - dst_blk_x -
434 dst_blk_x + x_crop_blocks,
438 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x];
439 if (x_crop_blocks + dst_blk_x < comp_width) {
477 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y;
502 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks;
503 dst_blk_x += compptr->h_samp_factor) {
506 dst_blk_x + x_crop_blocks,
509 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x];
548 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y;
591 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; dst_blk_x++) {
592 dst_ptr = dst_row_ptr[dst_blk_x];
593 if (x_crop_blocks + dst_blk_x < comp_width) {
595 src_ptr = src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1];
610 src_ptr = src_row_ptr[x_crop_blocks + dst_blk_x];
622 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; dst_blk_x++) {
623 if (x_crop_blocks + dst_blk_x < comp_width) {
625 dst_ptr = dst_row_ptr[dst_blk_x];
626 src_ptr = src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1];
633 jcopy_block_row(src_row_ptr + dst_blk_x + x_crop_blocks,
634 dst_row_ptr + dst_blk_x,
660 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y;
684 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks;
685 dst_blk_x += compptr->h_samp_factor) {
686 if (x_crop_blocks + dst_blk_x < comp_width) {
690 comp_width - x_crop_blocks - dst_blk_x -
696 dst_blk_x + x_crop_blocks,
700 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x];
702 if (x_crop_blocks + dst_blk_x < comp_width) {
732 if (x_crop_blocks + dst_blk_x < comp_width) {