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

1 2 3 4 5 6 7

  /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...]
scale_argb.cc 33 static void ScaleARGBDown2(int src_width, int src_height,
84 static void ScaleARGBDown4Box(int src_width, int src_height,
126 static void ScaleARGBDownEven(int src_width, int src_height,
138 assert(IS_ALIGNED(src_width, 2));
166 static void ScaleARGBBilinearDown(int src_width, int src_height,
178 (src_width >= 32768) ? ScaleARGBFilterCols64_C : ScaleARGBFilterCols_C;
186 if (xr > src_width) {
187 xr = src_width;
240 if (TestCpuFlag(kCpuHasSSSE3) && src_width < 32768) {
274 static void ScaleARGBBilinearUp(int src_width, int src_height
    [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/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...]
scale_argb_test.cc 22 static int ARGBTestFilter(int src_width, int src_height,
27 int src_argb_plane_size = (Abs(src_width) + b * 2) *
29 int src_stride_argb = (b * 2 + Abs(src_width)) * 4;
46 src_width, src_height,
51 src_width, src_height,
58 src_width, src_height,
68 src_width, src_height,
103 int src_width, int src_height,
118 src_width, src_height,
130 static int ARGBClipTestFilter(int src_width, int src_height
    [all...]
  /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,
  /external/libyuv/files/source/
convert_argb.cc 996 // src_width is used for source stride computation
1004 int src_width, int src_height,
1009 src_width <= 0 || dst_width <= 0 ||
1013 int aligned_src_width = (src_width + 1) & ~1;
    [all...]
  /external/chromium_org/third_party/libyuv/include/libyuv/
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,
scale_argb.h 24 int src_width, int src_height,
32 int src_width, int src_height,
45 int src_width, int src_height,
  /external/pixman/test/
infinite-loop.c 10 #define SRC_WIDTH 16
24 PIXMAN_a8r8g8b8, SRC_WIDTH, SRC_HEIGHT, NULL, -1);
affine-test.c 33 int src_width, src_height; local
57 src_width = prng_rand_n (MAX_SRC_WIDTH) + 1;
61 src_stride = src_width * src_bpp + prng_rand_n (MAX_STRIDE) * src_bpp;
70 src_x = -(src_width / 4) + prng_rand_n (src_width * 3 / 2);
90 src_fmt, src_width, src_height, srcbuf, src_stride);
213 printf ("src_width=%d, src_height=%d, dst_width=%d, dst_height=%d\n",
214 src_width, src_height, dst_width, dst_height);
227 clip_boxes[i].x1 = prng_rand_n (src_width);
230 clip_boxes[i].x1 + prng_rand_n (src_width - clip_boxes[i].x1)
    [all...]
  /external/chromium_org/third_party/libvpx/source/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/webrtc/common_video/libyuv/
scaler.cc 28 int Scaler::Set(int src_width, int src_height,
33 if (src_width < 1 || src_height < 1 || dst_width < 1 || dst_height < 1)
39 src_width_ = src_width;
  /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,
  /external/llvm/test/CodeGen/ARM/
2011-04-07-schediv.ll 7 define void @t(i32 %src_width, float* nocapture %src_copy_start, float* nocapture %dst_copy_start, i32 %src_copy_start_index) nounwind optsize {
10 %0 = icmp eq i32 %src_width, 0
27 %exitcond = icmp eq i32 %2, %src_width
  /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/libyuv/files/include/libyuv/
scale.h 31 int src_width, int src_height,
50 int src_width, int src_height,
61 int src_width, int src_height,
69 int ScaleOffset(const uint8* src, int src_width, int src_height,

Completed in 718 milliseconds

1 2 3 4 5 6 7