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

1 2 3

  /external/libyuv/files/include/libyuv/
convert_from.h 29 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...]
convert_argb.h 44 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,
224 const uint8* src_u,
237 const uint8* src_u,
    [all...]
scale.h 65 const uint8* src_u,
84 const uint16* src_u,
104 const uint8* src_u,
row.h 689 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...]
scale_argb.h 53 const uint8* src_u,
planar_functions.h 63 void MergeUVPlane(const uint8* src_u,
88 const uint8* src_u,
106 const uint8* src_u,
177 const uint8* src_u,
194 const uint8* src_u,
248 const uint8* src_u,
261 const uint8* src_u,
274 const uint8* src_u,
590 const uint8* src_u,
603 const uint8* src_u,
    [all...]
  /external/syslinux/gpxe/src/arch/x86/include/bits/
string.h 53 } __attribute__ (( __may_alias__ )) *src_u = src; local
69 dest_u->u8[0] = src_u->u8[0];
72 dest_u->u16[0] = src_u->u16[0];
75 dest_u->u32[0] = src_u->u32[0];
82 dest_u->u16[0] = src_u->u16[0];
83 dest_u->u8[2] = src_u->u8[2];
86 dest_u->u32[0] = src_u->u32[0];
87 dest_u->u8[4] = src_u->u8[4];
90 dest_u->u32[0] = src_u->u32[0];
91 dest_u->u16[2] = src_u->u16[2]
    [all...]
  /external/libyuv/files/source/
convert_from.cc 35 const uint8* src_u,
61 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u,
73 const uint8* src_u,
87 return I420ToI4xx(src_y, src_stride_y, src_u, src_stride_u, src_v,
98 const uint8* src_u,
112 return I420ToI4xx(src_y, src_stride_y, src_u, src_stride_u, src_v,
142 const uint8* src_u,
151 void (*I422ToYUY2Row)(const uint8* src_y, const uint8* src_u,
154 if (!src_y || !src_u || !src_v || !dst_yuy2 || width <= 0 || height == 0) {
188 I422ToYUY2Row(src_y, src_u, src_v, dst_yuy2, width)
    [all...]
convert_to_argb.cc 170 const uint8* src_u; local
177 src_u = sample + src_width * abs_src_height +
180 src_u = sample + src_width * abs_src_height +
185 r = I420ToARGB(src_y, src_width, src_u, halfwidth, src_v, halfwidth,
192 const uint8* src_u; local
196 src_u = sample + src_width * abs_src_height +
200 r = J420ToARGB(src_y, src_width, src_u, halfwidth, src_v, halfwidth,
208 const uint8* src_u; local
214 src_u = sample + src_width * abs_src_height +
217 src_u = sample + src_width * abs_src_height + halfwidth * crop_y
229 const uint8* src_u; local
    [all...]
convert_argb.cc 53 const uint8* src_u,
67 if (!src_y || !src_u || !src_v || !dst_argb || width <= 0 || height == 0) {
103 IS_ALIGNED(src_u, 2) && IS_ALIGNED(src_stride_u, 2) &&
119 I422ToARGBRow(src_y, src_u, src_v, dst_argb, yuvconstants, width);
123 src_u += src_stride_u;
134 const uint8* src_u,
142 return I420ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v,
151 const uint8* src_u,
161 src_u, src_stride_u, dst_abgr, dst_stride_abgr,
170 const uint8* src_u,
    [all...]
convert_to_i420.cc 179 const uint8* src_u; local
186 src_u = sample + src_width * abs_src_height +
189 src_u = sample + src_width * abs_src_height +
194 r = I420Rotate(src_y, src_width, src_u, halfwidth, src_v, halfwidth, y,
202 const uint8* src_u; local
208 src_u = sample + src_width * abs_src_height +
211 src_u = sample + src_width * abs_src_height + halfwidth * crop_y +
216 r = I422ToI420(src_y, src_width, src_u, halfwidth, src_v, halfwidth, y,
224 const uint8* src_u; local
228 src_u = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_from.cc 34 const uint8* src_u, int src_stride_u,
54 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height,
67 const uint8* src_u, int src_stride_u,
76 src_u, src_stride_u,
89 const uint8* src_u, int src_stride_u,
98 src_u, src_stride_u,
111 const uint8* src_u, int src_stride_u,
120 src_u, src_stride_u,
150 const uint8* src_u, int src_stride_u,
155 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...]
row_neon64.cc 131 const uint8* src_u,
147 "+r"(src_u), // %1
161 const uint8* src_u,
177 "+r"(src_u), // %1
191 const uint8* src_u,
209 "+r"(src_u), // %1
224 const uint8* src_u,
240 "+r"(src_u), // %1
254 const uint8* src_u,
270 "+r"(src_u), // %
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
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,
96 const uint8* src_u, int src_stride_u,
105 const uint8* src_u, int src_stride_u,
161 const uint8* src_u, int src_stride_u
    [all...]
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...]
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 564 const uint8* src_u,
570 const uint8* src_u,
583 const uint8* src_u,
589 const uint8* src_u,
595 const uint8* src_u,
601 const uint8* src_u,
607 const uint8* src_u,
613 const uint8* src_u,
619 const uint8* src_u,
    [all...]
scale_argb.h 41 const uint8* src_u, int src_stride_u,
planar_functions.h 51 void MergeUVPlane(const uint8* src_u, int src_stride_u,
68 const uint8* src_u, int src_stride_u,
79 const uint8* src_u, int src_stride_u,
117 const uint8* src_u, int src_stride_u,
129 const uint8* src_u, int src_stride_u,
166 const uint8* src_u, int src_stride_u,
174 const uint8* src_u, int src_stride_u,
182 const uint8* src_u, int src_stride_u,
382 const uint8* src_u, int src_stride_u,
390 const uint8* src_u, int src_stride_u
    [all...]
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 286 const uint8_t *src_u = local
291 src_u + (src.mStride / 2) * (src.mHeight / 2);
295 libyuv::I420ToRGB565(src_y, src.mStride, src_u, src.mStride / 2, src_v, src.mStride / 2,
300 libyuv::ConvertFromI420(src_y, src.mStride, src_u, src.mStride / 2, src_v, src.mStride / 2,
305 libyuv::ConvertFromI420(src_y, src.mStride, src_u, src.mStride / 2, src_v, src.mStride / 2,
321 return [](void *src_y, void *src_u, void *src_v, size_t x,
325 *u = ((uint8_t*)src_u)[x / 2] - 128;
329 return [](void *src_y, void *src_u, void *src_v, size_t x,
333 *u = (signed)(((uint16_t*)src_u)[x / 2] >> 2) - 128;
426 uint8_t *src_u = (uint8_t *)src.mBits + src.mStride * src.mHeigh
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
loopfilter_filters_msa.c 309 static void mbloop_filter_horizontal_edge_uv_msa(uint8_t *src_u, uint8_t *src_v,
325 temp_src = src_u - (pitch << 2);
342 src_u -= (pitch * 3);
343 SD4(p2_d, p1_d, p0_d, q0_d, src_u, pitch);
344 src_u += 4 * pitch;
345 SD(q1_d, src_u);
346 src_u += pitch;
347 SD(q2_d, src_u);
428 static void mbloop_filter_vertical_edge_uv_msa(uint8_t *src_u, uint8_t *src_v,
443 LD_UB8(src_u - 4, pitch, row0, row1, row2, row3, row4, row5, row6, row7)
    [all...]

Completed in 930 milliseconds

1 2 3