HomeSort by relevance Sort by last modified time
    Searched refs:crop_x (Results 1 - 11 of 11) 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,
88 src = sample + (aligned_src_width * crop_y + crop_x) * 2;
96 src = sample + (aligned_src_width * crop_y + crop_x) * 2;
104 src = sample + (src_width * crop_y + crop_x) * 2;
112 src = sample + (src_width * crop_y + crop_x) * 2;
120 src = sample + (src_width * crop_y + crop_x) * 2;
128 src = sample + (src_width * crop_y + crop_x) * 3;
136 src = sample + (src_width * crop_y + crop_x) * 3;
144 src = sample + (src_width * crop_y + crop_x) * 4;
152 src = sample + (src_width * crop_y + crop_x) * 4
    [all...]
  /external/libyuv/files/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/webrtc/webrtc/common_video/libyuv/include/
webrtc_libyuv.h 100 // - crop_x/crop_y : Starting positions for cropping (0 for no crop).
111 int crop_x,
  /external/libjpeg-turbo/
djpeg.c 95 JDIMENSION crop_x, crop_y, crop_width, crop_height; variable
394 &crop_x, &crop_y) != 5 ||
706 if (crop_x + crop_width > cinfo.output_width ||
713 jpeg_crop_scanline(&cinfo, &crop_x, &crop_width);
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
convert_argb.h 206 // "crop_x" and "crop_y" are starting position for cropping.
207 // To center, crop_x = (src_width - dst_width) / 2
220 int crop_x, int crop_y,
convert.h 218 // "crop_x" and "crop_y" are starting position for cropping.
219 // To center, crop_x = (src_width - dst_width) / 2
234 int crop_x, int crop_y,
  /external/webrtc/webrtc/common_video/libyuv/
webrtc_libyuv.cc 233 int crop_x,
255 crop_x, crop_y,
  /external/libyuv/files/include/libyuv/
convert.h 216 // "crop_x" and "crop_y" are starting position for cropping.
217 // To center, crop_x = (src_width - dst_width) / 2
232 int crop_x, int crop_y,
convert_argb.h 284 // "crop_x" and "crop_y" are starting position for cropping.
285 // To center, crop_x = (src_width - dst_width) / 2
298 int crop_x, int crop_y,

Completed in 258 milliseconds