HomeSort by relevance Sort by last modified time
    Searched refs:src_width (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
convert_to_argb.cc 28 // src_width is used for source stride computation
36 int src_width, int src_height,
41 int aligned_src_width = (src_width + 1) & ~1;
61 src_width <= 0 || crop_width <= 0 ||
94 src = sample + (src_width * crop_y + crop_x) * 3;
95 r = RGB24ToARGB(src, src_width * 3,
100 src = sample + (src_width * crop_y + crop_x) * 3;
101 r = RAWToARGB(src, src_width * 3,
106 src = sample + (src_width * crop_y + crop_x) * 4;
107 r = ARGBToARGB(src, src_width * 4
    [all...]
convert_to_i420.cc 24 // src_width is used for source stride computation
35 int src_width, int src_height,
40 int aligned_src_width = (src_width + 1) & ~1;
59 src_width <= 0 || crop_width <= 0 ||
105 src = sample + (src_width * crop_y + crop_x) * 2;
106 r = RGB565ToI420(src, src_width * 2,
113 src = sample + (src_width * crop_y + crop_x) * 2;
114 r = ARGB1555ToI420(src, src_width * 2,
121 src = sample + (src_width * crop_y + crop_x) * 2;
122 r = ARGB4444ToI420(src, src_width * 2
    [all...]
scale.cc 39 static void ScalePlaneDown2(int src_width, int src_height,
93 static void ScalePlaneDown2_16(int src_width, int src_height,
153 static void ScalePlaneDown4(int src_width, int src_height,
196 static void ScalePlaneDown4_16(int src_width, int src_height,
243 static void ScalePlaneDown34(int src_width, int src_height,
323 static void ScalePlaneDown34_16(int src_width, int src_height,
419 static void ScalePlaneDown38(int src_width, int src_height,
496 static void ScalePlaneDown38_16(int src_width, int src_height,
717 static void ScalePlaneBox(int src_width, int src_height,
728 ScaleSlope(src_width, src_height, dst_width, dst_height, kFilterBox
    [all...]
  /external/chromium_org/third_party/libyuv/source/
convert_to_argb.cc 28 // src_width is used for source stride computation
36 int src_width, int src_height,
41 int aligned_src_width = (src_width + 1) & ~1;
61 src_width <= 0 || crop_width <= 0 ||
94 src = sample + (src_width * crop_y + crop_x) * 3;
95 r = RGB24ToARGB(src, src_width * 3,
100 src = sample + (src_width * crop_y + crop_x) * 3;
101 r = RAWToARGB(src, src_width * 3,
106 src = sample + (src_width * crop_y + crop_x) * 4;
107 r = ARGBToARGB(src, src_width * 4
    [all...]
convert_to_i420.cc 24 // src_width is used for source stride computation
35 int src_width, int src_height,
40 int aligned_src_width = (src_width + 1) & ~1;
59 src_width <= 0 || crop_width <= 0 ||
105 src = sample + (src_width * crop_y + crop_x) * 2;
106 r = RGB565ToI420(src, src_width * 2,
113 src = sample + (src_width * crop_y + crop_x) * 2;
114 r = ARGB1555ToI420(src, src_width * 2,
121 src = sample + (src_width * crop_y + crop_x) * 2;
122 r = ARGB4444ToI420(src, src_width * 2
    [all...]
scale.cc 39 static void ScalePlaneDown2(int src_width, int src_height,
93 static void ScalePlaneDown2_16(int src_width, int src_height,
153 static void ScalePlaneDown4(int src_width, int src_height,
196 static void ScalePlaneDown4_16(int src_width, int src_height,
243 static void ScalePlaneDown34(int src_width, int src_height,
323 static void ScalePlaneDown34_16(int src_width, int src_height,
419 static void ScalePlaneDown38(int src_width, int src_height,
496 static void ScalePlaneDown38_16(int src_width, int src_height,
717 static void ScalePlaneBox(int src_width, int src_height,
728 ScaleSlope(src_width, src_height, dst_width, dst_height, kFilterBox
    [all...]
  /external/libyuv/files/unit_test/
scale_argb_test.cc 20 static int ARGBTestFilter(int src_width, int src_height,
24 int src_argb_plane_size = (src_width + b * 2) * (src_height + b * 2) * 4;
25 int src_stride_argb = (b * 2 + src_width) * 4;
37 for (j = b; j < (src_width + b) * 4; ++j) {
50 src_width, src_height,
55 src_width, src_height,
63 src_width, src_height,
73 src_width, src_height,
105 const int src_width = 1280; local
107 const int dst_width = src_width / 2
120 const int src_width = 1280; local
135 const int src_width = 1280; local
150 const int src_width = 1280; local
165 const int src_width = 1280; local
180 const int src_width = 1280; local
195 int src_width = 1280; local
210 int src_width = 1280; local
225 int src_width = 2880 * 2; local
241 int src_width = 1280; local
    [all...]
scale_test.cc 20 static int TestFilter(int src_width, int src_height,
24 int src_width_uv = (src_width + rounding) >> 1;
27 int src_y_plane_size = (src_width + b * 2) * (src_height + b * 2);
30 int src_stride_y = b * 2 + src_width;
50 for (j = b; j < (src_width + b); ++j) {
74 src_width, src_height,
83 src_width, src_height,
95 src_width, src_height,
109 src_width, src_height,
166 const int src_width = 1280 local
181 const int src_width = 1280; local
196 const int src_width = 1280; local
211 const int src_width = 1280; local
226 const int src_width = 1280; local
241 const int src_width = 1280; local
256 int src_width = 1280; local
271 int src_width = 1280; local
286 int src_width = 2880 * 2; local
301 int src_width = 1280; local
316 int src_width = 1280; local
332 int src_width = 686; local
347 int src_width = 686; local
362 int src_width = 684; local
    [all...]
rotate_argb_test.cc 20 static int ARGBTestRotate(int src_width, int src_height,
24 int src_argb_plane_size = (src_width + b * 2) * (src_height + b * 2) * 4;
25 int src_stride_argb = (b * 2 + src_width) * 4;
37 for (j = b; j < (src_width + b) * 4; ++j) {
51 src_width, src_height, mode);
55 src_width, src_height, mode);
62 src_width, src_height, mode);
71 src_width, src_height, mode);
100 const int src_width = 1280; local
105 int err = ARGBTestRotate(src_width, src_height
112 const int src_width = 1280; local
124 const int src_width = 1280; local
136 const int src_width = 1280; local
148 const int src_width = 1277; local
160 const int src_width = 1277; local
172 const int src_width = 1277; local
184 const int src_width = 1277; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
rotate_argb.h 26 int src_width, int src_height, enum RotationMode mode);
scale_argb.h 24 int src_width, int src_height,
32 int src_width, int src_height,
45 int src_width, int src_height,
scale.h 32 int src_width, int src_height,
38 int src_width, int src_height,
57 int src_width, int src_height,
68 int src_width, int src_height,
80 int src_width, int src_height,
88 int ScaleOffset(const uint8* src_i420, int src_width, int src_height,
  /external/chromium_org/third_party/libyuv/include/libyuv/
rotate_argb.h 26 int src_width, int src_height, enum RotationMode mode);
scale_argb.h 24 int src_width, int src_height,
32 int src_width, int src_height,
45 int src_width, int src_height,
scale.h 32 int src_width, int src_height,
38 int src_width, int src_height,
57 int src_width, int src_height,
68 int src_width, int src_height,
80 int src_width, int src_height,
88 int ScaleOffset(const uint8* src_i420, int src_width, int src_height,
  /external/libyuv/files/include/libyuv/
rotate_argb.h 26 int src_width, int src_height, RotationMode mode);
scale_argb.h 24 int src_width, int src_height,
  /external/chromium_org/third_party/libyuv/unit_test/
rotate_test.cc 21 static void I420TestRotate(int src_width, int src_height,
25 if (src_width < 1) {
26 src_width = 1;
37 int src_i420_y_size = src_width * src_height;
38 int src_i420_uv_size = ((src_width + 1) / 2) * ((src_height + 1) / 2);
54 I420Rotate(src_i420, src_width,
55 src_i420 + src_i420_y_size, (src_width + 1) / 2,
56 src_i420 + src_i420_y_size + src_i420_uv_size, (src_width + 1) / 2,
61 src_width, src_height, mode);
65 I420Rotate(src_i420, src_width,
    [all...]
rotate_argb_test.cc 21 void TestRotateBpp(int src_width, int src_height,
26 if (src_width < 1) {
27 src_width = 1;
38 int src_stride_argb = src_width * kBpp;
56 src_width, src_height, mode);
62 src_width, src_height, mode);
68 src_width, src_height, mode);
74 src_width, src_height, mode);
88 static void ARGBTestRotate(int src_width, int src_height,
92 TestRotateBpp(src_width, src_height
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h 41 int src_width, int src_height,
51 int src_width, int src_height,
58 int ScaleOffset(const uint8* src, int src_width, int src_height,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
scale.h 41 int src_width, int src_height,
51 int src_width, int src_height,
58 int ScaleOffset(const uint8* src, int src_width, int src_height,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_gather.c 76 unsigned src_width,
82 LLVMTypeRef src_type = LLVMIntTypeInContext(gallivm->context, src_width);
94 assert(src_width <= dst_width);
95 if (src_width > dst_width)
97 if (src_width < dst_width)
107 * For SSE, typical values are length=4, src_width=32, dst_width=32.
110 * @param src_width src element width in bits
118 unsigned src_width,
128 src_width, dst_width,
142 src_width, dst_width
    [all...]
lp_bld_gather.h 46 unsigned src_width,
55 unsigned src_width,
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_gather.c 76 unsigned src_width,
82 LLVMTypeRef src_type = LLVMIntTypeInContext(gallivm->context, src_width);
94 assert(src_width <= dst_width);
95 if (src_width > dst_width)
97 if (src_width < dst_width)
107 * For SSE, typical values are length=4, src_width=32, dst_width=32.
110 * @param src_width src element width in bits
118 unsigned src_width,
128 src_width, dst_width,
142 src_width, dst_width
    [all...]
lp_bld_gather.h 46 unsigned src_width,
55 unsigned src_width,

Completed in 336 milliseconds

1 2 3 4 5 6 7