• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/jpeg/

Lines Matching defs:dst_blk_x

189   JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y;
220 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; dst_blk_x++) {
221 if (x_crop_blocks + dst_blk_x < comp_width) {
223 dst_ptr = dst_row_ptr[dst_blk_x];
224 src_ptr = src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1];
232 jcopy_block_row(src_row_ptr + dst_blk_x + x_crop_blocks,
233 dst_row_ptr + dst_blk_x,
250 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y;
297 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks;
298 dst_blk_x++) {
299 dst_ptr = dst_row_ptr[dst_blk_x];
300 src_ptr = src_row_ptr[dst_blk_x];
329 JDIMENSION dst_blk_x, dst_blk_y, x_crop_blocks, y_crop_blocks;
350 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks;
351 dst_blk_x += compptr->h_samp_factor) {
354 dst_blk_x + x_crop_blocks,
357 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x];
381 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y;
405 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks;
406 dst_blk_x += compptr->h_samp_factor) {
407 if (x_crop_blocks + dst_blk_x < comp_width) {
411 comp_width - x_crop_blocks - dst_blk_x -
418 dst_blk_x + x_crop_blocks,
422 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x];
423 if (x_crop_blocks + dst_blk_x < comp_width) {
461 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y;
485 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks;
486 dst_blk_x += compptr->h_samp_factor) {
489 dst_blk_x + x_crop_blocks,
492 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x];
531 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y;
572 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; dst_blk_x++) {
573 dst_ptr = dst_row_ptr[dst_blk_x];
574 if (x_crop_blocks + dst_blk_x < comp_width) {
576 src_ptr = src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1];
591 src_ptr = src_row_ptr[x_crop_blocks + dst_blk_x];
603 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; dst_blk_x++) {
604 if (x_crop_blocks + dst_blk_x < comp_width) {
606 dst_ptr = dst_row_ptr[dst_blk_x];
607 src_ptr = src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1];
614 jcopy_block_row(src_row_ptr + dst_blk_x + x_crop_blocks,
615 dst_row_ptr + dst_blk_x,
641 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y;
663 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks;
664 dst_blk_x += compptr->h_samp_factor) {
665 if (x_crop_blocks + dst_blk_x < comp_width) {
669 comp_width - x_crop_blocks - dst_blk_x -
675 dst_blk_x + x_crop_blocks,
679 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x];
681 if (x_crop_blocks + dst_blk_x < comp_width) {
711 if (x_crop_blocks + dst_blk_x < comp_width) {