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

1 2 3 4 5 6

  /external/libvpx/libvpx/third_party/libyuv/source/
convert_to_argb.cc 27 // src_width is used for source stride computation
35 int src_width, int src_height,
40 int aligned_src_width = (src_width + 1) & ~1;
60 src_width <= 0 || crop_width <= 0 ||
93 src = sample + (src_width * crop_y + crop_x) * 3;
94 r = RGB24ToARGB(src, src_width * 3,
99 src = sample + (src_width * crop_y + crop_x) * 3;
100 r = RAWToARGB(src, src_width * 3,
105 src = sample + (src_width * crop_y + crop_x) * 4;
106 r = ARGBToARGB(src, src_width * 4
    [all...]
convert_to_i420.cc 23 // src_width is used for source stride computation
34 int src_width, int src_height,
39 int aligned_src_width = (src_width + 1) & ~1;
60 src_width <= 0 || crop_width <= 0 ||
103 src = sample + (src_width * crop_y + crop_x) * 2;
104 r = RGB565ToI420(src, src_width * 2,
111 src = sample + (src_width * crop_y + crop_x) * 2;
112 r = ARGB1555ToI420(src, src_width * 2,
119 src = sample + (src_width * crop_y + crop_x) * 2;
120 r = ARGB4444ToI420(src, src_width * 2
    [all...]
scale.cc 36 static void ScalePlaneDown2(int src_width, int src_height,
108 static void ScalePlaneDown2_16(int src_width, int src_height,
162 static void ScalePlaneDown4(int src_width, int src_height,
222 static void ScalePlaneDown4_16(int src_width, int src_height,
269 static void ScalePlaneDown34(int src_width, int src_height,
366 static void ScalePlaneDown34_16(int src_width, int src_height,
461 static void ScalePlaneDown38(int src_width, int src_height,
557 static void ScalePlaneDown38_16(int src_width, int src_height,
731 static void ScalePlaneBox(int src_width, int src_height,
742 ScaleSlope(src_width, src_height, dst_width, dst_height, kFilterBox
    [all...]
scale_argb.cc 33 static void ScaleARGBDown2(int src_width, int src_height,
93 static void ScaleARGBDown4Box(int src_width, int src_height,
140 static void ScaleARGBDownEven(int src_width, int src_height,
152 assert(IS_ALIGNED(src_width, 2));
187 static void ScaleARGBBilinearDown(int src_width, int src_height,
199 (src_width >= 32768) ? ScaleARGBFilterCols64_C : ScaleARGBFilterCols_C;
207 if (xr > src_width) {
208 xr = src_width;
247 if (TestCpuFlag(kCpuHasSSSE3) && src_width < 32768) {
289 static void ScaleARGBBilinearUp(int src_width, int src_height
    [all...]
  /external/libyuv/files/source/
convert_to_argb.cc 27 // src_width is used for source stride computation
38 int src_width,
45 int aligned_src_width = (src_width + 1) & ~1;
64 if (crop_argb == NULL || sample == NULL || src_width <= 0 ||
95 src = sample + (src_width * crop_y + crop_x) * 3;
96 r = RGB24ToARGB(src, src_width * 3, crop_argb, argb_stride, crop_width,
100 src = sample + (src_width * crop_y + crop_x) * 3;
101 r = RAWToARGB(src, src_width * 3, crop_argb, argb_stride, crop_width,
106 src = sample + (src_width * crop_y + crop_x) * 4;
107 r = ARGBToARGB(src, src_width * 4, crop_argb, argb_stride, crop_width
    [all...]
convert_to_i420.cc 23 // src_width is used for source stride computation
38 int src_width,
45 int aligned_src_width = (src_width + 1) & ~1;
66 if (!y || !u || !v || !sample || src_width <= 0 || crop_width <= 0 ||
103 src = sample + (src_width * crop_y + crop_x) * 2;
104 r = RGB565ToI420(src, src_width * 2, y, y_stride, u, u_stride, v,
108 src = sample + (src_width * crop_y + crop_x) * 2;
109 r = ARGB1555ToI420(src, src_width * 2, y, y_stride, u, u_stride, v,
113 src = sample + (src_width * crop_y + crop_x) * 2;
114 r = ARGB4444ToI420(src, src_width * 2, y, y_stride, u, u_stride, v
    [all...]
scale.cc 36 static void ScalePlaneDown2(int src_width,
53 (void)src_width;
140 static void ScalePlaneDown2_16(int src_width,
157 (void)src_width;
203 static void ScalePlaneDown4(int src_width,
217 (void)src_width;
277 static void ScalePlaneDown4_16(int src_width,
291 (void)src_width;
329 static void ScalePlaneDown34(int src_width,
344 (void)src_width;
    [all...]
scale_argb.cc 33 static void ScaleARGBDown2(int src_width,
54 (void)src_width;
128 static void ScaleARGBDown4Box(int src_width,
150 (void)src_width;
186 static void ScaleARGBDownEven(int src_width,
205 (void)src_width;
207 assert(IS_ALIGNED(src_width, 2));
252 static void ScaleARGBBilinearDown(int src_width,
271 (src_width >= 32768) ? ScaleARGBFilterCols64_C : ScaleARGBFilterCols_C;
279 if (xr > src_width) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_gather.c 82 unsigned src_width,
90 LLVMTypeRef src_type = LLVMIntTypeInContext(gallivm->context, src_width);
121 } else if (!util_is_power_of_two(src_width)) {
132 if (((src_width / 24) * 24 == src_width) &&
133 util_is_power_of_two(src_width / 24)) {
134 LLVMSetAlignment(res, src_width / 24);
140 assert(src_width <= dst_width);
141 if (src_width < dst_width) {
146 LLVMConstInt(dst_elem_type, dst_width - src_width, 0), "")
    [all...]
lp_bld_gather.h 46 unsigned src_width,
57 unsigned src_width,
  /external/libvpx/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,
44 int src_width, int src_height,
scale.h 32 int src_width, int src_height,
39 int src_width, int src_height,
58 int src_width, int src_height,
69 int src_width, int src_height,
81 int src_width, int src_height,
89 int ScaleOffset(const uint8* src_i420, int src_width, int src_height,
  /external/libyuv/files/include/libyuv/
rotate_argb.h 28 int src_width,
scale_argb.h 25 int src_width,
37 int src_width,
58 int src_width,
scale.h 33 int src_width,
44 int src_width,
69 int src_width,
88 int src_width,
109 int src_width,
124 int src_width,
  /external/libyuv/files/unit_test/
rotate_test.cc 19 static void I420TestRotate(int src_width,
27 if (src_width < 1) {
28 src_width = 1;
39 int src_i420_y_size = src_width * Abs(src_height);
40 int src_i420_uv_size = ((src_width + 1) / 2) * ((Abs(src_height) + 1) / 2);
56 I420Rotate(src_i420, src_width, src_i420 + src_i420_y_size,
57 (src_width + 1) / 2, src_i420 + src_i420_y_size + src_i420_uv_size,
58 (src_width + 1) / 2, dst_i420_c, dst_width,
61 (dst_width + 1) / 2, src_width, src_height, mode);
66 src_i420, src_width, src_i420 + src_i420_y_size, (src_width + 1) / 2
    [all...]
rotate_argb_test.cc 19 void TestRotateBpp(int src_width,
28 if (src_width < 1) {
29 src_width = 1;
40 int src_stride_argb = src_width * kBpp;
57 src_width, src_height, mode);
62 src_width, src_height, mode);
67 src_width, src_height, mode);
72 src_width, src_height, mode);
86 static void ARGBTestRotate(int src_width,
94 TestRotateBpp(src_width, src_height, dst_width, dst_height, mode
    [all...]
scale_argb_test.cc 26 static int ARGBTestFilter(int src_width,
34 if (!SizeValid(src_width, src_height, dst_width, dst_height)) {
41 (Abs(src_width) + b * 2) * (Abs(src_height) + b * 2) * 4LL;
42 int src_stride_argb = (b * 2 + Abs(src_width)) * 4;
66 src_width, src_height, dst_argb_c + (dst_stride_argb * b) + b * 4,
70 src_width, src_height, dst_argb_opt + (dst_stride_argb * b) + b * 4,
76 src_width, src_height, dst_argb_c + (dst_stride_argb * b) + b * 4,
85 src_width, src_height,
121 int src_width,
138 int r = ARGBScaleClip(src_argb, src_stride_argb, src_width, src_height
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_copy_image.c 43 int src_width, int src_height)
54 assert(src_width % src_bw == 0);
72 map_x2 = MAX2(src_x, dst_x) + src_width;
89 src_x, src_y, src_width, src_height,
92 dst_x, dst_y, src_width, src_height,
96 src_width /= (int)src_bw;
100 memcpy(dst_mapped, src_mapped, src_width * cpp);
119 int src_width, int src_height)
128 src_width, src_height);
151 if (src_width < bw
    [all...]
  /external/webp/src/utils/
rescaler_utils.c 22 void WebPRescalerInit(WebPRescaler* const wrk, int src_width, int src_height,
26 const int x_add = src_width, x_sub = dst_width;
28 wrk->x_expand = (src_width < dst_width);
30 wrk->src_width = src_width;
77 int WebPRescalerGetScaledDimensions(int src_width, int src_height,
89 (int)(((uint64_t)src_width * height + src_height / 2) / src_height);
94 (int)(((uint64_t)src_height * width + src_width / 2) / src_width);
  /external/mesa3d/src/mesa/main/
texcompress_etc.h 71 unsigned src_width,
78 unsigned src_width,
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_blit.h 40 unsigned src_width,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_blit.h 40 unsigned src_width,
  /external/webrtc/webrtc/common_video/libyuv/include/
scaler.h 41 int Set(int src_width, int src_height,

Completed in 382 milliseconds

1 2 3 4 5 6