Home
last modified time | relevance | path

Searched refs:dst_v (Results 1 – 25 of 103) sorted by relevance

12345

/external/chromium_org/third_party/libyuv/source/
Dconvert.cc36 uint8* dst_v, int dst_stride_v, in I4xxToI420() argument
54 dst_v, dst_stride_v, dst_uv_width, dst_uv_height, in I4xxToI420()
68 uint8* dst_v, int dst_stride_v, in I420Copy() argument
73 !dst_y || !dst_u || !dst_v || in I420Copy()
94 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); in I420Copy()
106 uint8* dst_v, int dst_stride_v, in I422ToI420() argument
114 dst_v, dst_stride_v, in I422ToI420()
127 uint8* dst_v, int dst_stride_v, in I444ToI420() argument
134 dst_v, dst_stride_v, in I444ToI420()
147 uint8* dst_v, int dst_stride_v, in I411ToI420() argument
[all …]
Drow_neon.cc783 void SplitUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_NEON() argument
798 "+r"(dst_v), // %2 in SplitUVRow_NEON()
900 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_NEON() argument
921 "+r"(dst_v), // %2 in MirrorUVRow_NEON()
1177 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON() argument
1192 "+r"(dst_v), // %2 in YUY2ToUV422Row_NEON()
1199 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, in UYVYToUV422Row_NEON() argument
1214 "+r"(dst_v), // %2 in UYVYToUV422Row_NEON()
1222 uint8* dst_u, uint8* dst_v, int pix) { in YUY2ToUVRow_NEON() argument
1242 "+r"(dst_v), // %3 in YUY2ToUVRow_NEON()
[all …]
Drow_mips.cc383 void SplitUVRow_MIPS_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_MIPS_DSPR2() argument
443 [dst_v] "+r" (dst_v) in SplitUVRow_MIPS_DSPR2()
451 uint8* dst_v, int width) { in SplitUVRow_Unaligned_MIPS_DSPR2() argument
526 [dst_v] "+r" (dst_v) in SplitUVRow_Unaligned_MIPS_DSPR2()
584 void MirrorUVRow_MIPS_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_MIPS_DSPR2() argument
666 [dst_v] "+r" (dst_v), in MirrorUVRow_MIPS_DSPR2()
Dconvert_from_argb.cc29 uint8* dst_v, int dst_stride_v, in ARGBToI444() argument
34 void (*ARGBToUV444Row)(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToI444()
36 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in ARGBToI444()
88 ARGBToUV444Row(src_argb, dst_u, dst_v, width); in ARGBToI444()
93 dst_v += dst_stride_v; in ARGBToI444()
103 uint8* dst_v, int dst_stride_v, in ARGBToI422() argument
106 void (*ARGBToUV422Row)(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToI422()
110 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in ARGBToI422()
166 ARGBToUV422Row(src_argb, dst_u, dst_v, width); in ARGBToI422()
171 dst_v += dst_stride_v; in ARGBToI422()
[all …]
Drow_posix.cc901 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_SSSE3() argument
953 "+r"(dst_v), // %2 in ARGBToUVRow_SSSE3()
968 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVJRow_SSSE3() argument
1021 "+r"(dst_v), // %2 in ARGBToUVJRow_SSSE3()
1035 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_Unaligned_SSSE3() argument
1091 "+r"(dst_v), // %2 in ARGBToUVRow_Unaligned_SSSE3()
1105 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVJRow_Unaligned_SSSE3() argument
1162 "+r"(dst_v), // %2 in ARGBToUVJRow_Unaligned_SSSE3()
1175 void ARGBToUV444Row_SSSE3(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToUV444Row_SSSE3() argument
1227 "+r"(dst_v), // %2 in ARGBToUV444Row_SSSE3()
[all …]
Dconvert_from.cc39 uint8* dst_v, int dst_stride_v, in I420ToI4xx() argument
57 dst_v, dst_stride_v, dst_uv_width, dst_uv_height, in I420ToI4xx()
70 uint8* dst_v, int dst_stride_v, in I420ToI422() argument
79 dst_v, dst_stride_v, in I420ToI422()
92 uint8* dst_v, int dst_stride_v, in I420ToI444() argument
101 dst_v, dst_stride_v, in I420ToI444()
114 uint8* dst_v, int dst_stride_v, in I420ToI411() argument
123 dst_v, dst_stride_v, in I420ToI411()
1128 uint8* dst_v; in ConvertFromI420() local
1130 dst_v = dst_sample + width * height; in ConvertFromI420()
[all …]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
Dconvert.cc36 uint8* dst_v, int dst_stride_v, in I4xxToI420() argument
54 dst_v, dst_stride_v, dst_uv_width, dst_uv_height, in I4xxToI420()
68 uint8* dst_v, int dst_stride_v, in I420Copy() argument
73 !dst_y || !dst_u || !dst_v || in I420Copy()
94 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); in I420Copy()
106 uint8* dst_v, int dst_stride_v, in I422ToI420() argument
114 dst_v, dst_stride_v, in I422ToI420()
127 uint8* dst_v, int dst_stride_v, in I444ToI420() argument
134 dst_v, dst_stride_v, in I444ToI420()
147 uint8* dst_v, int dst_stride_v, in I411ToI420() argument
[all …]
Drow_neon.cc782 void SplitUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_NEON() argument
797 "+r"(dst_v), // %2 in SplitUVRow_NEON()
899 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_NEON() argument
920 "+r"(dst_v), // %2 in MirrorUVRow_NEON()
1176 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON() argument
1191 "+r"(dst_v), // %2 in YUY2ToUV422Row_NEON()
1198 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, in UYVYToUV422Row_NEON() argument
1213 "+r"(dst_v), // %2 in UYVYToUV422Row_NEON()
1221 uint8* dst_u, uint8* dst_v, int pix) { in YUY2ToUVRow_NEON() argument
1241 "+r"(dst_v), // %3 in YUY2ToUVRow_NEON()
[all …]
Drow_mips.cc383 void SplitUVRow_MIPS_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_MIPS_DSPR2() argument
443 [dst_v] "+r" (dst_v) in SplitUVRow_MIPS_DSPR2()
451 uint8* dst_v, int width) { in SplitUVRow_Unaligned_MIPS_DSPR2() argument
526 [dst_v] "+r" (dst_v) in SplitUVRow_Unaligned_MIPS_DSPR2()
584 void MirrorUVRow_MIPS_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_MIPS_DSPR2() argument
666 [dst_v] "+r" (dst_v), in MirrorUVRow_MIPS_DSPR2()
Drow_neon64.cc821 void SplitUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_NEON() argument
836 "+r"(dst_v), // %2 in SplitUVRow_NEON()
949 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_NEON() argument
970 "+r"(dst_v), // %2 in MirrorUVRow_NEON()
1249 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON() argument
1264 "+r"(dst_v), // %2 in YUY2ToUV422Row_NEON()
1273 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, in UYVYToUV422Row_NEON() argument
1288 "+r"(dst_v), // %2 in UYVYToUV422Row_NEON()
1298 uint8* dst_u, uint8* dst_v, int pix) { in YUY2ToUVRow_NEON() argument
1318 "+r"(dst_v), // %3 in YUY2ToUVRow_NEON()
[all …]
Dconvert_from_argb.cc29 uint8* dst_v, int dst_stride_v, in ARGBToI444() argument
34 void (*ARGBToUV444Row)(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToI444()
36 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in ARGBToI444()
93 ARGBToUV444Row(src_argb, dst_u, dst_v, width); in ARGBToI444()
98 dst_v += dst_stride_v; in ARGBToI444()
108 uint8* dst_v, int dst_stride_v, in ARGBToI422() argument
111 void (*ARGBToUV422Row)(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToI422()
115 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in ARGBToI422()
172 ARGBToUV422Row(src_argb, dst_u, dst_v, width); in ARGBToI422()
177 dst_v += dst_stride_v; in ARGBToI422()
[all …]
Drow_posix.cc901 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_SSSE3() argument
953 "+r"(dst_v), // %2 in ARGBToUVRow_SSSE3()
968 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVJRow_SSSE3() argument
1021 "+r"(dst_v), // %2 in ARGBToUVJRow_SSSE3()
1035 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_Unaligned_SSSE3() argument
1091 "+r"(dst_v), // %2 in ARGBToUVRow_Unaligned_SSSE3()
1105 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVJRow_Unaligned_SSSE3() argument
1162 "+r"(dst_v), // %2 in ARGBToUVJRow_Unaligned_SSSE3()
1175 void ARGBToUV444Row_SSSE3(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToUV444Row_SSSE3() argument
1227 "+r"(dst_v), // %2 in ARGBToUV444Row_SSSE3()
[all …]
Dconvert_from.cc39 uint8* dst_v, int dst_stride_v, in I420ToI4xx() argument
57 dst_v, dst_stride_v, dst_uv_width, dst_uv_height, in I420ToI4xx()
70 uint8* dst_v, int dst_stride_v, in I420ToI422() argument
79 dst_v, dst_stride_v, in I420ToI422()
92 uint8* dst_v, int dst_stride_v, in I420ToI444() argument
101 dst_v, dst_stride_v, in I420ToI444()
114 uint8* dst_v, int dst_stride_v, in I420ToI411() argument
123 dst_v, dst_stride_v, in I420ToI411()
1128 uint8* dst_v; in ConvertFromI420() local
1130 dst_v = dst_sample + width * height; in ConvertFromI420()
[all …]
/external/libyuv/files/include/libyuv/
Dconvert.h35 uint8* dst_v, int dst_stride_v,
45 uint8* dst_v, int dst_stride_v,
55 uint8* dst_v, int dst_stride_v,
65 uint8* dst_v, int dst_stride_v,
73 uint8* dst_v, int dst_stride_v,
82 uint8* dst_v, int dst_stride_v,
90 uint8* dst_v, int dst_stride_v,
99 uint8* dst_v, int dst_stride_v,
107 uint8* dst_v, int dst_stride_v,
115 uint8* dst_v, int dst_stride_v,
[all …]
Drow.h228 uint8* dst_u, uint8* dst_v, int width);
230 uint8* dst_u, uint8* dst_v, int width);
232 uint8* dst_u, uint8* dst_v, int width);
234 uint8* dst_u, uint8* dst_v, int width);
236 uint8* dst_u, uint8* dst_v, int width);
238 uint8* dst_u, uint8* dst_v, int width);
240 uint8* dst_u, uint8* dst_v, int width);
242 uint8* dst_u, uint8* dst_v, int width);
249 void MirrorRowUV_SSSE3(const uint8* src, uint8* dst_u, uint8* dst_v, int width);
250 void MirrorRowUV_NEON(const uint8* src, uint8* dst_u, uint8* dst_v, int width);
[all …]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
Dconvert.h32 uint8* dst_v, int dst_stride_v,
42 uint8* dst_v, int dst_stride_v,
52 uint8* dst_v, int dst_stride_v,
63 uint8* dst_v, int dst_stride_v,
71 uint8* dst_v, int dst_stride_v,
80 uint8* dst_v, int dst_stride_v,
89 uint8* dst_v, int dst_stride_v,
97 uint8* dst_v, int dst_stride_v,
105 uint8* dst_v, int dst_stride_v,
113 uint8* dst_v, int dst_stride_v,
[all …]
Drow.h663 void ARGBToUV444Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v,
665 void ARGBToUV422Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v,
667 void ARGBToUV411Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v,
670 uint8* dst_u, uint8* dst_v, int pix);
672 uint8* dst_u, uint8* dst_v, int pix);
674 uint8* dst_u, uint8* dst_v, int pix);
676 uint8* dst_u, uint8* dst_v, int pix);
678 uint8* dst_u, uint8* dst_v, int pix);
680 uint8* dst_u, uint8* dst_v, int pix);
682 uint8* dst_u, uint8* dst_v, int pix);
[all …]
Dconvert_from_argb.h81 uint8* dst_v, int dst_stride_v,
89 uint8* dst_v, int dst_stride_v,
97 uint8* dst_v, int dst_stride_v,
105 uint8* dst_v, int dst_stride_v,
113 uint8* dst_v, int dst_stride_v,
/external/chromium_org/third_party/libyuv/include/libyuv/
Dconvert.h32 uint8* dst_v, int dst_stride_v,
42 uint8* dst_v, int dst_stride_v,
52 uint8* dst_v, int dst_stride_v,
63 uint8* dst_v, int dst_stride_v,
71 uint8* dst_v, int dst_stride_v,
80 uint8* dst_v, int dst_stride_v,
89 uint8* dst_v, int dst_stride_v,
97 uint8* dst_v, int dst_stride_v,
105 uint8* dst_v, int dst_stride_v,
113 uint8* dst_v, int dst_stride_v,
[all …]
Drow.h571 void ARGBToUV444Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v,
573 void ARGBToUV422Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v,
575 void ARGBToUV411Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v,
578 uint8* dst_u, uint8* dst_v, int pix);
580 uint8* dst_u, uint8* dst_v, int pix);
582 uint8* dst_u, uint8* dst_v, int pix);
584 uint8* dst_u, uint8* dst_v, int pix);
586 uint8* dst_u, uint8* dst_v, int pix);
588 uint8* dst_u, uint8* dst_v, int pix);
590 uint8* dst_u, uint8* dst_v, int pix);
[all …]
/external/libyuv/files/source/
Dconvert.cc36 uint8* dst_v, int dst_stride_v, in I420Copy() argument
39 !dst_y || !dst_u || !dst_v || in I420Copy()
61 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); in I420Copy()
131 uint8* dst_v, int dst_stride_v, in I422ToI420() argument
134 !dst_y || !dst_u || !dst_v || in I422ToI420()
157 IS_ALIGNED(dst_v, 16) && IS_ALIGNED(dst_stride_v, 16)) { in I422ToI420()
180 HalfRow(src_v, src_stride_v, dst_v, halfwidth); in I422ToI420()
182 dst_v += dst_stride_v; in I422ToI420()
185 HalfRow(src_v, 0, dst_v, halfwidth); in I422ToI420()
211 uint8* dst_v, int dst_stride_v, in I444ToI420() argument
[all …]
Drow_posix.cc749 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_SSSE3() argument
799 "+r"(dst_v), // %2 in ARGBToUVRow_SSSE3()
810 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_Unaligned_SSSE3() argument
864 "+r"(dst_v), // %2 in ARGBToUVRow_Unaligned_SSSE3()
949 uint8* dst_u, uint8* dst_v, int width) { in BGRAToUVRow_SSSE3() argument
999 "+r"(dst_v), // %2 in BGRAToUVRow_SSSE3()
1010 uint8* dst_u, uint8* dst_v, int width) { in BGRAToUVRow_Unaligned_SSSE3() argument
1064 "+r"(dst_v), // %2 in BGRAToUVRow_Unaligned_SSSE3()
1149 uint8* dst_u, uint8* dst_v, int width) { in ABGRToUVRow_SSSE3() argument
1199 "+r"(dst_v), // %2 in ABGRToUVRow_SSSE3()
[all …]
Drow_neon.cc341 void SplitUV_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) { in SplitUV_NEON() argument
352 "+r"(dst_v), // %2 in SplitUV_NEON()
731 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON() argument
743 "+r"(dst_v), // %2 in YUY2ToUV422Row_NEON()
752 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, in UYVYToUV422Row_NEON() argument
764 "+r"(dst_v), // %2 in UYVYToUV422Row_NEON()
774 uint8* dst_u, uint8* dst_v, int pix) { in YUY2ToUVRow_NEON() argument
790 "+r"(dst_v), // %3 in YUY2ToUVRow_NEON()
800 uint8* dst_u, uint8* dst_v, int pix) { in UYVYToUVRow_NEON() argument
816 "+r"(dst_v), // %3 in UYVYToUVRow_NEON()
Dconvert_from.cc33 uint8* dst_v, int dst_stride_v, in I420ToI422() argument
36 !dst_y || !dst_u || !dst_v || in I420ToI422()
45 dst_v = dst_v + (height - 1) * dst_stride_v; in I420ToI422()
64 IS_ALIGNED(dst_v, 16) && IS_ALIGNED(dst_stride_v, 16)) { in I420ToI422()
90 CopyRow(src_v, dst_v, halfwidth); in I420ToI422()
91 CopyRow(src_v, dst_v + dst_stride_v, halfwidth); in I420ToI422()
93 dst_v += dst_stride_v * 2; in I420ToI422()
96 CopyRow(src_v, dst_v, halfwidth); in I420ToI422()
113 uint8* dst_v, int dst_stride_v, in I420ToI444() argument
116 !dst_y || !dst_u || !dst_v || in I420ToI444()
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Drow.h85 uint8* dst_u, uint8* dst_v, int width);
87 uint8* dst_u, uint8* dst_v, int width);
89 uint8* dst_u, uint8* dst_v, int width);
98 uint8* dst_u, uint8* dst_v, int width);
100 uint8* dst_u, uint8* dst_v, int width);
116 uint8* dst_u, uint8* dst_v, int width);
118 uint8* dst_u, uint8* dst_v, int width);
120 uint8* dst_u, uint8* dst_v, int width);
122 uint8* dst_u, uint8* dst_v, int width);
124 uint8* dst_u, uint8* dst_v, int width);

12345