HomeSort by relevance Sort by last modified time
    Searched defs:crop_y (Results 1 - 2 of 2) sorted by null

  /external/libjpeg-turbo/
djpeg.c 97 JDIMENSION crop_x, crop_y, crop_width, crop_height; variable
396 &crop_x, &crop_y) != 5 ||
709 crop_y + crop_height > cinfo.output_height) {
729 jpeg_skip_scanlines(&cinfo, crop_y);
730 while (cinfo.output_scanline < crop_y + crop_height) {
735 jpeg_skip_scanlines(&cinfo, cinfo.output_height - crop_y - crop_height);
  /external/libyuv/files/unit_test/
convert_test.cc 1436 const int crop_y = local
    [all...]

Completed in 137 milliseconds