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

  /external/libvpx/libvpx/third_party/libyuv/source/
convert_to_argb.cc 34 int crop_x, int crop_y,
81 src = sample + (aligned_src_width * crop_y + crop_x) * 2;
87 src = sample + (aligned_src_width * crop_y + crop_x) * 2;
93 src = sample + (src_width * crop_y + crop_x) * 3;
99 src = sample + (src_width * crop_y + crop_x) * 3;
105 src = sample + (src_width * crop_y + crop_x) * 4;
111 src = sample + (src_width * crop_y + crop_x) * 4;
117 src = sample + (src_width * crop_y + crop_x) * 4;
123 src = sample + (src_width * crop_y + crop_x) * 4;
129 src = sample + (src_width * crop_y + crop_x) * 2
    [all...]
convert_to_i420.cc 33 int crop_x, int crop_y,
87 src = sample + (aligned_src_width * crop_y + crop_x) * 2;
95 src = sample + (aligned_src_width * crop_y + crop_x) * 2;
103 src = sample + (src_width * crop_y + crop_x) * 2;
111 src = sample + (src_width * crop_y + crop_x) * 2;
119 src = sample + (src_width * crop_y + crop_x) * 2;
127 src = sample + (src_width * crop_y + crop_x) * 3;
135 src = sample + (src_width * crop_y + crop_x) * 3;
143 src = sample + (src_width * crop_y + crop_x) * 4;
151 src = sample + (src_width * crop_y + crop_x) * 4
    [all...]
  /external/libyuv/files/source/
convert_to_argb.cc 37 int crop_y,
85 src = sample + (aligned_src_width * crop_y + crop_x) * 2;
90 src = sample + (aligned_src_width * crop_y + crop_x) * 2;
95 src = sample + (src_width * crop_y + crop_x) * 3;
100 src = sample + (src_width * crop_y + crop_x) * 3;
106 src = sample + (src_width * crop_y + crop_x) * 4;
112 src = sample + (src_width * crop_y + crop_x) * 4;
117 src = sample + (src_width * crop_y + crop_x) * 4;
122 src = sample + (src_width * crop_y + crop_x) * 4;
127 src = sample + (src_width * crop_y + crop_x) * 2
    [all...]
convert_to_i420.cc 37 int crop_y,
93 src = sample + (aligned_src_width * crop_y + crop_x) * 2;
98 src = sample + (aligned_src_width * crop_y + crop_x) * 2;
103 src = sample + (src_width * crop_y + crop_x) * 2;
108 src = sample + (src_width * crop_y + crop_x) * 2;
113 src = sample + (src_width * crop_y + crop_x) * 2;
118 src = sample + (src_width * crop_y + crop_x) * 3;
123 src = sample + (src_width * crop_y + crop_x) * 3;
128 src = sample + (src_width * crop_y + crop_x) * 4;
133 src = sample + (src_width * crop_y + crop_x) * 4
    [all...]
  /external/webrtc/webrtc/common_video/libyuv/include/
webrtc_libyuv.h 100 // - crop_x/crop_y : Starting positions for cropping (0 for no crop).
112 int crop_y,
  /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/webrtc/webrtc/common_video/libyuv/
webrtc_libyuv.cc 234 int crop_y,
255 crop_x, crop_y,
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
convert.h 232 // "crop_x" and "crop_y" are starting position for cropping.
234 // crop_y = (src_height - dst_height) / 2
248 int crop_x, int crop_y,
convert_argb.h 294 // "crop_x" and "crop_y" are starting position for cropping.
296 // crop_y = (src_height - dst_height) / 2
308 int crop_x, int crop_y,
  /external/libyuv/files/include/libyuv/
convert.h 332 // "crop_x" and "crop_y" are starting position for cropping.
334 // crop_y = (src_height - dst_height) / 2
353 int crop_y,
convert_argb.h 424 // "crop_x" and "crop_y" are starting position for cropping.
426 // crop_y = (src_height - dst_height) / 2
441 int crop_y,
  /external/libyuv/files/unit_test/
convert_test.cc 1436 const int crop_y = local
    [all...]

Completed in 742 milliseconds