Searched refs:dst_u (Results 1 - 25 of 60) sorted by relevance

123

/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dconvert.h34 uint8* dst_u, int dst_stride_u,
44 uint8* dst_u, int dst_stride_u,
54 uint8* dst_u, int dst_stride_u,
65 uint8* dst_u, int dst_stride_u,
73 uint8* dst_u, int dst_stride_u,
84 uint8* dst_u, int dst_stride_u,
93 uint8* dst_u, int dst_stride_u,
101 uint8* dst_u, int dst_stride_u,
109 uint8* dst_u, int dst_stride_u,
117 uint8* dst_u, in
[all...]
H A Dconvert_from_argb.h90 uint8* dst_u, int dst_stride_u,
98 uint8* dst_u, int dst_stride_u,
106 uint8* dst_u, int dst_stride_u,
114 uint8* dst_u, int dst_stride_u,
122 uint8* dst_u, int dst_stride_u,
130 uint8* dst_u, int dst_stride_u,
H A Drow.h661 void ARGBToUV444Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v,
663 void ARGBToUV411Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v,
666 uint8* dst_u, uint8* dst_v, int width);
668 uint8* dst_u, uint8* dst_v, int width);
670 uint8* dst_u, uint8* dst_v, int width);
672 uint8* dst_u, uint8* dst_v, int width);
674 uint8* dst_u, uint8* dst_v, int width);
676 uint8* dst_u, uint8* dst_v, int width);
678 uint8* dst_u, uint8* dst_v, int width);
680 uint8* dst_u, uint
[all...]
H A Dscale.h60 uint8* dst_u, int dst_stride_u,
71 uint16* dst_u, int dst_stride_u,
82 uint8* dst_y, uint8* dst_u, uint8* dst_v,
H A Drotate.h40 uint8* dst_u, int dst_stride_u,
49 uint8* dst_u, int dst_stride_u,
H A Dplanar_functions.h45 uint8* dst_u, int dst_stride_u,
71 uint8* dst_u, int dst_stride_u,
82 uint8* dst_u, int dst_stride_u,
90 uint8* dst_u, int dst_stride_u,
98 uint8* dst_u, int dst_stride_u,
132 uint8* dst_u, int dst_stride_u,
198 uint8* dst_u, int dst_stride_u,
354 uint8* dst_u, int dst_stride_u,
462 uint8* dst_u, int dst_stride_u,
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert.cc35 uint8* dst_u, int dst_stride_u,
52 dst_u, dst_stride_u, dst_uv_width, dst_uv_height,
68 uint8* dst_u, int dst_stride_u,
74 !dst_u || !dst_v ||
94 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
106 uint8* dst_u, int dst_stride_u,
114 dst_u, dst_stride_u,
127 uint8* dst_u, int dst_stride_u,
134 dst_u, dst_stride_u,
147 uint8* dst_u, 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
1349 SplitPixels(const uint8* src_u, int src_pixel_stride_uv, uint8* dst_u, int width) 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 Drow_mips.cc383 void SplitUVRow_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, argument
412 "sw $t0, 0(%[dst_u]) \n"
414 "sw $t2, 4(%[dst_u]) \n"
416 "sw $t5, 8(%[dst_u]) \n"
418 "sw $t7, 12(%[dst_u]) \n"
421 " addiu %[dst_u], %[dst_u], 16 \n"
431 "sb $t0, 0(%[dst_u]) \n"
433 "addiu %[dst_u], %[dst_u],
499 MirrorUVRow_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) 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
634 "+r"(dst_u), // %1
740 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, argument
759 "+r"(dst_u), // %1
1024 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, argument
1037 "+r"(dst_u), // %1
1045 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, argument
1058 "+r"(dst_u), // %1
1067 uint8* dst_u, uint
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
628 "+r"(dst_u), // %1
731 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, argument
749 "+r"(dst_u), // %1
1027 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, argument
1040 "+r"(dst_u), // %1
1048 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, argument
1061 "+r"(dst_u), // %1
1070 uint8* dst_u, uint
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 Dconvert_from_argb.cc27 uint8* dst_u, int dst_stride_u,
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);
98 dst_u += dst_stride_u;
108 uint8* dst_u, int dst_stride_u,
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);
178 dst_u
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) =
349 uint8* dst_u, int dst_stride_u,
356 !dst_y || !dst_u || !dst_v) {
379 dst_u, dst_stride_u,
387 dst_u, dst_stride_u,
398 dst_u, dst_stride_u,
409 dst_u, dst_stride_u,
425 uint8* dst_u, int dst_stride_u,
432 !dst_y || !dst_u || !dst_v) {
452 dst_u, 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_from.cc37 uint8* dst_u, int dst_stride_u,
55 dst_u, dst_stride_u, dst_uv_width, dst_uv_height,
70 uint8* dst_u, int dst_stride_u,
79 dst_u, dst_stride_u,
92 uint8* dst_u, int dst_stride_u,
101 dst_u, dst_stride_u,
114 uint8* dst_u, int dst_stride_u,
123 dst_u, dst_stride_u,
1033 uint8* dst_u; local
1037 dst_u
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
1054 uint8* dst_u; local
1074 uint8* dst_u; local
1094 uint8* dst_u = dst_sample + width * height; local
[all...]
/external/libyuv/files/include/libyuv/
H A Dconvert.h38 uint8* dst_u,
55 uint8* dst_u,
73 uint8* dst_u,
86 uint8* dst_u,
103 uint8* dst_u,
118 uint8* dst_u,
131 uint8* dst_u,
144 uint8* dst_u,
157 uint8* dst_u,
175 uint8* dst_u,
[all...]
H A Dscale.h73 uint8* dst_u,
92 uint16* dst_u,
112 uint8* dst_u,
H A Drow.h879 uint8* dst_u,
884 uint8* dst_u,
888 uint8* dst_u,
893 uint8* dst_u,
898 uint8* dst_u,
903 uint8* dst_u,
908 uint8* dst_u,
913 uint8* dst_u,
918 uint8* dst_u,
923 uint8* dst_u,
[all...]
H A Dconvert_from_argb.h123 uint8* dst_u,
136 uint8* dst_u,
149 uint8* dst_u,
162 uint8* dst_u,
175 uint8* dst_u,
H A Drotate.h44 uint8* dst_u,
60 uint8* dst_u,
/external/libyuv/files/source/
H A Dconvert.cc39 uint8* dst_u,
58 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u,
77 uint8* dst_u,
85 if (!src_u || !src_v || !dst_u || !dst_v || width <= 0 || height == 0) {
104 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
120 uint8* dst_u,
128 src_stride_v, dst_y, dst_stride_y, dst_u, dst_stride_u,
143 uint8* dst_u,
150 src_stride_v, dst_y, dst_stride_y, dst_u, dst_stride_u,
160 uint8* dst_u,
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
1633 SplitPixels(const uint8* src_u, int src_pixel_stride_uv, uint8* dst_u, int width) 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 Drow_neon.cc577 // Reads 16 pairs of UV and write even values to dst_u and odd to dst_v.
579 uint8* dst_u,
593 "+r"(dst_u), // %1
702 uint8* dst_u,
722 "+r"(dst_u), // %1
990 uint8* dst_u,
1004 "+r"(dst_u), // %1
1013 uint8* dst_u,
1027 "+r"(dst_u), // %1
1037 uint8* dst_u,
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.
580 uint8* dst_u,
594 "+r"(dst_u), // %1
700 uint8* dst_u,
719 "+r"(dst_u), // %1
1000 uint8* dst_u,
1014 "+r"(dst_u), // %1
1023 uint8* dst_u,
1037 "+r"(dst_u), // %1
1047 uint8* dst_u,
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 Drotate.cc346 void (*MirrorUVRow)(const uint8* src, uint8* dst_u, uint8* dst_v, int width) =
424 uint8* dst_u,
434 !dst_u || !dst_v) {
454 src_stride_v, dst_y, dst_stride_y, dst_u, dst_stride_u,
458 RotatePlane90(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth,
465 RotatePlane270(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth,
472 RotatePlane180(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth,
490 uint8* dst_u,
499 if (!src_y || !src_uv || width <= 0 || height == 0 || !dst_y || !dst_u ||
518 dst_stride_y, dst_u, 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_from.cc41 uint8* dst_u,
61 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u,
79 uint8* dst_u,
88 src_stride_v, dst_y, dst_stride_y, dst_u, dst_stride_u,
104 uint8* dst_u,
113 src_stride_v, dst_y, dst_stride_y, dst_u, dst_stride_u,
1195 uint8* dst_u; local
1199 dst_u = dst_v + halfstride * halfheight;
1201 dst_u = dst_sample + dst_sample_stride * height;
1202 dst_v = dst_u
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
1213 uint8* dst_u; local
1230 uint8* dst_u; local
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dreconinter.h20 MACROBLOCKD *x, unsigned char *dst_y, unsigned char *dst_u,
/external/webrtc/webrtc/tools/converter/
H A Dconverter.cc52 uint8_t* dst_u = new uint8_t[u_plane_size]; local
84 dst_u, DstStrideU(),
89 success = AddYUVToFile(dst_y, y_plane_size, dst_u, u_plane_size,
101 delete[] dst_u;

Completed in 379 milliseconds

123