Home
last modified time | relevance | path

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

1234

/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from.cc35 const uint8_t* src_u, in I420ToI4xx() argument
61 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u, in I420ToI4xx()
72 const uint8_t* src_u, in I420ToI010() argument
86 if (!src_u || !src_v || !dst_u || !dst_v || width <= 0 || height == 0) { in I420ToI010()
94 src_u = src_u + (halfheight - 1) * src_stride_u; in I420ToI010()
105 Convert8To16Plane(src_u, src_stride_u, dst_u, dst_stride_u, 1024, halfwidth, in I420ToI010()
117 const uint8_t* src_u, in I420ToI422() argument
131 return I420ToI4xx(src_y, src_stride_y, src_u, src_stride_u, src_v, in I420ToI422()
142 const uint8_t* src_u, in I420ToI444() argument
156 return I420ToI4xx(src_y, src_stride_y, src_u, src_stride_u, src_v, in I420ToI444()
[all …]
Dconvert_argb.cc53 const uint8_t* src_u, in I420ToARGBMatrix() argument
67 if (!src_y || !src_u || !src_v || !dst_argb || width <= 0 || height == 0) { in I420ToARGBMatrix()
110 I422ToARGBRow(src_y, src_u, src_v, dst_argb, yuvconstants, width); in I420ToARGBMatrix()
114 src_u += src_stride_u; in I420ToARGBMatrix()
125 const uint8_t* src_u, in I420ToARGB() argument
133 return I420ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v, in I420ToARGB()
142 const uint8_t* src_u, in I420ToABGR() argument
152 src_u, src_stride_u, dst_abgr, dst_stride_abgr, in I420ToABGR()
161 const uint8_t* src_u, in J420ToARGB() argument
169 return I420ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v, in J420ToARGB()
[all …]
Dconvert_to_argb.cc191 const uint8_t* src_u; in ConvertToARGB() local
198 src_u = sample + src_width * abs_src_height + in ConvertToARGB()
201 src_u = sample + src_width * abs_src_height + in ConvertToARGB()
206 r = I420ToARGB(src_y, src_width, src_u, halfwidth, src_v, halfwidth, in ConvertToARGB()
213 const uint8_t* src_u; in ConvertToARGB() local
217 src_u = sample + src_width * abs_src_height + in ConvertToARGB()
221 r = J420ToARGB(src_y, src_width, src_u, halfwidth, src_v, halfwidth, in ConvertToARGB()
229 const uint8_t* src_u; in ConvertToARGB() local
235 src_u = sample + src_width * abs_src_height + in ConvertToARGB()
238 src_u = sample + src_width * abs_src_height + halfwidth * crop_y + in ConvertToARGB()
[all …]
Drow_neon.cc110 const uint8_t* src_u, in I444ToARGBRow_NEON() argument
123 "+r"(src_u), // %1 in I444ToARGBRow_NEON()
136 const uint8_t* src_u, in I422ToARGBRow_NEON() argument
149 "+r"(src_u), // %1 in I422ToARGBRow_NEON()
162 const uint8_t* src_u, in I422AlphaToARGBRow_NEON() argument
176 "+r"(src_u), // %1 in I422AlphaToARGBRow_NEON()
190 const uint8_t* src_u, in I422ToRGBARow_NEON() argument
203 "+r"(src_u), // %1 in I422ToRGBARow_NEON()
216 const uint8_t* src_u, in I422ToRGB24Row_NEON() argument
228 "+r"(src_u), // %1 in I422ToRGB24Row_NEON()
[all …]
Dconvert_to_i420.cc191 const uint8_t* src_u; in ConvertToI420() local
198 src_u = sample + src_width * abs_src_height + in ConvertToI420()
201 src_u = sample + src_width * abs_src_height + in ConvertToI420()
206 r = I420Rotate(src_y, src_width, src_u, halfwidth, src_v, halfwidth, in ConvertToI420()
214 const uint8_t* src_u; in ConvertToI420() local
220 src_u = sample + src_width * abs_src_height + in ConvertToI420()
223 src_u = sample + src_width * abs_src_height + halfwidth * crop_y + in ConvertToI420()
228 r = I422ToI420(src_y, src_width, src_u, halfwidth, src_v, halfwidth, in ConvertToI420()
236 const uint8_t* src_u; in ConvertToI420() local
240 src_u = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x; in ConvertToI420()
[all …]
/external/libaom/libaom/third_party/libyuv/source/
Dconvert_from.cc34 const uint8* src_u, int src_stride_u, in I420ToI4xx() argument
52 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, in I420ToI4xx()
65 const uint8* src_u, int src_stride_u, in I420ToI422() argument
74 src_u, src_stride_u, in I420ToI422()
87 const uint8* src_u, int src_stride_u, in I420ToI444() argument
96 src_u, src_stride_u, in I420ToI444()
109 const uint8* src_u, int src_stride_u, in I420ToI411() argument
118 src_u, src_stride_u, in I420ToI411()
148 const uint8* src_u, int src_stride_u, in I422ToYUY2() argument
153 void (*I422ToYUY2Row)(const uint8* src_y, const uint8* src_u, in I422ToYUY2()
[all …]
Dconvert_to_argb.cc182 const uint8* src_u; in ConvertToARGB() local
189 src_u = sample + src_width * abs_src_height + in ConvertToARGB()
192 src_u = sample + src_width * abs_src_height + in ConvertToARGB()
198 src_u, halfwidth, in ConvertToARGB()
207 const uint8* src_u; in ConvertToARGB() local
211 src_u = sample + src_width * abs_src_height + in ConvertToARGB()
216 src_u, halfwidth, in ConvertToARGB()
226 const uint8* src_u; in ConvertToARGB() local
232 src_u = sample + src_width * abs_src_height + in ConvertToARGB()
235 src_u = sample + src_width * abs_src_height + in ConvertToARGB()
[all …]
Drow_common.cc1090 const uint8* src_u, in I444ToARGBRow_C() argument
1096 uint8 u = (src_u[0] + src_u[1] + 1) >> 1; in I444ToARGBRow_C()
1103 src_u += 2; in I444ToARGBRow_C()
1108 YuvPixel(src_y[0], src_u[0], src_v[0], in I444ToARGBRow_C()
1114 const uint8* src_u, in I444ToARGBRow_C() argument
1120 YuvPixel(src_y[0], src_u[0], src_v[0], in I444ToARGBRow_C()
1124 src_u += 1; in I444ToARGBRow_C()
1133 const uint8* src_u, in I422ToARGBRow_C() argument
1139 YuvPixel(src_y[0], src_u[0], src_v[0], in I422ToARGBRow_C()
1142 YuvPixel(src_y[1], src_u[0], src_v[0], in I422ToARGBRow_C()
[all …]
Drow_neon.cc171 const uint8* src_u, in I444ToARGBRow_NEON() argument
187 "+r"(src_u), // %1 in I444ToARGBRow_NEON()
201 const uint8* src_u, in I422ToARGBRow_NEON() argument
217 "+r"(src_u), // %1 in I422ToARGBRow_NEON()
231 const uint8* src_u, in I411ToARGBRow_NEON() argument
247 "+r"(src_u), // %1 in I411ToARGBRow_NEON()
261 const uint8* src_u, in I422ToBGRARow_NEON() argument
278 "+r"(src_u), // %1 in I422ToBGRARow_NEON()
292 const uint8* src_u, in I422ToABGRRow_NEON() argument
309 "+r"(src_u), // %1 in I422ToABGRRow_NEON()
[all …]
Dconvert_to_i420.cc220 const uint8* src_u; in ConvertToI420() local
227 src_u = sample + src_width * abs_src_height + in ConvertToI420()
230 src_u = sample + src_width * abs_src_height + in ConvertToI420()
236 src_u, halfwidth, in ConvertToI420()
247 const uint8* src_u; in ConvertToI420() local
253 src_u = sample + src_width * abs_src_height + in ConvertToI420()
256 src_u = sample + src_width * abs_src_height + in ConvertToI420()
262 src_u, halfwidth, in ConvertToI420()
273 const uint8* src_u; in ConvertToI420() local
277 src_u = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x; in ConvertToI420()
[all …]
Drow_neon64.cc172 const uint8* src_u, in I444ToARGBRow_NEON() argument
187 "+r"(src_u), // %1 in I444ToARGBRow_NEON()
201 const uint8* src_u, in I422ToARGBRow_NEON() argument
216 "+r"(src_u), // %1 in I422ToARGBRow_NEON()
230 const uint8* src_u, in I411ToARGBRow_NEON() argument
245 "+r"(src_u), // %1 in I411ToARGBRow_NEON()
259 const uint8* src_u, in I422ToBGRARow_NEON() argument
274 "+r"(src_u), // %1 in I422ToBGRARow_NEON()
288 const uint8* src_u, in I422ToABGRRow_NEON() argument
303 "+r"(src_u), // %1 in I422ToABGRRow_NEON()
[all …]
Dconvert_argb.cc50 const uint8* src_u, int src_stride_u, in I444ToARGB() argument
60 if (!src_y || !src_u || !src_v || in I444ToARGB()
106 I444ToARGBRow(src_y, src_u, src_v, dst_argb, width); in I444ToARGB()
109 src_u += src_stride_u; in I444ToARGB()
118 const uint8* src_u, int src_stride_u, in I422ToARGB() argument
128 if (!src_y || !src_u || !src_v || in I422ToARGB()
175 IS_ALIGNED(src_u, 2) && IS_ALIGNED(src_stride_u, 2) && in I422ToARGB()
183 I422ToARGBRow(src_y, src_u, src_v, dst_argb, width); in I422ToARGB()
186 src_u += src_stride_u; in I422ToARGB()
195 const uint8* src_u, int src_stride_u, in I411ToARGB() argument
[all …]
/external/libyuv/files/source/
Dconvert_from.cc35 const uint8* src_u, in I420ToI4xx() argument
61 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u, in I420ToI4xx()
73 const uint8* src_u, in I420ToI422() argument
87 return I420ToI4xx(src_y, src_stride_y, src_u, src_stride_u, src_v, in I420ToI422()
98 const uint8* src_u, in I420ToI444() argument
112 return I420ToI4xx(src_y, src_stride_y, src_u, src_stride_u, src_v, in I420ToI444()
142 const uint8* src_u, in I422ToYUY2() argument
151 void (*I422ToYUY2Row)(const uint8* src_y, const uint8* src_u, in I422ToYUY2()
154 if (!src_y || !src_u || !src_v || !dst_yuy2 || width <= 0 || height == 0) { in I422ToYUY2()
188 I422ToYUY2Row(src_y, src_u, src_v, dst_yuy2, width); in I422ToYUY2()
[all …]
Dconvert_argb.cc53 const uint8* src_u, in I420ToARGBMatrix() argument
67 if (!src_y || !src_u || !src_v || !dst_argb || width <= 0 || height == 0) { in I420ToARGBMatrix()
103 IS_ALIGNED(src_u, 2) && IS_ALIGNED(src_stride_u, 2) && in I420ToARGBMatrix()
119 I422ToARGBRow(src_y, src_u, src_v, dst_argb, yuvconstants, width); in I420ToARGBMatrix()
123 src_u += src_stride_u; in I420ToARGBMatrix()
134 const uint8* src_u, in I420ToARGB() argument
142 return I420ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v, in I420ToARGB()
151 const uint8* src_u, in I420ToABGR() argument
161 src_u, src_stride_u, dst_abgr, dst_stride_abgr, in I420ToABGR()
170 const uint8* src_u, in J420ToARGB() argument
[all …]
Dconvert_to_argb.cc170 const uint8* src_u; in ConvertToARGB() local
177 src_u = sample + src_width * abs_src_height + in ConvertToARGB()
180 src_u = sample + src_width * abs_src_height + in ConvertToARGB()
185 r = I420ToARGB(src_y, src_width, src_u, halfwidth, src_v, halfwidth, in ConvertToARGB()
192 const uint8* src_u; in ConvertToARGB() local
196 src_u = sample + src_width * abs_src_height + in ConvertToARGB()
200 r = J420ToARGB(src_y, src_width, src_u, halfwidth, src_v, halfwidth, in ConvertToARGB()
208 const uint8* src_u; in ConvertToARGB() local
214 src_u = sample + src_width * abs_src_height + in ConvertToARGB()
217 src_u = sample + src_width * abs_src_height + halfwidth * crop_y + in ConvertToARGB()
[all …]
Dconvert_to_i420.cc179 const uint8* src_u; in ConvertToI420() local
186 src_u = sample + src_width * abs_src_height + in ConvertToI420()
189 src_u = sample + src_width * abs_src_height + in ConvertToI420()
194 r = I420Rotate(src_y, src_width, src_u, halfwidth, src_v, halfwidth, y, in ConvertToI420()
202 const uint8* src_u; in ConvertToI420() local
208 src_u = sample + src_width * abs_src_height + in ConvertToI420()
211 src_u = sample + src_width * abs_src_height + halfwidth * crop_y + in ConvertToI420()
216 r = I422ToI420(src_y, src_width, src_u, halfwidth, src_v, halfwidth, y, in ConvertToI420()
224 const uint8* src_u; in ConvertToI420() local
228 src_u = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x; in ConvertToI420()
[all …]
Drow_neon.cc129 const uint8* src_u, in I444ToARGBRow_NEON() argument
145 "+r"(src_u), // %1 in I444ToARGBRow_NEON()
159 const uint8* src_u, in I422ToARGBRow_NEON() argument
175 "+r"(src_u), // %1 in I422ToARGBRow_NEON()
189 const uint8* src_u, in I422AlphaToARGBRow_NEON() argument
207 "+r"(src_u), // %1 in I422AlphaToARGBRow_NEON()
222 const uint8* src_u, in I422ToRGBARow_NEON() argument
238 "+r"(src_u), // %1 in I422ToRGBARow_NEON()
252 const uint8* src_u, in I422ToRGB24Row_NEON() argument
267 "+r"(src_u), // %1 in I422ToRGB24Row_NEON()
[all …]
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert_from.h28 const uint8_t* src_u,
44 const uint8_t* src_u,
60 const uint8_t* src_u,
85 const uint8_t* src_u,
99 const uint8_t* src_u,
113 const uint8_t* src_u,
125 const uint8_t* src_u,
137 const uint8_t* src_u,
149 const uint8_t* src_u,
161 const uint8_t* src_u,
[all …]
Dconvert_argb.h44 const uint8_t* src_u,
57 const uint8_t* src_u,
70 const uint16_t* src_u,
83 const uint16_t* src_u,
96 const uint16_t* src_u,
109 const uint16_t* src_u,
122 const uint16_t* src_u,
135 const uint8_t* src_u,
148 const uint8_t* src_u,
161 const uint8_t* src_u,
[all …]
/external/libyuv/files/include/libyuv/
Dconvert_from.h29 const uint8* src_u,
45 const uint8* src_u,
70 const uint8* src_u,
84 const uint8* src_u,
98 const uint8* src_u,
110 const uint8* src_u,
122 const uint8* src_u,
134 const uint8* src_u,
146 const uint8* src_u,
158 const uint8* src_u,
[all …]
Dconvert_argb.h44 const uint8* src_u,
57 const uint8* src_u,
70 const uint8* src_u,
83 const uint8* src_u,
96 const uint8* src_u,
109 const uint8* src_u,
122 const uint8* src_u,
138 const uint8* src_u,
246 const uint8* src_u,
259 const uint8* src_u,
[all …]
Drow.h689 const uint8* src_u,
695 const uint8* src_u,
708 const uint8* src_u,
714 const uint8* src_u,
720 const uint8* src_u,
726 const uint8* src_u,
732 const uint8* src_u,
738 const uint8* src_u,
767 const uint8* src_u,
773 const uint8* src_u,
[all …]
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dconvert_from.h29 const uint8* src_u, int src_stride_u,
38 const uint8* src_u, int src_stride_u,
47 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.h503 const uint8* src_u,
508 const uint8* src_u,
513 const uint8* src_u,
518 const uint8* src_u,
523 const uint8* src_u,
528 const uint8* src_u,
533 const uint8* src_u,
538 const uint8* src_u,
543 const uint8* src_u,
548 const uint8* src_u,
[all …]
/external/libvpx/libvpx/vp8/common/mips/msa/
Dloopfilter_filters_msa.c309 static void mbloop_filter_horizontal_edge_uv_msa(uint8_t *src_u, uint8_t *src_v, in mbloop_filter_horizontal_edge_uv_msa() argument
325 temp_src = src_u - (pitch << 2); in mbloop_filter_horizontal_edge_uv_msa()
342 src_u -= (pitch * 3); in mbloop_filter_horizontal_edge_uv_msa()
343 SD4(p2_d, p1_d, p0_d, q0_d, src_u, pitch); in mbloop_filter_horizontal_edge_uv_msa()
344 src_u += 4 * pitch; in mbloop_filter_horizontal_edge_uv_msa()
345 SD(q1_d, src_u); in mbloop_filter_horizontal_edge_uv_msa()
346 src_u += pitch; in mbloop_filter_horizontal_edge_uv_msa()
347 SD(q2_d, src_u); in mbloop_filter_horizontal_edge_uv_msa()
428 static void mbloop_filter_vertical_edge_uv_msa(uint8_t *src_u, uint8_t *src_v, in mbloop_filter_vertical_edge_uv_msa() argument
443 LD_UB8(src_u - 4, pitch, row0, row1, row2, row3, row4, row5, row6, row7); in mbloop_filter_vertical_edge_uv_msa()
[all …]

1234