Home
last modified time | relevance | path

Searched refs:dst_u (Results 1 – 25 of 62) sorted by relevance

123

/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert.cc35 uint8* dst_u, int dst_stride_u, in I4xxToI420() argument
52 dst_u, dst_stride_u, dst_uv_width, dst_uv_height, in I4xxToI420()
68 uint8* dst_u, int dst_stride_u, in I420Copy() argument
74 !dst_u || !dst_v || in I420Copy()
94 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in I420Copy()
106 uint8* dst_u, int dst_stride_u, in I422ToI420() argument
114 dst_u, dst_stride_u, in I422ToI420()
127 uint8* dst_u, int dst_stride_u, in I444ToI420() argument
134 dst_u, dst_stride_u, in I444ToI420()
147 uint8* dst_u, int dst_stride_u, in I411ToI420() argument
[all …]
Drow_neon.cc621 void SplitUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_NEON() argument
634 "+r"(dst_u), // %1 in SplitUVRow_NEON()
740 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_NEON() argument
759 "+r"(dst_u), // %1 in MirrorUVRow_NEON()
1024 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON() argument
1037 "+r"(dst_u), // %1 in YUY2ToUV422Row_NEON()
1045 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, in UYVYToUV422Row_NEON() argument
1058 "+r"(dst_u), // %1 in UYVYToUV422Row_NEON()
1067 uint8* dst_u, uint8* dst_v, int width) { in YUY2ToUVRow_NEON() argument
1085 "+r"(dst_u), // %2 in YUY2ToUVRow_NEON()
[all …]
Drow_neon64.cc615 void SplitUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_NEON() argument
628 "+r"(dst_u), // %1 in SplitUVRow_NEON()
731 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_NEON() argument
749 "+r"(dst_u), // %1 in MirrorUVRow_NEON()
1027 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON() argument
1040 "+r"(dst_u), // %1 in YUY2ToUV422Row_NEON()
1048 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, in UYVYToUV422Row_NEON() argument
1061 "+r"(dst_u), // %1 in UYVYToUV422Row_NEON()
1070 uint8* dst_u, uint8* dst_v, int width) { in YUY2ToUVRow_NEON() argument
1088 "+r"(dst_u), // %2 in YUY2ToUVRow_NEON()
[all …]
Drow_mips.cc383 void SplitUVRow_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_DSPR2() argument
441 [dst_u] "+r" (dst_u), in SplitUVRow_DSPR2()
499 void MirrorUVRow_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_DSPR2() argument
579 [dst_u] "+r" (dst_u), in MirrorUVRow_DSPR2()
Dconvert_from_argb.cc27 uint8* dst_u, int dst_stride_u, in ARGBToI444() argument
33 void (*ARGBToUV444Row)(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToI444()
35 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in ARGBToI444()
94 ARGBToUV444Row(src_argb, dst_u, dst_v, width); in ARGBToI444()
98 dst_u += dst_stride_u; in ARGBToI444()
108 uint8* dst_u, int dst_stride_u, in ARGBToI422() argument
113 uint8* dst_u, uint8* dst_v, int width) = ARGBToUVRow_C; in ARGBToI422()
117 !dst_y || !dst_u || !dst_v || in ARGBToI422()
174 ARGBToUVRow(src_argb, 0, dst_u, dst_v, width); in ARGBToI422()
178 dst_u += dst_stride_u; in ARGBToI422()
[all …]
Drotate.cc270 void (*MirrorUVRow)(const uint8* src, uint8* dst_u, uint8* dst_v, int width) = in RotateUV180()
349 uint8* dst_u, int dst_stride_u, in I420Rotate() argument
356 !dst_y || !dst_u || !dst_v) { in I420Rotate()
379 dst_u, dst_stride_u, in I420Rotate()
387 dst_u, dst_stride_u, in I420Rotate()
398 dst_u, dst_stride_u, in I420Rotate()
409 dst_u, dst_stride_u, in I420Rotate()
425 uint8* dst_u, int dst_stride_u, in NV12ToI420Rotate() argument
432 !dst_y || !dst_u || !dst_v) { in NV12ToI420Rotate()
452 dst_u, dst_stride_u, in NV12ToI420Rotate()
[all …]
Dconvert_from.cc37 uint8* dst_u, int dst_stride_u, in I420ToI4xx() argument
55 dst_u, dst_stride_u, dst_uv_width, dst_uv_height, in I420ToI4xx()
70 uint8* dst_u, int dst_stride_u, in I420ToI422() argument
79 dst_u, dst_stride_u, in I420ToI422()
92 uint8* dst_u, int dst_stride_u, in I420ToI444() argument
101 dst_u, dst_stride_u, in I420ToI444()
114 uint8* dst_u, int dst_stride_u, in I420ToI411() argument
123 dst_u, dst_stride_u, in I420ToI411()
1033 uint8* dst_u; in ConvertFromI420() local
1037 dst_u = dst_v + halfwidth * halfheight; in ConvertFromI420()
[all …]
Drow_gcc.cc900 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_SSSE3() argument
948 "+r"(dst_u), // %1 in ARGBToUVRow_SSSE3()
968 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_AVX2() argument
1012 "+r"(dst_u), // %1 in ARGBToUVRow_AVX2()
1028 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVJRow_AVX2() argument
1073 "+r"(dst_u), // %1 in ARGBToUVJRow_AVX2()
1089 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVJRow_SSSE3() argument
1138 "+r"(dst_u), // %1 in ARGBToUVJRow_SSSE3()
1152 void ARGBToUV444Row_SSSE3(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToUV444Row_SSSE3() argument
1196 "+r"(dst_u), // %1 in ARGBToUV444Row_SSSE3()
[all …]
Dplanar_functions.cc134 uint8* dst_u, int dst_stride_u, in I422Copy() argument
139 !dst_u || !dst_v || in I422Copy()
157 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height); in I422Copy()
168 uint8* dst_u, int dst_stride_u, in I444Copy() argument
172 !dst_u || !dst_v || in I444Copy()
190 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height); in I444Copy()
238 uint8* dst_u, int dst_stride_u, in SplitUVPlane() argument
242 void (*SplitUVRow)(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVPlane()
247 dst_u = dst_u + (height - 1) * dst_stride_u; in SplitUVPlane()
286 IS_ALIGNED(dst_u, 4) && IS_ALIGNED(dst_stride_u, 4) && in SplitUVPlane()
[all …]
/external/libyuv/files/source/
Dconvert.cc39 uint8* dst_u, in I4xxToI420() argument
58 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u, in I4xxToI420()
77 uint8* dst_u, in I420Copy() argument
85 if (!src_u || !src_v || !dst_u || !dst_v || width <= 0 || height == 0) { in I420Copy()
104 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in I420Copy()
120 uint8* dst_u, in I422ToI420() argument
128 src_stride_v, dst_y, dst_stride_y, dst_u, dst_stride_u, in I422ToI420()
143 uint8* dst_u, in I444ToI420() argument
150 src_stride_v, dst_y, dst_stride_y, dst_u, dst_stride_u, in I444ToI420()
160 uint8* dst_u, in I400ToI420() argument
[all …]
Drow_neon.cc579 uint8* dst_u, in SplitUVRow_NEON() argument
593 "+r"(dst_u), // %1 in SplitUVRow_NEON()
702 uint8* dst_u, in MirrorUVRow_NEON() argument
722 "+r"(dst_u), // %1 in MirrorUVRow_NEON()
990 uint8* dst_u, in YUY2ToUV422Row_NEON() argument
1004 "+r"(dst_u), // %1 in YUY2ToUV422Row_NEON()
1013 uint8* dst_u, in UYVYToUV422Row_NEON() argument
1027 "+r"(dst_u), // %1 in UYVYToUV422Row_NEON()
1037 uint8* dst_u, in YUY2ToUVRow_NEON() argument
1057 "+r"(dst_u), // %2 in YUY2ToUVRow_NEON()
[all …]
Drow_neon64.cc580 uint8* dst_u, in SplitUVRow_NEON() argument
594 "+r"(dst_u), // %1 in SplitUVRow_NEON()
700 uint8* dst_u, in MirrorUVRow_NEON() argument
719 "+r"(dst_u), // %1 in MirrorUVRow_NEON()
1000 uint8* dst_u, in YUY2ToUV422Row_NEON() argument
1014 "+r"(dst_u), // %1 in YUY2ToUV422Row_NEON()
1023 uint8* dst_u, in UYVYToUV422Row_NEON() argument
1037 "+r"(dst_u), // %1 in UYVYToUV422Row_NEON()
1047 uint8* dst_u, in YUY2ToUVRow_NEON() argument
1067 "+r"(dst_u), // %2 in YUY2ToUVRow_NEON()
[all …]
Drotate.cc346 void (*MirrorUVRow)(const uint8* src, uint8* dst_u, uint8* dst_v, int width) = in RotateUV180()
424 uint8* dst_u, in I420Rotate() argument
434 !dst_u || !dst_v) { in I420Rotate()
454 src_stride_v, dst_y, dst_stride_y, dst_u, dst_stride_u, in I420Rotate()
458 RotatePlane90(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I420Rotate()
465 RotatePlane270(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I420Rotate()
472 RotatePlane180(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I420Rotate()
490 uint8* dst_u, in NV12ToI420Rotate() argument
499 if (!src_y || !src_uv || width <= 0 || height == 0 || !dst_y || !dst_u || in NV12ToI420Rotate()
518 dst_stride_y, dst_u, dst_stride_u, dst_v, dst_stride_v, in NV12ToI420Rotate()
[all …]
Dconvert_from_argb.cc29 uint8* dst_u, in ARGBToI444() argument
38 void (*ARGBToUV444Row)(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToI444()
40 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in ARGBToI444()
121 ARGBToUV444Row(src_argb, dst_u, dst_v, width); in ARGBToI444()
125 dst_u += dst_stride_u; in ARGBToI444()
137 uint8* dst_u, in ARGBToI422() argument
144 void (*ARGBToUVRow)(const uint8* src_argb0, int src_stride_argb, uint8* dst_u, in ARGBToI422()
148 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in ARGBToI422()
235 ARGBToUVRow(src_argb, 0, dst_u, dst_v, width); in ARGBToI422()
239 dst_u += dst_stride_u; in ARGBToI422()
[all …]
Drow_dspr2.cc384 uint8* dst_u, in SplitUVRow_DSPR2() argument
446 : [src_uv] "+r"(src_uv), [width] "+r"(width), [dst_u] "+r"(dst_u), in SplitUVRow_DSPR2()
502 uint8* dst_u, in MirrorUVRow_DSPR2() argument
582 : [src_uv] "+r"(src_uv), [dst_u] "+r"(dst_u), [dst_v] "+r"(dst_v), in MirrorUVRow_DSPR2()
1225 uint8* dst_u, in BGRAToUVRow_DSPR2() argument
1281 [dst_u] "+r"(dst_u), [dst_v] "+r"(dst_v) in BGRAToUVRow_DSPR2()
1347 uint8* dst_u, in ABGRToUVRow_DSPR2() argument
1404 [dst_u] "+r"(dst_u), [dst_v] "+r"(dst_v) in ABGRToUVRow_DSPR2()
1527 uint8* dst_u, in RGBAToUVRow_DSPR2() argument
1584 [dst_u] "+r"(dst_u), [dst_v] "+r"(dst_v) in RGBAToUVRow_DSPR2()
[all …]
Drow_gcc.cc873 uint8* dst_u, in ARGBToUVRow_SSSE3() argument
924 "+r"(dst_u), // %1 in ARGBToUVRow_SSSE3()
944 uint8* dst_u, in ARGBToUVRow_AVX2() argument
991 "+r"(dst_u), // %1 in ARGBToUVRow_AVX2()
1008 uint8* dst_u, in ARGBToUVJRow_AVX2() argument
1056 "+r"(dst_u), // %1 in ARGBToUVJRow_AVX2()
1073 uint8* dst_u, in ARGBToUVJRow_SSSE3() argument
1125 "+r"(dst_u), // %1 in ARGBToUVJRow_SSSE3()
1140 uint8* dst_u, in ARGBToUV444Row_SSSE3() argument
1186 "+r"(dst_u), // %1 in ARGBToUV444Row_SSSE3()
[all …]
Dconvert_from.cc41 uint8* dst_u, in I420ToI4xx() argument
61 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u, in I420ToI4xx()
79 uint8* dst_u, in I420ToI422() argument
88 src_stride_v, dst_y, dst_stride_y, dst_u, dst_stride_u, in I420ToI422()
104 uint8* dst_u, in I420ToI444() argument
113 src_stride_v, dst_y, dst_stride_y, dst_u, dst_stride_u, in I420ToI444()
1195 uint8* dst_u; in ConvertFromI420() local
1199 dst_u = dst_v + halfstride * halfheight; in ConvertFromI420()
1201 dst_u = dst_sample + dst_sample_stride * height; in ConvertFromI420()
1202 dst_v = dst_u + halfstride * halfheight; in ConvertFromI420()
[all …]
/external/libyuv/files/include/libyuv/
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 …]
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 …]
Dconvert_from_argb.h123 uint8* dst_u,
136 uint8* dst_u,
149 uint8* dst_u,
162 uint8* dst_u,
175 uint8* dst_u,
Dplanar_functions.h54 uint8* dst_u,
94 uint8* dst_u,
112 uint8* dst_u,
125 uint8* dst_u,
138 uint8* dst_u,
200 uint8* dst_u,
298 uint8* dst_u,
546 uint8* dst_u,
714 uint8* dst_u,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
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, int dst_stride_u,
[all …]
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, uint8* dst_v, int width);
[all …]
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,
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,

123