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

1 2 3

  /external/libyuv/files/source/
convert_from.cc 34 const uint8* src_u, int src_stride_u,
52 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height,
65 const uint8* src_u, int src_stride_u,
74 src_u, src_stride_u,
87 const uint8* src_u, int src_stride_u,
96 src_u, src_stride_u,
109 const uint8* src_u, int src_stride_u,
118 src_u, src_stride_u,
148 const uint8* src_u, int src_stride_u,
153 void (*I422ToYUY2Row)(const uint8* src_y, const uint8* src_u,
    [all...]
convert_to_argb.cc 181 const uint8* src_u; local
188 src_u = sample + src_width * abs_src_height +
191 src_u = sample + src_width * abs_src_height +
197 src_u, halfwidth,
206 const uint8* src_u; local
210 src_u = sample + src_width * abs_src_height +
215 src_u, halfwidth,
225 const uint8* src_u; local
231 src_u = sample + src_width * abs_src_height +
234 src_u = sample + src_width * abs_src_height
249 const uint8* src_u; local
268 const uint8* src_u = sample + src_width * abs_src_height + local
    [all...]
convert_argb.cc 50 const uint8* src_u, int src_stride_u,
62 if (!src_y || !src_u || !src_v || !dst_argb ||
99 IS_ALIGNED(src_u, 2) && IS_ALIGNED(src_stride_u, 2) &&
107 I422ToARGBRow(src_y, src_u, src_v, dst_argb, yuvconstants, width);
111 src_u += src_stride_u;
121 const uint8* src_u, int src_stride_u,
126 src_u, src_stride_u,
136 const uint8* src_u, int src_stride_u,
142 src_u, src_stride_u,
151 const uint8* src_u, int src_stride_u
    [all...]
convert_to_i420.cc 218 const uint8* src_u; local
225 src_u = sample + src_width * abs_src_height +
228 src_u = sample + src_width * abs_src_height +
234 src_u, halfwidth,
245 const uint8* src_u; local
251 src_u = sample + src_width * abs_src_height +
254 src_u = sample + src_width * abs_src_height +
260 src_u, halfwidth,
271 const uint8* src_u; local
275 src_u = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x
292 const uint8* src_u = sample + src_width * abs_src_height + local
    [all...]
row_neon.cc 138 const uint8* src_u,
154 "+r"(src_u), // %1
168 const uint8* src_u,
184 "+r"(src_u), // %1
198 const uint8* src_u,
216 "+r"(src_u), // %1
231 const uint8* src_u,
247 "+r"(src_u), // %1
261 const uint8* src_u,
277 "+r"(src_u), // %
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
convert_from.h 28 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,
63 const uint8* src_u, int src_stride_u,
71 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...]
row.h 502 const uint8* src_u,
507 const uint8* src_u,
512 const uint8* src_u,
517 const uint8* src_u,
522 const uint8* src_u,
527 const uint8* src_u,
532 const uint8* src_u,
537 const uint8* src_u,
542 const uint8* src_u,
547 const uint8* src_u,
    [all...]
convert_argb.h 42 const uint8* src_u, int src_stride_u,
50 const uint8* src_u, int src_stride_u,
58 const uint8* src_u, int src_stride_u,
66 const uint8* src_u, int src_stride_u,
121 const uint8* src_u, int src_stride_u,
129 const uint8* src_u, int src_stride_u,
scale.h 56 const uint8* src_u, int src_stride_u,
67 const uint16* src_u, int src_stride_u,
79 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
scale_argb.h 42 const uint8* src_u, int src_stride_u,
  /external/libyuv/files/include/libyuv/
convert_from.h 28 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,
61 const uint8* src_u, int src_stride_u,
69 const uint8* src_u, int src_stride_u,
77 const uint8* src_u, int src_stride_u,
84 const uint8* src_u, int src_stride_u,
91 const uint8* src_u, int src_stride_u,
98 const uint8* src_u, int src_stride_u,
105 const uint8* src_u, int src_stride_u
    [all...]
convert_argb.h 40 const uint8* src_u, int src_stride_u,
48 const uint8* src_u, int src_stride_u,
56 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,
88 const uint8* src_u, int src_stride_u,
97 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
    [all...]
scale.h 56 const uint8* src_u, int src_stride_u,
67 const uint16* src_u, int src_stride_u,
79 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
row.h 559 const uint8* src_u,
565 const uint8* src_u,
578 const uint8* src_u,
584 const uint8* src_u,
590 const uint8* src_u,
596 const uint8* src_u,
602 const uint8* src_u,
608 const uint8* src_u,
614 const uint8* src_u,
    [all...]
scale_argb.h 41 const uint8* src_u, int src_stride_u,
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_from.cc 34 const uint8* src_u, int src_stride_u,
52 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height,
65 const uint8* src_u, int src_stride_u,
74 src_u, src_stride_u,
87 const uint8* src_u, int src_stride_u,
96 src_u, src_stride_u,
109 const uint8* src_u, int src_stride_u,
118 src_u, src_stride_u,
148 const uint8* src_u, int src_stride_u,
153 void (*I422ToYUY2Row)(const uint8* src_y, const uint8* src_u,
    [all...]
convert_to_argb.cc 182 const uint8* src_u; local
189 src_u = sample + src_width * abs_src_height +
192 src_u = sample + src_width * abs_src_height +
198 src_u, halfwidth,
207 const uint8* src_u; local
211 src_u = sample + src_width * abs_src_height +
216 src_u, halfwidth,
226 const uint8* src_u; local
232 src_u = sample + src_width * abs_src_height +
235 src_u = sample + src_width * abs_src_height
250 const uint8* src_u; local
269 const uint8* src_u = sample + src_width * abs_src_height + local
    [all...]
convert_to_i420.cc 220 const uint8* src_u; local
227 src_u = sample + src_width * abs_src_height +
230 src_u = sample + src_width * abs_src_height +
236 src_u, halfwidth,
247 const uint8* src_u; local
253 src_u = sample + src_width * abs_src_height +
256 src_u = sample + src_width * abs_src_height +
262 src_u, halfwidth,
273 const uint8* src_u; local
277 src_u = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x
294 const uint8* src_u = sample + src_width * abs_src_height + local
    [all...]
row_neon.cc 171 const uint8* src_u,
187 "+r"(src_u), // %1
201 const uint8* src_u,
217 "+r"(src_u), // %1
231 const uint8* src_u,
247 "+r"(src_u), // %1
261 const uint8* src_u,
278 "+r"(src_u), // %1
292 const uint8* src_u,
309 "+r"(src_u), // %
    [all...]
row_neon64.cc 172 const uint8* src_u,
187 "+r"(src_u), // %1
201 const uint8* src_u,
216 "+r"(src_u), // %1
230 const uint8* src_u,
245 "+r"(src_u), // %1
259 const uint8* src_u,
274 "+r"(src_u), // %1
288 const uint8* src_u,
303 "+r"(src_u), // %
    [all...]
row_common.cc     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
scale.h 39 const uint8* src_u, int src_stride_u,
49 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
  /external/libvpx/libvpx/vp9/encoder/
vp9_skin_detection.c 58 const uint8_t *src_u = cpi->Source->u_buffer; local
90 uint8_t usource = src_u[uvpos * src_uvstride + uvpos];
93 uint8_t usource2 = src_u[(uvpos + 1) * src_uvstride + uvpos];
96 uint8_t usource3 = src_u[uvpos * src_uvstride + (uvpos + 1)];
99 uint8_t usource4 = src_u[(uvpos + 1) * src_uvstride + (uvpos + 1)];
119 src_u += uv_bsize;
124 src_u += (src_uvstride << shuv) - (num_bl << shuv);
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 221 const uint8_t *src_u = local
226 src_u + (src.mWidth / 2) * (src.mHeight / 2);
229 libyuv::I420ToRGB565(src_y, src.mWidth, src_u, src.mWidth / 2, src_v, src.mWidth / 2,
251 const uint8_t *src_u = local
256 src_u + (src.mWidth / 2) * (src.mHeight / 2);
281 signed u = (signed)src_u[x / 2] - 128;
319 src_u += src.mWidth / 2;
345 const uint8_t *src_u = local
354 signed u = (signed)src_u[x & ~1] - 128;
355 signed v = (signed)src_u[(x & ~1) + 1] - 128
419 const uint8_t *src_u = local
490 const uint8_t *src_u = local
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
loopfilter_filters_msa.c 377 static void mbloop_filter_horizontal_edge_uv_msa(uint8_t *src_u, uint8_t *src_v,
394 temp_src = src_u - (pitch << 2);
411 src_u -= (pitch * 3);
412 SD4(p2_d, p1_d, p0_d, q0_d, src_u, pitch);
413 src_u += 4 * pitch;
414 SD(q1_d, src_u);
415 src_u += pitch;
416 SD(q2_d, src_u);
499 static void mbloop_filter_vertical_edge_uv_msa(uint8_t *src_u, uint8_t *src_v,
515 LD_UB8(src_u - 4, pitch, row0, row1, row2, row3, row4, row5, row6, row7)
    [all...]

Completed in 267 milliseconds

1 2 3