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

Lines Matching defs:x_crop_offset

80 	 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset,
95 x_crop_blocks = x_crop_offset * compptr->h_samp_factor;
118 JDIMENSION x_crop_offset,
141 x_crop_blocks = x_crop_offset * compptr->h_samp_factor;
184 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset,
206 x_crop_blocks = x_crop_offset * compptr->h_samp_factor;
245 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset,
270 x_crop_blocks = x_crop_offset * compptr->h_samp_factor;
324 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset,
342 x_crop_blocks = x_crop_offset * compptr->h_samp_factor;
372 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset,
397 x_crop_blocks = x_crop_offset * compptr->h_samp_factor;
452 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset,
477 x_crop_blocks = x_crop_offset * compptr->h_samp_factor;
522 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset,
546 x_crop_blocks = x_crop_offset * compptr->h_samp_factor;
628 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset,
655 x_crop_blocks = x_crop_offset * compptr->h_samp_factor;
826 if (MCU_cols > 0 && info->x_crop_offset + MCU_cols ==
949 info->x_crop_offset = xoffset / (info->max_h_samp_factor * DCTSIZE);
952 info->x_crop_offset = 0;
963 if (info->x_crop_offset != 0 || info->y_crop_offset != 0)
1364 if (info->x_crop_offset != 0 || info->y_crop_offset != 0)
1365 do_crop(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset,
1370 do_flip_h(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset,
1373 do_flip_h_no_crop(srcinfo, dstinfo, info->x_crop_offset,
1377 do_flip_v(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset,
1381 do_transpose(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset,
1385 do_transverse(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset,
1389 do_rot_90(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset,
1393 do_rot_180(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset,
1397 do_rot_270(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset,