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,
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 36 int crop_x,
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 36 int crop_x,
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).
111 int crop_x,
  /external/libjpeg-turbo/
djpeg.c 97 JDIMENSION crop_x, crop_y, crop_width, crop_height; variable
396 &crop_x, &crop_y) != 5 ||
708 if (crop_x + crop_width > cinfo.output_width ||
715 jpeg_crop_scanline(&cinfo, &crop_x, &crop_width);
  /external/webrtc/webrtc/common_video/libyuv/
webrtc_libyuv.cc 233 int crop_x,
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.
233 // To center, crop_x = (src_width - dst_width) / 2
248 int crop_x, int crop_y,
convert_argb.h 294 // "crop_x" and "crop_y" are starting position for cropping.
295 // To center, crop_x = (src_width - dst_width) / 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.
333 // To center, crop_x = (src_width - dst_width) / 2
352 int crop_x,
convert_argb.h 424 // "crop_x" and "crop_y" are starting position for cropping.
425 // To center, crop_x = (src_width - dst_width) / 2
440 int crop_x,

Completed in 446 milliseconds