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

1 2

  /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,
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...]
scale.h 48 const uint8* src_u, int src_stride_u,
59 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
convert_argb.h 43 const uint8* src_u, int src_stride_u,
51 const uint8* src_u, int src_stride_u,
59 const uint8* src_u, int src_stride_u,
67 const uint8* src_u, int src_stride_u,
format_conversion.h 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,
97 const uint8* src_u, int src_stride_u,
planar_functions.h 65 const uint8* src_u, int src_stride_u,
150 const uint8* src_u, int src_stride_u,
158 const uint8* src_u, int src_stride_u,
166 const uint8* src_u, int src_stride_u,
250 const uint8* src_u, int src_stride_u,
258 const uint8* src_u, int src_stride_u,
  /external/libyuv/files/source/
convert_from.cc 29 const uint8* src_u, int src_stride_u,
35 if (!src_y || !src_u || !src_v ||
61 IS_ALIGNED(src_u, 16) && IS_ALIGNED(src_stride_u, 16) &&
79 CopyRow(src_u, dst_u, halfwidth);
80 CopyRow(src_u, dst_u + dst_stride_u, halfwidth);
81 src_u += src_stride_u;
85 CopyRow(src_u, dst_u, halfwidth);
109 const uint8* src_u, int src_stride_u,
115 if (!src_y || !src_u|| !src_v ||
144 src_u, dst_u)
    [all...]
convert_argb.cc 53 const uint8* src_u, int src_stride_u,
57 if (!src_y || !src_u || !src_v ||
86 I444ToARGBRow(src_y, src_u, src_v, dst_argb, width);
89 src_u += src_stride_u;
98 const uint8* src_u, int src_stride_u,
102 if (!src_y || !src_u || !src_v ||
138 I422ToARGBRow(src_y, src_u, src_v, dst_argb, width);
141 src_u += src_stride_u;
150 const uint8* src_u, int src_stride_u,
154 if (!src_y || !src_u || !src_v |
1195 const uint8* src_u; local
1220 const uint8* src_u; local
1244 const uint8* src_u; local
1263 const uint8* src_u = sample + src_width * abs_src_height + local
    [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,
planar_functions.h 54 const uint8* src_u, int src_stride_u,
65 const uint8* src_u, int src_stride_u,
103 const uint8* src_u, int src_stride_u,
115 const uint8* src_u, int src_stride_u,
159 const uint8* src_u, int src_stride_u,
167 const uint8* src_u, int src_stride_u,
175 const uint8* src_u, int src_stride_u,
335 const uint8* src_u, int src_stride_u,
343 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...]
convert_argb.cc 50 const uint8* src_u, int src_stride_u,
60 if (!src_y || !src_u || !src_v ||
106 I444ToARGBRow(src_y, src_u, src_v, dst_argb, width);
109 src_u += src_stride_u;
118 const uint8* src_u, int src_stride_u,
128 if (!src_y || !src_u || !src_v ||
175 IS_ALIGNED(src_u, 2) && IS_ALIGNED(src_stride_u, 2) &&
183 I422ToARGBRow(src_y, src_u, src_v, dst_argb, width);
186 src_u += src_stride_u;
195 const uint8* src_u, int src_stride_u
    [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);
  /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...]
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 215 const uint8_t *src_u = local
220 src_u + (src.mWidth / 2) * (src.mHeight / 2);
245 signed u = (signed)src_u[x / 2] - 128;
283 src_u += src.mWidth / 2;
309 const uint8_t *src_u = local
318 signed u = (signed)src_u[x & ~1] - 128;
319 signed v = (signed)src_u[(x & ~1) + 1] - 128;
356 src_u += src.mWidth;
383 const uint8_t *src_u = local
392 signed v = (signed)src_u[x & ~1] - 128
454 const uint8_t *src_u = local
    [all...]
  /external/webrtc/talk/media/base/
videoframe.cc 49 const uint8_t* src_u = GetUPlane(); local
51 if (!src_y || !src_u || !src_v) {
70 result = stream->Write(src_u + row * u_pitch, half_width, NULL, error);
171 const uint8_t* src_u = GetUPlane(); local
181 src_u += iwidth_offset / 2;
190 src_u += iheight_offset / 2 * GetUPitch();
196 libyuv::Scale(src_y, src_u, src_v,

Completed in 168 milliseconds

1 2