Home
last modified time | relevance | path

Searched refs:src_u (Results 1 – 25 of 76) sorted by relevance

1234

/external/libyuv/files/source/
Dconvert_from.cc29 const uint8* src_u, int src_stride_u, in I420ToI422() argument
35 if (!src_y || !src_u || !src_v || in I420ToI422()
61 IS_ALIGNED(src_u, 16) && IS_ALIGNED(src_stride_u, 16) && in I420ToI422()
79 CopyRow(src_u, dst_u, halfwidth); in I420ToI422()
80 CopyRow(src_u, dst_u + dst_stride_u, halfwidth); in I420ToI422()
81 src_u += src_stride_u; in I420ToI422()
85 CopyRow(src_u, dst_u, halfwidth); in I420ToI422()
109 const uint8* src_u, int src_stride_u, in I420ToI444() argument
115 if (!src_y || !src_u|| !src_v || in I420ToI444()
144 src_u, dst_u); in I420ToI444()
[all …]
Dconvert_argb.cc53 const uint8* src_u, int src_stride_u, in I444ToARGB() argument
57 if (!src_y || !src_u || !src_v || in I444ToARGB()
86 I444ToARGBRow(src_y, src_u, src_v, dst_argb, width); in I444ToARGB()
89 src_u += src_stride_u; in I444ToARGB()
98 const uint8* src_u, int src_stride_u, in I422ToARGB() argument
102 if (!src_y || !src_u || !src_v || in I422ToARGB()
138 I422ToARGBRow(src_y, src_u, src_v, dst_argb, width); in I422ToARGB()
141 src_u += src_stride_u; in I422ToARGB()
150 const uint8* src_u, int src_stride_u, in I411ToARGB() argument
154 if (!src_y || !src_u || !src_v || in I411ToARGB()
[all …]
Dconvert.cc32 const uint8* src_u, int src_stride_u, in I420Copy() argument
38 if (!src_y || !src_u || !src_v || in I420Copy()
48 src_u = src_u + (halfheight - 1) * src_stride_u; in I420Copy()
60 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in I420Copy()
127 const uint8* src_u, int src_stride_u, in I422ToI420() argument
133 if (!src_y || !src_u || !src_v || in I422ToI420()
142 src_u = src_u + (height - 1) * src_stride_u; in I422ToI420()
154 IS_ALIGNED(src_u, 16) && IS_ALIGNED(src_stride_u, 16) && in I422ToI420()
170 HalfRow(src_u, src_stride_u, dst_u, halfwidth); in I422ToI420()
171 src_u += src_stride_u * 2; in I422ToI420()
[all …]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
Dconvert_from.cc35 const uint8* src_u, int src_stride_u, in I420ToI4xx() argument
53 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, in I420ToI4xx()
66 const uint8* src_u, int src_stride_u, in I420ToI422() argument
75 src_u, src_stride_u, in I420ToI422()
88 const uint8* src_u, int src_stride_u, in I420ToI444() argument
97 src_u, src_stride_u, in I420ToI444()
110 const uint8* src_u, int src_stride_u, in I420ToI411() argument
119 src_u, src_stride_u, in I420ToI411()
149 const uint8* src_u, int src_stride_u, in I422ToYUY2() argument
154 void (*I422ToYUY2Row)(const uint8* src_y, const uint8* src_u, in I422ToYUY2()
[all …]
Dconvert_to_argb.cc222 const uint8* src_u; in ConvertToARGB() local
229 src_u = sample + src_width * abs_src_height + in ConvertToARGB()
232 src_u = sample + src_width * abs_src_height + in ConvertToARGB()
238 src_u, halfwidth, in ConvertToARGB()
247 const uint8* src_u; in ConvertToARGB() local
253 src_u = sample + src_width * abs_src_height + in ConvertToARGB()
256 src_u = sample + src_width * abs_src_height + in ConvertToARGB()
262 src_u, halfwidth, in ConvertToARGB()
271 const uint8* src_u; in ConvertToARGB() local
275 src_u = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x; in ConvertToARGB()
[all …]
Drow_neon.cc127 const uint8* src_u, in I444ToARGBRow_NEON() argument
149 "+r"(src_u), // %1 in I444ToARGBRow_NEON()
161 const uint8* src_u, in I422ToARGBRow_NEON() argument
183 "+r"(src_u), // %1 in I422ToARGBRow_NEON()
195 const uint8* src_u, in I411ToARGBRow_NEON() argument
217 "+r"(src_u), // %1 in I411ToARGBRow_NEON()
229 const uint8* src_u, in I422ToBGRARow_NEON() argument
252 "+r"(src_u), // %1 in I422ToBGRARow_NEON()
264 const uint8* src_u, in I422ToABGRRow_NEON() argument
287 "+r"(src_u), // %1 in I422ToABGRRow_NEON()
[all …]
Drow_neon64.cc128 const uint8* src_u, in I444ToARGBRow_NEON() argument
150 "+r"(src_u), // %1 in I444ToARGBRow_NEON()
164 const uint8* src_u, in I422ToARGBRow_NEON() argument
186 "+r"(src_u), // %1 in I422ToARGBRow_NEON()
200 const uint8* src_u, in I411ToARGBRow_NEON() argument
222 "+r"(src_u), // %1 in I411ToARGBRow_NEON()
236 const uint8* src_u, in I422ToBGRARow_NEON() argument
259 "+r"(src_u), // %1 in I422ToBGRARow_NEON()
273 const uint8* src_u, in I422ToABGRRow_NEON() argument
296 "+r"(src_u), // %1 in I422ToABGRRow_NEON()
[all …]
Drow_common.cc971 const uint8* src_u, in I444ToARGBRow_C() argument
977 uint8 u = (src_u[0] + src_u[1] + 1) >> 1; in I444ToARGBRow_C()
984 src_u += 2; in I444ToARGBRow_C()
989 YuvPixel(src_y[0], src_u[0], src_v[0], in I444ToARGBRow_C()
995 const uint8* src_u, in I444ToARGBRow_C() argument
1001 YuvPixel(src_y[0], src_u[0], src_v[0], in I444ToARGBRow_C()
1005 src_u += 1; in I444ToARGBRow_C()
1013 const uint8* src_u, in I422ToARGBRow_C() argument
1019 YuvPixel(src_y[0], src_u[0], src_v[0], in I422ToARGBRow_C()
1022 YuvPixel(src_y[1], src_u[0], src_v[0], in I422ToARGBRow_C()
[all …]
Dconvert_to_i420.cc264 const uint8* src_u; in ConvertToI420() local
271 src_u = sample + src_width * abs_src_height + in ConvertToI420()
274 src_u = sample + src_width * abs_src_height + in ConvertToI420()
280 src_u, halfwidth, in ConvertToI420()
291 const uint8* src_u; in ConvertToI420() local
297 src_u = sample + src_width * abs_src_height + in ConvertToI420()
300 src_u = sample + src_width * abs_src_height + in ConvertToI420()
306 src_u, halfwidth, in ConvertToI420()
317 const uint8* src_u; in ConvertToI420() local
321 src_u = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x; in ConvertToI420()
[all …]
/external/chromium_org/third_party/libyuv/source/
Dconvert_from.cc35 const uint8* src_u, int src_stride_u, in I420ToI4xx() argument
53 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, in I420ToI4xx()
66 const uint8* src_u, int src_stride_u, in I420ToI422() argument
75 src_u, src_stride_u, in I420ToI422()
88 const uint8* src_u, int src_stride_u, in I420ToI444() argument
97 src_u, src_stride_u, in I420ToI444()
110 const uint8* src_u, int src_stride_u, in I420ToI411() argument
119 src_u, src_stride_u, in I420ToI411()
149 const uint8* src_u, int src_stride_u, in I422ToYUY2() argument
154 void (*I422ToYUY2Row)(const uint8* src_y, const uint8* src_u, in I422ToYUY2()
[all …]
Dconvert_to_argb.cc222 const uint8* src_u; in ConvertToARGB() local
229 src_u = sample + src_width * abs_src_height + in ConvertToARGB()
232 src_u = sample + src_width * abs_src_height + in ConvertToARGB()
238 src_u, halfwidth, in ConvertToARGB()
247 const uint8* src_u; in ConvertToARGB() local
253 src_u = sample + src_width * abs_src_height + in ConvertToARGB()
256 src_u = sample + src_width * abs_src_height + in ConvertToARGB()
262 src_u, halfwidth, in ConvertToARGB()
271 const uint8* src_u; in ConvertToARGB() local
275 src_u = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x; in ConvertToARGB()
[all …]
Drow_neon.cc127 const uint8* src_u, in I444ToARGBRow_NEON() argument
149 "+r"(src_u), // %1 in I444ToARGBRow_NEON()
161 const uint8* src_u, in I422ToARGBRow_NEON() argument
183 "+r"(src_u), // %1 in I422ToARGBRow_NEON()
195 const uint8* src_u, in I411ToARGBRow_NEON() argument
217 "+r"(src_u), // %1 in I411ToARGBRow_NEON()
229 const uint8* src_u, in I422ToBGRARow_NEON() argument
252 "+r"(src_u), // %1 in I422ToBGRARow_NEON()
264 const uint8* src_u, in I422ToABGRRow_NEON() argument
287 "+r"(src_u), // %1 in I422ToABGRRow_NEON()
[all …]
Drow_common.cc971 const uint8* src_u, in I444ToARGBRow_C() argument
977 uint8 u = (src_u[0] + src_u[1] + 1) >> 1; in I444ToARGBRow_C()
984 src_u += 2; in I444ToARGBRow_C()
989 YuvPixel(src_y[0], src_u[0], src_v[0], in I444ToARGBRow_C()
995 const uint8* src_u, in I444ToARGBRow_C() argument
1001 YuvPixel(src_y[0], src_u[0], src_v[0], in I444ToARGBRow_C()
1005 src_u += 1; in I444ToARGBRow_C()
1013 const uint8* src_u, in I422ToARGBRow_C() argument
1019 YuvPixel(src_y[0], src_u[0], src_v[0], in I422ToARGBRow_C()
1022 YuvPixel(src_y[1], src_u[0], src_v[0], in I422ToARGBRow_C()
[all …]
Dconvert_to_i420.cc264 const uint8* src_u; in ConvertToI420() local
271 src_u = sample + src_width * abs_src_height + in ConvertToI420()
274 src_u = sample + src_width * abs_src_height + in ConvertToI420()
280 src_u, halfwidth, in ConvertToI420()
291 const uint8* src_u; in ConvertToI420() local
297 src_u = sample + src_width * abs_src_height + in ConvertToI420()
300 src_u = sample + src_width * abs_src_height + in ConvertToI420()
306 src_u, halfwidth, in ConvertToI420()
317 const uint8* src_u; in ConvertToI420() local
321 src_u = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x; in ConvertToI420()
[all …]
/external/chromium_org/third_party/libyuv/include/libyuv/
Dconvert_from.h28 const uint8* src_u, int src_stride_u,
37 const uint8* src_u, int src_stride_u,
46 const uint8* src_u, int src_stride_u,
64 const uint8* src_u, int src_stride_u,
72 const uint8* src_u, int src_stride_u,
80 const uint8* src_u, int src_stride_u,
87 const uint8* src_u, int src_stride_u,
94 const uint8* src_u, int src_stride_u,
101 const uint8* src_u, int src_stride_u,
108 const uint8* src_u, int src_stride_u,
[all …]
Drow.h474 const uint8* src_u,
479 const uint8* src_u,
484 const uint8* src_u,
489 const uint8* src_u,
494 const uint8* src_u,
499 const uint8* src_u,
504 const uint8* src_u,
509 const uint8* src_u,
514 const uint8* src_u,
519 const uint8* src_u,
[all …]
Dplanar_functions.h53 const uint8* src_u, int src_stride_u,
64 const uint8* src_u, int src_stride_u,
90 const uint8* src_u, int src_stride_u,
101 const uint8* src_u, int src_stride_u,
145 const uint8* src_u, int src_stride_u,
153 const uint8* src_u, int src_stride_u,
161 const uint8* src_u, int src_stride_u,
321 const uint8* src_u, int src_stride_u,
329 const uint8* src_u, int src_stride_u,
Dformat_conversion.h65 const uint8* src_u, int src_stride_u,
72 const uint8* src_u, int src_stride_u,
79 const uint8* src_u, int src_stride_u,
86 const uint8* src_u, int src_stride_u,
97 const uint8* src_u, int src_stride_u,
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
Dconvert_from.h28 const uint8* src_u, int src_stride_u,
37 const uint8* src_u, int src_stride_u,
46 const uint8* src_u, int src_stride_u,
64 const uint8* src_u, int src_stride_u,
72 const uint8* src_u, int src_stride_u,
80 const uint8* src_u, int src_stride_u,
87 const uint8* src_u, int src_stride_u,
94 const uint8* src_u, int src_stride_u,
101 const uint8* src_u, int src_stride_u,
108 const uint8* src_u, int src_stride_u,
[all …]
Drow.h566 const uint8* src_u,
571 const uint8* src_u,
576 const uint8* src_u,
581 const uint8* src_u,
586 const uint8* src_u,
591 const uint8* src_u,
596 const uint8* src_u,
601 const uint8* src_u,
606 const uint8* src_u,
611 const uint8* src_u,
[all …]
Dplanar_functions.h53 const uint8* src_u, int src_stride_u,
64 const uint8* src_u, int src_stride_u,
90 const uint8* src_u, int src_stride_u,
101 const uint8* src_u, int src_stride_u,
145 const uint8* src_u, int src_stride_u,
153 const uint8* src_u, int src_stride_u,
161 const uint8* src_u, int src_stride_u,
321 const uint8* src_u, int src_stride_u,
329 const uint8* src_u, int src_stride_u,
/external/libyuv/files/include/libyuv/
Dconvert_from.h28 const uint8* src_u, int src_stride_u,
37 const uint8* src_u, int src_stride_u,
46 const uint8* src_u, int src_stride_u,
65 const uint8* src_u, int src_stride_u,
72 const uint8* src_u, int src_stride_u,
79 const uint8* src_u, int src_stride_u,
86 const uint8* src_u, int src_stride_u,
93 const uint8* src_u, int src_stride_u,
100 const uint8* src_u, int src_stride_u,
107 const uint8* src_u, int src_stride_u,
[all …]
Dformat_conversion.h65 const uint8* src_u, int src_stride_u,
72 const uint8* src_u, int src_stride_u,
79 const uint8* src_u, int src_stride_u,
86 const uint8* src_u, int src_stride_u,
97 const uint8* src_u, int src_stride_u,
/external/chromium_org/third_party/libyuv/unit_test/
Dscale_test.cc36 align_buffer_page_end(src_u, src_uv_plane_size) in TestFilter()
40 MemRandomize(src_u, src_uv_plane_size); in TestFilter()
63 src_u + (src_stride_uv * b) + b, src_stride_uv, in TestFilter()
76 src_u + (src_stride_uv * b) + b, src_stride_uv, in TestFilter()
129 free_aligned_buffer_page_end(src_u) in TestFilter()
152 align_buffer_page_end(src_u, src_uv_plane_size) in TestFilter_16()
163 MemRandomize(src_u, src_uv_plane_size); in TestFilter_16()
174 p_src_u_16[(i * src_stride_uv) + j] = src_u[(i * src_stride_uv) + j]; in TestFilter_16()
200 src_u + (src_stride_uv * b) + b, src_stride_uv, in TestFilter_16()
254 free_aligned_buffer_page_end(src_u) in TestFilter_16()
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideoframe.cc50 const uint8* src_u = GetUPlane(); in Write() local
52 if (!src_y || !src_u || !src_v) { in Write()
71 result = stream->Write(src_u + row * u_pitch, half_width, NULL, error); in Write()
135 const uint8* src_u = GetUPlane(); in StretchToPlanes() local
145 src_u += iwidth_offset / 2; in StretchToPlanes()
154 src_u += iheight_offset / 2 * GetUPitch(); in StretchToPlanes()
162 libyuv::Scale(src_y, src_u, src_v, in StretchToPlanes()

1234