Searched defs:dst_u (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
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 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.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 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...]
H A Dscale.cc1554 uint8* dst_u, int dst_stride_u,
1564 !dst_y || !dst_u || !dst_v || dst_width <= 0 || dst_height <= 0) {
1572 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight,
1586 uint16* dst_u, int dst_stride_u,
1596 !dst_y || !dst_u || !dst_v || dst_width <= 0 || dst_height <= 0) {
1604 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight,
1617 uint8* dst_y, uint8* dst_u, uint8* dst_v,
1626 dst_u, dst_stride_u,
1649 uint8* dst_u = dst + dst_width * dst_height + local
1663 dst_u, 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.cc134 uint8* dst_u, int dst_stride_u,
139 !dst_u || !dst_v ||
157 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height);
168 uint8* dst_u, int dst_stride_u,
172 !dst_u || !dst_v ||
190 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height);
238 uint8* dst_u, int dst_stride_u,
242 void (*SplitUVRow)(const uint8* src_uv, uint8* dst_u, uint8* dst_v,
247 dst_u = dst_u
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
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 Drow_common.cc325 uint8* dst_u, uint8* dst_v, int width) { \
335 dst_u[0] = RGBToU(ar, ag, ab); \
339 dst_u += 1; \
346 dst_u[0] = RGBToU(ar, ag, ab); \
407 uint8* dst_u, uint8* dst_v, int width) { \
417 dst_u[0] = RGBToUJ(ar, ag, ab); \
421 dst_u += 1; \
428 dst_u[0] = RGBToUJ(ar, ag, ab); \
482 uint8* dst_u, uint8* dst_v, int width) {
503 dst_u[
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) {
948 "+r"(dst_u), // %1
968 uint8* dst_u, uint8* dst_v, int width) {
1012 "+r"(dst_u), // %1
1028 uint8* dst_u, uint8* dst_v, int width) {
1073 "+r"(dst_u), // %1
1089 uint8* dst_u, uint8* dst_v, int width) {
1138 "+r"(dst_u), // %1
1152 void ARGBToUV444Row_SSSE3(const uint8* src_argb, uint8* dst_u, uint8* dst_v, argument
1196 "+r"(dst_u), //
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.c298 unsigned char *dst_u,
343 _16x16mv.as_mv.row & 7, dst_u, dst_uvstride);
347 vp8_copy_mem8x8(uptr, pre_stride, dst_u, 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.cc29 uint8* dst_u,
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);
125 dst_u += dst_stride_u;
137 uint8* dst_u,
144 void (*ARGBToUVRow)(const uint8* src_argb0, int src_stride_argb, uint8* dst_u,
148 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) {
235 ARGBToUVRow(src_argb, 0, dst_u, dst_v, width);
239 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
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) =
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.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 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...]
H A Drow_dspr2.cc384 uint8* dst_u,
419 "sw $t0, 0(%[dst_u]) \n"
421 "sw $t2, 4(%[dst_u]) \n"
423 "sw $t5, 8(%[dst_u]) \n"
425 "sw $t7, 12(%[dst_u]) \n"
428 " addiu %[dst_u], %[dst_u], 16 \n"
438 "sb $t0, 0(%[dst_u]) \n"
440 "addiu %[dst_u], %[dst_u],
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.cc1735 uint8* dst_u,
1747 src_width > 32768 || src_height > 32768 || !dst_y || !dst_u || !dst_v ||
1754 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight, dst_u,
1772 uint16* dst_u,
1784 src_width > 32768 || src_height > 32768 || !dst_y || !dst_u || !dst_v ||
1791 ScalePlane_16(src_u, src_stride_u, src_halfwidth, src_halfheight, dst_u,
1809 uint8* dst_u,
1819 dst_u, dst_stride_u, dst_v, dst_stride_v, dst_width,
1845 uint8* dst_u = local
1855 src_width, src_height, dst_y, dst_width, dst_u,
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.cc143 uint8* dst_u,
150 if (!src_u || !src_v || !dst_u || !dst_v || width <= 0 || height == 0) {
167 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height);
182 uint8* dst_u,
188 if (!src_u || !src_v || !dst_u || !dst_v || width <= 0 || height == 0) {
205 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height);
266 uint8* dst_u,
273 void (*SplitUVRow)(const uint8* src_uv, uint8* dst_u, uint8* dst_v,
278 dst_u = dst_u
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.
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 Drow_common.cc326 uint8* dst_u, uint8* dst_v, int width) { \
339 dst_u[0] = RGBToU(ar, ag, ab); \
343 dst_u += 1; \
350 dst_u[0] = RGBToU(ar, ag, ab); \
412 uint8* dst_u, uint8* dst_v, int width) { \
422 dst_u[0] = RGBToUJ(ar, ag, ab); \
426 dst_u += 1; \
433 dst_u[0] = RGBToUJ(ar, ag, ab); \
488 uint8* dst_u,
511 dst_u[
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.cc98 uint8_t* dst_u,
113 dst_u, dst_pitch_u,
150 uint8_t* dst_u,
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.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;
/external/webp/src/enc/
H A Dpicture_csp_enc.c393 uint8_t* dst_u = picture->u; local
419 dst_u[i] = ConvertRGBToU(r, g, b);
423 dst_u += picture->uv_stride;
819 uint8_t* const dst_u,
826 dst_u[i] = RGBToU(r, g, b, rg);
881 uint8_t* dst_u = picture->u; local
931 WebPConvertRGBA32ToUV(tmp_rgb, dst_u, dst_v, uv_width);
933 ConvertRowsToUV(tmp_rgb, dst_u, dst_v, uv_width, rg);
935 dst_u += picture->uv_stride;
966 WebPConvertRGBA32ToUV(tmp_rgb, dst_u, dst_
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 596 milliseconds

12