Searched defs:dst_v (Results 1 - 25 of 28) sorted by relevance

12

/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_mips.cc383 void SplitUVRow_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, argument
411 "sw $t9, 0(%[dst_v]) \n"
413 "sw $t1, 4(%[dst_v]) \n"
415 "sw $t3, 8(%[dst_v]) \n"
417 "sw $t6, 12(%[dst_v]) \n"
419 "addiu %[dst_v], %[dst_v], 16 \n"
432 "sb $t1, 0(%[dst_v]) \n"
435 " addiu %[dst_v], %[dst_v],
499 MirrorUVRow_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) argument
[all...]
H A Dconvert_from_argb.cc28 uint8* dst_v, int dst_stride_v,
33 void (*ARGBToUV444Row)(const uint8* src_argb, uint8* dst_u, uint8* dst_v,
35 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) {
94 ARGBToUV444Row(src_argb, dst_u, dst_v, width);
99 dst_v += dst_stride_v;
109 uint8* dst_v, int dst_stride_v,
113 uint8* dst_u, uint8* dst_v, int width) = ARGBToUVRow_C;
117 !dst_y || !dst_u || !dst_v ||
174 ARGBToUVRow(src_argb, 0, dst_u, dst_v, width);
179 dst_v
25 ARGBToI444(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
106 ARGBToI422(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
186 ARGBToI411(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1077 ARGBToJ420(const uint8* src_argb, int src_stride_argb, uint8* dst_yj, int dst_stride_yj, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1151 ARGBToJ422(const uint8* src_argb, int src_stride_argb, uint8* dst_yj, int dst_stride_yj, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
[all...]
H A Drotate.cc270 void (*MirrorUVRow)(const uint8* src, uint8* dst_u, uint8* dst_v, int width) =
350 uint8* dst_v, int dst_stride_v,
356 !dst_y || !dst_u || !dst_v) {
380 dst_v, dst_stride_v,
390 dst_v, dst_stride_v,
401 dst_v, dst_stride_v,
412 dst_v, dst_stride_v,
426 uint8* dst_v, int dst_stride_v,
432 !dst_y || !dst_u || !dst_v) {
453 dst_v, dst_stride_
345 I420Rotate(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height, enum RotationMode mode) argument
422 NV12ToI420Rotate(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height, enum RotationMode mode) argument
[all...]
H A Dconvert.cc36 uint8* dst_v, int dst_stride_v,
55 dst_v, dst_stride_v, dst_uv_width, dst_uv_height,
69 uint8* dst_v, int dst_stride_v,
74 !dst_u || !dst_v ||
95 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
107 uint8* dst_v, int dst_stride_v,
115 dst_v, dst_stride_v,
128 uint8* dst_v, int dst_stride_v,
135 dst_v, dst_stride_v,
148 uint8* dst_v, in
31 I4xxToI420(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int src_y_width, int src_y_height, int src_uv_width, int src_uv_height) argument
64 I420Copy(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
102 I422ToI420(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
123 I444ToI420(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
143 I411ToI420(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
163 I400ToI420(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
241 X420ToI420(const uint8* src_y, int src_stride_y0, int src_stride_y1, const uint8* src_uv, int src_stride_uv, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
302 NV12ToI420(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
318 NV21ToI420(const uint8* src_y, int src_stride_y, const uint8* src_vu, int src_stride_vu, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
334 M420ToI420(const uint8* src_m420, int src_stride_m420, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
349 YUY2ToI420(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
414 UYVYToI420(const uint8* src_uyvy, int src_stride_uyvy, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
479 ARGBToI420(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
555 BGRAToI420(const uint8* src_bgra, int src_stride_bgra, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
621 ABGRToI420(const uint8* src_abgr, int src_stride_abgr, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
687 RGBAToI420(const uint8* src_rgba, int src_stride_rgba, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
753 RGB24ToI420(const uint8* src_rgb24, int src_stride_rgb24, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
867 RAWToI420(const uint8* src_raw, int src_stride_raw, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
981 RGB565ToI420(const uint8* src_rgb565, int src_stride_rgb565, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1103 ARGB1555ToI420(const uint8* src_argb1555, int src_stride_argb1555, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1227 ARGB4444ToI420(const uint8* src_argb4444, int src_stride_argb4444, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1361 Android420ToI420(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, int src_pixel_stride_uv, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
[all...]
H A Dconvert_from.cc38 uint8* dst_v, int dst_stride_v,
58 dst_v, dst_stride_v, dst_uv_width, dst_uv_height,
71 uint8* dst_v, int dst_stride_v,
80 dst_v, dst_stride_v,
93 uint8* dst_v, int dst_stride_v,
102 dst_v, dst_stride_v,
115 uint8* dst_v, int dst_stride_v,
124 dst_v, dst_stride_v,
1034 uint8* dst_v; local
1036 dst_v
33 I420ToI4xx(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int src_y_width, int src_y_height, int dst_uv_width, int dst_uv_height) argument
66 I420ToI422(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
88 I420ToI444(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
110 I420ToI411(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1055 uint8* dst_v; local
1075 uint8* dst_v; local
1095 uint8* dst_v = dst_u + quarterwidth * height; local
[all...]
H A Dscale.cc1555 uint8* dst_v, int dst_stride_v,
1564 !dst_y || !dst_u || !dst_v || dst_width <= 0 || dst_height <= 0) {
1575 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight,
1587 uint16* dst_v, int dst_stride_v,
1596 !dst_y || !dst_u || !dst_v || dst_width <= 0 || dst_height <= 0) {
1607 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight,
1617 uint8* dst_y, uint8* dst_u, uint8* dst_v,
1627 dst_v, dst_stride_v,
1651 uint8* dst_v = dst + dst_width * dst_height + dst_halfwidth * dst_halfheight + local
1664 dst_v, dst_halfwidt
1549 I420Scale(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, int src_width, int src_height, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int dst_width, int dst_height, enum FilterMode filtering) argument
1581 I420Scale_16(const uint16* src_y, int src_stride_y, const uint16* src_u, int src_stride_u, const uint16* src_v, int src_stride_v, int src_width, int src_height, uint16* dst_y, int dst_stride_y, uint16* dst_u, int dst_stride_u, uint16* dst_v, int dst_stride_v, int dst_width, int dst_height, enum FilterMode filtering) argument
1614 Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v, int src_stride_y, int src_stride_u, int src_stride_v, int src_width, int src_height, uint8* dst_y, uint8* dst_u, uint8* dst_v, int dst_stride_y, int dst_stride_u, int dst_stride_v, int dst_width, int dst_height, LIBYUV_BOOL interpolate) argument
[all...]
H A Dplanar_functions.cc135 uint8* dst_v, int dst_stride_v,
139 !dst_u || !dst_v ||
158 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, height);
169 uint8* dst_v, int dst_stride_v,
172 !dst_u || !dst_v ||
191 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height);
239 uint8* dst_v, int dst_stride_v,
242 void (*SplitUVRow)(const uint8* src_uv, uint8* dst_u, uint8* dst_v,
248 dst_v = dst_v
130 I422Copy(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
164 I444Copy(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
237 SplitUVPlane(const uint8* src_uv, int src_stride_uv, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
416 YUY2ToI422(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
488 UYVYToI422(const uint8* src_uyvy, int src_stride_uyvy, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
580 I420Mirror(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
781 I420Blend(const uint8* src_y0, int src_stride_y0, const uint8* src_u0, int src_stride_u0, const uint8* src_v0, int src_stride_v0, const uint8* src_y1, int src_stride_y1, const uint8* src_u1, int src_stride_u1, const uint8* src_v1, int src_stride_v1, const uint8* alpha, int alpha_stride, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1335 I420Rect(uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int x, int y, int width, int height, int value_y, int value_u, int value_v) argument
2082 I420Interpolate(const uint8* src0_y, int src0_stride_y, const uint8* src0_u, int src0_stride_u, const uint8* src0_v, int src0_stride_v, const uint8* src1_y, int src1_stride_y, const uint8* src1_u, int src1_stride_u, const uint8* src1_v, int src1_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height, int interpolation) argument
[all...]
H A Drow_neon.cc620 // Reads 16 pairs of UV and write even values to dst_u and odd to dst_v.
621 void SplitUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, argument
635 "+r"(dst_v), // %2
740 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, argument
760 "+r"(dst_v), // %2
1024 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, argument
1038 "+r"(dst_v), // %2
1045 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, argument
1059 "+r"(dst_v), // %2
1067 uint8* dst_u, uint8* dst_v, in
1066 YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, uint8* dst_u, uint8* dst_v, int width) argument
1093 UYVYToUVRow_NEON(const uint8* src_uyvy, int stride_uyvy, uint8* dst_u, uint8* dst_v, int width) argument
1344 ARGBToUV444Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v, int width) argument
1385 ARGBToUV411Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v, int width) argument
1461 ARGBToUVRow_NEON(const uint8* src_argb, int src_stride_argb, uint8* dst_u, uint8* dst_v, int width) argument
1510 ARGBToUVJRow_NEON(const uint8* src_argb, int src_stride_argb, uint8* dst_u, uint8* dst_v, int width) argument
1558 BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra, uint8* dst_u, uint8* dst_v, int width) argument
1606 ABGRToUVRow_NEON(const uint8* src_abgr, int src_stride_abgr, uint8* dst_u, uint8* dst_v, int width) argument
1654 RGBAToUVRow_NEON(const uint8* src_rgba, int src_stride_rgba, uint8* dst_u, uint8* dst_v, int width) argument
1702 RGB24ToUVRow_NEON(const uint8* src_rgb24, int src_stride_rgb24, uint8* dst_u, uint8* dst_v, int width) argument
1750 RAWToUVRow_NEON(const uint8* src_raw, int src_stride_raw, uint8* dst_u, uint8* dst_v, int width) argument
1799 RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, uint8* dst_u, uint8* dst_v, int width) argument
1868 ARGB1555ToUVRow_NEON(const uint8* src_argb1555, int src_stride_argb1555, uint8* dst_u, uint8* dst_v, int width) argument
1937 ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444, uint8* dst_u, uint8* dst_v, int width) argument
[all...]
H A Drow_neon64.cc614 // Reads 16 pairs of UV and write even values to dst_u and odd to dst_v.
615 void SplitUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, argument
629 "+r"(dst_v), // %2
731 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, argument
750 "+r"(dst_v), // %2
1027 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, argument
1041 "+r"(dst_v), // %2
1048 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, argument
1062 "+r"(dst_v), // %2
1070 uint8* dst_u, uint8* dst_v, in
1069 YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, uint8* dst_u, uint8* dst_v, int width) argument
1097 UYVYToUVRow_NEON(const uint8* src_uyvy, int stride_uyvy, uint8* dst_u, uint8* dst_v, int width) argument
1349 ARGBToUV444Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v, int width) argument
1399 ARGBToUV411Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v, int width) argument
1465 ARGBToUVRow_NEON(const uint8* src_argb, int src_stride_argb, uint8* dst_u, uint8* dst_v, int width) argument
1506 ARGBToUVJRow_NEON(const uint8* src_argb, int src_stride_argb, uint8* dst_u, uint8* dst_v, int width) argument
1550 BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra, uint8* dst_u, uint8* dst_v, int width) argument
1589 ABGRToUVRow_NEON(const uint8* src_abgr, int src_stride_abgr, uint8* dst_u, uint8* dst_v, int width) argument
1628 RGBAToUVRow_NEON(const uint8* src_rgba, int src_stride_rgba, uint8* dst_u, uint8* dst_v, int width) argument
1667 RGB24ToUVRow_NEON(const uint8* src_rgb24, int src_stride_rgb24, uint8* dst_u, uint8* dst_v, int width) argument
1706 RAWToUVRow_NEON(const uint8* src_raw, int src_stride_raw, uint8* dst_u, uint8* dst_v, int width) argument
1746 RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, uint8* dst_u, uint8* dst_v, int width) argument
1820 ARGB1555ToUVRow_NEON(const uint8* src_argb1555, int src_stride_argb1555, uint8* dst_u, uint8* dst_v, int width) argument
1889 ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444, uint8* dst_u, uint8* dst_v, int width) argument
[all...]
H A Drow_common.cc325 uint8* dst_u, uint8* dst_v, int width) { \
336 dst_v[0] = RGBToV(ar, ag, ab); \
340 dst_v += 1; \
347 dst_v[0] = RGBToV(ar, ag, ab); \
407 uint8* dst_u, uint8* dst_v, int width) { \
418 dst_v[0] = RGBToVJ(ar, ag, ab); \
422 dst_v += 1; \
429 dst_v[0] = RGBToVJ(ar, ag, ab); \
482 uint8* dst_u, uint8* dst_v, int width) {
504 dst_v[
481 RGB565ToUVRow_C(const uint8* src_rgb565, int src_stride_rgb565, uint8* dst_u, uint8* dst_v, int width) argument
528 ARGB1555ToUVRow_C(const uint8* src_argb1555, int src_stride_argb1555, uint8* dst_u, uint8* dst_v, int width) argument
576 ARGB4444ToUVRow_C(const uint8* src_argb4444, int src_stride_argb4444, uint8* dst_u, uint8* dst_v, int width) argument
624 ARGBToUV444Row_C(const uint8* src_argb, uint8* dst_u, uint8* dst_v, int width) argument
639 ARGBToUV411Row_C(const uint8* src_argb, uint8* dst_u, uint8* dst_v, int width) argument
1757 MirrorUVRow_C(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) argument
1788 SplitUVRow_C(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) argument
1840 YUY2ToUVRow_C(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_u, uint8* dst_v, int width) argument
1854 YUY2ToUV422Row_C(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, int width) argument
1882 UYVYToUVRow_C(const uint8* src_uyvy, int src_stride_uyvy, uint8* dst_u, uint8* dst_v, int width) argument
1896 UYVYToUV422Row_C(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, int width) argument
[all...]
H A Drow_gcc.cc900 uint8* dst_u, uint8* dst_v, int width) {
949 "+r"(dst_v), // %2
968 uint8* dst_u, uint8* dst_v, int width) {
1013 "+r"(dst_v), // %2
1028 uint8* dst_u, uint8* dst_v, int width) {
1074 "+r"(dst_v), // %2
1089 uint8* dst_u, uint8* dst_v, int width) {
1139 "+r"(dst_v), // %2
1152 void ARGBToUV444Row_SSSE3(const uint8* src_argb, uint8* dst_u, uint8* dst_v, argument
1197 "+r"(dst_v), //
899 ARGBToUVRow_SSSE3(const uint8* src_argb0, int src_stride_argb, uint8* dst_u, uint8* dst_v, int width) argument
967 ARGBToUVRow_AVX2(const uint8* src_argb0, int src_stride_argb, uint8* dst_u, uint8* dst_v, int width) argument
1027 ARGBToUVJRow_AVX2(const uint8* src_argb0, int src_stride_argb, uint8* dst_u, uint8* dst_v, int width) argument
1088 ARGBToUVJRow_SSSE3(const uint8* src_argb0, int src_stride_argb, uint8* dst_u, uint8* dst_v, int width) argument
1242 BGRAToUVRow_SSSE3(const uint8* src_bgra0, int src_stride_bgra, uint8* dst_u, uint8* dst_v, int width) argument
1371 ABGRToUVRow_SSSE3(const uint8* src_abgr0, int src_stride_abgr, uint8* dst_u, uint8* dst_v, int width) argument
1432 RGBAToUVRow_SSSE3(const uint8* src_rgba0, int src_stride_rgba, uint8* dst_u, uint8* dst_v, int width) argument
2584 MirrorUVRow_SSSE3(const uint8* src, uint8* dst_u, uint8* dst_v, int width) argument
2665 SplitUVRow_AVX2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) argument
2702 SplitUVRow_SSE2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) argument
3094 YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, uint8* dst_u, uint8* dst_v, int width) argument
3132 YUY2ToUV422Row_SSE2(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, int width) argument
3189 UYVYToUVRow_SSE2(const uint8* src_uyvy, int stride_uyvy, uint8* dst_u, uint8* dst_v, int width) argument
3227 UYVYToUV422Row_SSE2(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, int width) argument
3290 YUY2ToUVRow_AVX2(const uint8* src_yuy2, int stride_yuy2, uint8* dst_u, uint8* dst_v, int width) argument
3329 YUY2ToUV422Row_AVX2(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, int width) argument
3390 UYVYToUVRow_AVX2(const uint8* src_uyvy, int stride_uyvy, uint8* dst_u, uint8* dst_v, int width) argument
3430 UYVYToUV422Row_AVX2(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, int width) argument
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dreconinter.c299 unsigned char *dst_v, int dst_ystride,
345 _16x16mv.as_mv.row & 7, dst_v, dst_uvstride);
348 vp8_copy_mem8x8(vptr, pre_stride, dst_v, dst_uvstride);
297 vp8_build_inter16x16_predictors_mb(MACROBLOCKD *x, unsigned char *dst_y, unsigned char *dst_u, unsigned char *dst_v, int dst_ystride, int dst_uvstride) argument
/external/libyuv/files/source/
H A Dconvert_from_argb.cc31 uint8* dst_v,
38 void (*ARGBToUV444Row)(const uint8* src_argb, uint8* dst_u, uint8* dst_v,
40 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) {
121 ARGBToUV444Row(src_argb, dst_u, dst_v, width);
126 dst_v += dst_stride_v;
139 uint8* dst_v,
145 uint8* dst_v, int width) = ARGBToUVRow_C;
148 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) {
235 ARGBToUVRow(src_argb, 0, dst_u, dst_v, width);
240 dst_v
25 ARGBToI444(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
133 ARGBToI422(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1313 ARGBToJ420(const uint8* src_argb, int src_stride_argb, uint8* dst_yj, int dst_stride_yj, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1406 ARGBToJ422(const uint8* src_argb, int src_stride_argb, uint8* dst_yj, int dst_stride_yj, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
[all...]
H A Drotate.cc346 void (*MirrorUVRow)(const uint8* src, uint8* dst_u, uint8* dst_v, int width) =
426 uint8* dst_v,
434 !dst_u || !dst_v) {
455 dst_v, dst_stride_v, width, height);
460 RotatePlane90(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth,
467 RotatePlane270(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth,
474 RotatePlane180(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth,
492 uint8* dst_v,
500 !dst_v) {
518 dst_stride_y, dst_u, dst_stride_u, dst_v, dst_stride_
416 I420Rotate(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height, enum RotationMode mode) argument
484 NV12ToI420Rotate(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height, enum RotationMode mode) argument
[all...]
H A Dconvert.cc41 uint8* dst_v,
60 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, dst_v,
79 uint8* dst_v,
85 if (!src_u || !src_v || !dst_u || !dst_v || width <= 0 || height == 0) {
105 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
122 uint8* dst_v,
129 dst_v, dst_stride_v, width, height, src_uv_width, height);
145 uint8* dst_v,
151 dst_v, dst_stride_v, width, height, width, height);
162 uint8* dst_v,
31 I4xxToI420(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int src_y_width, int src_y_height, int src_uv_width, int src_uv_height) argument
69 I420Copy(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
112 I422ToI420(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
135 I444ToI420(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
156 I400ToI420(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
242 X420ToI420(const uint8* src_y, int src_stride_y0, int src_stride_y1, const uint8* src_uv, int src_stride_uv, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
306 NV12ToI420(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
325 NV21ToI420(const uint8* src_y, int src_stride_y, const uint8* src_vu, int src_stride_vu, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
344 M420ToI420(const uint8* src_m420, int src_stride_m420, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
362 YUY2ToI420(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
442 UYVYToI420(const uint8* src_uyvy, int src_stride_uyvy, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
522 ARGBToI420(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
633 BGRAToI420(const uint8* src_bgra, int src_stride_bgra, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
734 ABGRToI420(const uint8* src_abgr, int src_stride_abgr, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
835 RGBAToI420(const uint8* src_rgba, int src_stride_rgba, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
936 RGB24ToI420(const uint8* src_rgb24, int src_stride_rgb24, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1066 RAWToI420(const uint8* src_raw, int src_stride_raw, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1196 RGB565ToI420(const uint8* src_rgb565, int src_stride_rgb565, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1341 ARGB1555ToI420(const uint8* src_argb1555, int src_stride_argb1555, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1482 ARGB4444ToI420(const uint8* src_argb4444, int src_stride_argb4444, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1647 Android420ToI420(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, int src_pixel_stride_uv, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
[all...]
H A Dconvert_from.cc43 uint8* dst_v,
63 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, dst_v,
81 uint8* dst_v,
89 dst_v, dst_stride_v, width, height, dst_uv_width,
106 uint8* dst_v,
114 dst_v, dst_stride_v, width, height, dst_uv_width,
1196 uint8* dst_v; local
1198 dst_v = dst_sample + dst_sample_stride * height;
1199 dst_u = dst_v + halfstride * halfheight;
1202 dst_v
33 I420ToI4xx(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int src_y_width, int src_y_height, int dst_uv_width, int dst_uv_height) argument
71 I420ToI422(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
96 I420ToI444(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1214 uint8* dst_v; local
1231 uint8* dst_v; local
[all...]
H A Drow_dspr2.cc385 uint8* dst_v,
418 "sw $t9, 0(%[dst_v]) \n"
420 "sw $t1, 4(%[dst_v]) \n"
422 "sw $t3, 8(%[dst_v]) \n"
424 "sw $t6, 12(%[dst_v]) \n"
426 "addiu %[dst_v], %[dst_v], 16 \n"
439 "sb $t1, 0(%[dst_v]) \n"
442 " addiu %[dst_v], %[dst_v],
383 SplitUVRow_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) argument
501 MirrorUVRow_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) argument
1223 BGRAToUVRow_DSPR2(const uint8* src_rgb0, int src_stride_rgb, uint8* dst_u, uint8* dst_v, int width) argument
1345 ABGRToUVRow_DSPR2(const uint8* src_rgb0, int src_stride_rgb, uint8* dst_u, uint8* dst_v, int width) argument
1525 RGBAToUVRow_DSPR2(const uint8* src_rgb0, int src_stride_rgb, uint8* dst_u, uint8* dst_v, int width) argument
1648 ARGBToUVRow_DSPR2(const uint8* src_rgb0, int src_stride_rgb, uint8* dst_u, uint8* dst_v, int width) argument
[all...]
H A Dscale.cc1737 uint8* dst_v,
1747 src_width > 32768 || src_height > 32768 || !dst_y || !dst_u || !dst_v ||
1756 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight, dst_v,
1774 uint16* dst_v,
1784 src_width > 32768 || src_height > 32768 || !dst_y || !dst_u || !dst_v ||
1793 ScalePlane_16(src_v, src_stride_v, src_halfwidth, src_halfheight, dst_v,
1810 uint8* dst_v,
1819 dst_u, dst_stride_u, dst_v, dst_stride_v, dst_width,
1847 uint8* dst_v = dst + dst_width * dst_height + dst_halfwidth * dst_halfheight + local
1856 dst_halfwidth, dst_v, dst_halfwidt
1725 I420Scale(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, int src_width, int src_height, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int dst_width, int dst_height, enum FilterMode filtering) argument
1762 I420Scale_16(const uint16* src_y, int src_stride_y, const uint16* src_u, int src_stride_u, const uint16* src_v, int src_stride_v, int src_width, int src_height, uint16* dst_y, int dst_stride_y, uint16* dst_u, int dst_stride_u, uint16* dst_v, int dst_stride_v, int dst_width, int dst_height, enum FilterMode filtering) argument
1800 Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v, int src_stride_y, int src_stride_u, int src_stride_v, int src_width, int src_height, uint8* dst_y, uint8* dst_u, uint8* dst_v, int dst_stride_y, int dst_stride_u, int dst_stride_v, int dst_width, int dst_height, LIBYUV_BOOL interpolate) argument
[all...]
H A Dplanar_functions.cc145 uint8* dst_v,
150 if (!src_u || !src_v || !dst_u || !dst_v || width <= 0 || height == 0) {
168 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, height);
184 uint8* dst_v,
188 if (!src_u || !src_v || !dst_u || !dst_v || width <= 0 || height == 0) {
206 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height);
268 uint8* dst_v,
273 void (*SplitUVRow)(const uint8* src_uv, uint8* dst_u, uint8* dst_v,
279 dst_v = dst_v
135 I422Copy(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
174 I444Copy(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
264 SplitUVPlane(const uint8* src_uv, int src_stride_uv, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
468 YUY2ToI422(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
554 UYVYToI422(const uint8* src_uyvy, int src_stride_uyvy, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
729 I420Mirror(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
955 I420Blend(const uint8* src_y0, int src_stride_y0, const uint8* src_u0, int src_stride_u0, const uint8* src_v0, int src_stride_v0, const uint8* src_y1, int src_stride_y1, const uint8* src_u1, int src_stride_u1, const uint8* src_v1, int src_stride_v1, const uint8* alpha, int alpha_stride, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1587 I420Rect(uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int x, int y, int width, int height, int value_y, int value_u, int value_v) argument
2437 I420Interpolate(const uint8* src0_y, int src0_stride_y, const uint8* src0_u, int src0_stride_u, const uint8* src0_v, int src0_stride_v, const uint8* src1_y, int src1_stride_y, const uint8* src1_u, int src1_stride_u, const uint8* src1_v, int src1_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height, int interpolation) argument
[all...]
H A Drow_neon.cc577 // Reads 16 pairs of UV and write even values to dst_u and odd to dst_v.
580 uint8* dst_v,
594 "+r"(dst_v), // %2
703 uint8* dst_v,
723 "+r"(dst_v), // %2
991 uint8* dst_v,
1005 "+r"(dst_v), // %2
1014 uint8* dst_v,
1028 "+r"(dst_v), // %2
1038 uint8* dst_v,
578 SplitUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) argument
701 MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) argument
989 YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, int width) argument
1012 UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, int width) argument
1035 YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, uint8* dst_u, uint8* dst_v, int width) argument
1065 UYVYToUVRow_NEON(const uint8* src_uyvy, int stride_uyvy, uint8* dst_u, uint8* dst_v, int width) argument
1327 ARGBToUV444Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v, int width) argument
1389 ARGBToUVRow_NEON(const uint8* src_argb, int src_stride_argb, uint8* dst_u, uint8* dst_v, int width) argument
1441 ARGBToUVJRow_NEON(const uint8* src_argb, int src_stride_argb, uint8* dst_u, uint8* dst_v, int width) argument
1492 BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra, uint8* dst_u, uint8* dst_v, int width) argument
1543 ABGRToUVRow_NEON(const uint8* src_abgr, int src_stride_abgr, uint8* dst_u, uint8* dst_v, int width) argument
1594 RGBAToUVRow_NEON(const uint8* src_rgba, int src_stride_rgba, uint8* dst_u, uint8* dst_v, int width) argument
1645 RGB24ToUVRow_NEON(const uint8* src_rgb24, int src_stride_rgb24, uint8* dst_u, uint8* dst_v, int width) argument
1696 RAWToUVRow_NEON(const uint8* src_raw, int src_stride_raw, uint8* dst_u, uint8* dst_v, int width) argument
1748 RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, uint8* dst_u, uint8* dst_v, int width) argument
1820 ARGB1555ToUVRow_NEON(const uint8* src_argb1555, int src_stride_argb1555, uint8* dst_u, uint8* dst_v, int width) argument
1892 ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444, uint8* dst_u, uint8* dst_v, int width) argument
[all...]
H A Drow_neon64.cc578 // Reads 16 pairs of UV and write even values to dst_u and odd to dst_v.
581 uint8* dst_v,
595 "+r"(dst_v), // %2
701 uint8* dst_v,
720 "+r"(dst_v), // %2
1001 uint8* dst_v,
1015 "+r"(dst_v), // %2
1024 uint8* dst_v,
1038 "+r"(dst_v), // %2
1048 uint8* dst_v,
579 SplitUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) argument
699 MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) argument
999 YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, int width) argument
1022 UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, int width) argument
1045 YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, uint8* dst_u, uint8* dst_v, int width) argument
1076 UYVYToUVRow_NEON(const uint8* src_uyvy, int stride_uyvy, uint8* dst_u, uint8* dst_v, int width) argument
1339 ARGBToUV444Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v, int width) argument
1412 ARGBToUVRow_NEON(const uint8* src_argb, int src_stride_argb, uint8* dst_u, uint8* dst_v, int width) argument
1456 ARGBToUVJRow_NEON(const uint8* src_argb, int src_stride_argb, uint8* dst_u, uint8* dst_v, int width) argument
1503 BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra, uint8* dst_u, uint8* dst_v, int width) argument
1545 ABGRToUVRow_NEON(const uint8* src_abgr, int src_stride_abgr, uint8* dst_u, uint8* dst_v, int width) argument
1587 RGBAToUVRow_NEON(const uint8* src_rgba, int src_stride_rgba, uint8* dst_u, uint8* dst_v, int width) argument
1629 RGB24ToUVRow_NEON(const uint8* src_rgb24, int src_stride_rgb24, uint8* dst_u, uint8* dst_v, int width) argument
1671 RAWToUVRow_NEON(const uint8* src_raw, int src_stride_raw, uint8* dst_u, uint8* dst_v, int width) argument
1714 RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, uint8* dst_u, uint8* dst_v, int width) argument
1791 ARGB1555ToUVRow_NEON(const uint8* src_argb1555, int src_stride_argb1555, uint8* dst_u, uint8* dst_v, int width) argument
1863 ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444, uint8* dst_u, uint8* dst_v, int width) argument
[all...]
H A Drow_common.cc326 uint8* dst_u, uint8* dst_v, int width) { \
340 dst_v[0] = RGBToV(ar, ag, ab); \
344 dst_v += 1; \
351 dst_v[0] = RGBToV(ar, ag, ab); \
412 uint8* dst_u, uint8* dst_v, int width) { \
423 dst_v[0] = RGBToVJ(ar, ag, ab); \
427 dst_v += 1; \
434 dst_v[0] = RGBToVJ(ar, ag, ab); \
489 uint8* dst_v,
512 dst_v[
486 RGB565ToUVRow_C(const uint8* src_rgb565, int src_stride_rgb565, uint8* dst_u, uint8* dst_v, int width) argument
536 ARGB1555ToUVRow_C(const uint8* src_argb1555, int src_stride_argb1555, uint8* dst_u, uint8* dst_v, int width) argument
587 ARGB4444ToUVRow_C(const uint8* src_argb4444, int src_stride_argb4444, uint8* dst_u, uint8* dst_v, int width) argument
638 ARGBToUV444Row_C(const uint8* src_argb, uint8* dst_u, uint8* dst_v, int width) argument
1709 MirrorUVRow_C(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) argument
1740 SplitUVRow_C(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) argument
1794 YUY2ToUVRow_C(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_u, uint8* dst_v, int width) argument
1811 YUY2ToUV422Row_C(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, int width) argument
1841 UYVYToUVRow_C(const uint8* src_uyvy, int src_stride_uyvy, uint8* dst_u, uint8* dst_v, int width) argument
1858 UYVYToUV422Row_C(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, int width) argument
[all...]
/external/webrtc/talk/media/base/
H A Dvideoframe.cc99 uint8_t* dst_v,
114 dst_v, dst_pitch_v,
151 uint8_t* dst_v,
167 CopyToPlanes(dst_y, dst_u, dst_v, dst_pitch_y, dst_pitch_u, dst_pitch_v);
199 dst_y, dst_u, dst_v, dst_pitch_y, dst_pitch_u, dst_pitch_v,
97 CopyToPlanes(uint8_t* dst_y, uint8_t* dst_u, uint8_t* dst_v, int32_t dst_pitch_y, int32_t dst_pitch_u, int32_t dst_pitch_v) const argument
149 StretchToPlanes(uint8_t* dst_y, uint8_t* dst_u, uint8_t* dst_v, int32_t dst_pitch_y, int32_t dst_pitch_u, int32_t dst_pitch_v, size_t width, size_t height, bool interpolate, bool vert_crop) const argument
/external/webrtc/webrtc/tools/converter/
H A Dconverter.cc54 uint8_t* dst_v = new uint8_t[v_plane_size]; local
85 dst_v, DstStrideV(),
90 dst_v, v_plane_size, output_file);
102 delete[] dst_v;
/external/webp/src/enc/
H A Dpicture_csp_enc.c394 uint8_t* dst_v = picture->v; local
420 dst_v[i] = ConvertRGBToV(r, g, b);
424 dst_v += picture->uv_stride;
820 uint8_t* const dst_v,
827 dst_v[i] = RGBToV(r, g, b, rg);
882 uint8_t* dst_v = picture->v; local
931 WebPConvertRGBA32ToUV(tmp_rgb, dst_u, dst_v, uv_width);
933 ConvertRowsToUV(tmp_rgb, dst_u, dst_v, uv_width, rg);
936 dst_v += picture->uv_stride;
966 WebPConvertRGBA32ToUV(tmp_rgb, dst_u, dst_v, uv_widt
818 ConvertRowsToUV(const uint16_t* rgb, uint8_t* const dst_u, uint8_t* const dst_v, int width, VP8Random* const rg) argument
[all...]

Completed in 518 milliseconds

12