• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/

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)
1366 if (info->x_crop_offset != 0 || info->y_crop_offset != 0)
1367 do_crop(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset,
1372 do_flip_h(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset,
1375 do_flip_h_no_crop(srcinfo, dstinfo, info->x_crop_offset,
1379 do_flip_v(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset,
1383 do_transpose(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset,
1387 do_transverse(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset,
1391 do_rot_90(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset,
1395 do_rot_180(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset,
1399 do_rot_270(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset,