Home
last modified time | relevance | path

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

123

/external/libvpx/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.cc754 void SplitUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_NEON() argument
769 "+r"(dst_v), // %2 in SplitUVRow_NEON()
877 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_NEON() argument
898 "+r"(dst_v), // %2 in MirrorUVRow_NEON()
1154 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON() argument
1169 "+r"(dst_v), // %2 in YUY2ToUV422Row_NEON()
1176 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, in UYVYToUV422Row_NEON() argument
1191 "+r"(dst_v), // %2 in UYVYToUV422Row_NEON()
1199 uint8* dst_u, uint8* dst_v, int pix) { in YUY2ToUVRow_NEON() argument
1219 "+r"(dst_v), // %3 in YUY2ToUVRow_NEON()
[all …]
Drow_neon64.cc728 void SplitUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_NEON() argument
742 "+r"(dst_v), // %2 in SplitUVRow_NEON()
854 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_NEON() argument
875 "+r"(dst_v), // %2 in MirrorUVRow_NEON()
1157 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON() argument
1171 "+r"(dst_v), // %2 in YUY2ToUV422Row_NEON()
1180 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, in UYVYToUV422Row_NEON() argument
1194 "+r"(dst_v), // %2 in UYVYToUV422Row_NEON()
1204 uint8* dst_u, uint8* dst_v, int pix) { in YUY2ToUVRow_NEON() argument
1223 "+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()
501 void MirrorUVRow_MIPS_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_MIPS_DSPR2() argument
583 [dst_v] "+r" (dst_v), in MirrorUVRow_MIPS_DSPR2()
Dconvert_from_argb.cc28 uint8* dst_v, int dst_stride_v, 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()
99 dst_v += dst_stride_v; in ARGBToI444()
109 uint8* dst_v, int dst_stride_v, in ARGBToI422() argument
112 void (*ARGBToUV422Row)(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToI422()
116 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in ARGBToI422()
175 ARGBToUV422Row(src_argb, dst_u, dst_v, width); in ARGBToI422()
180 dst_v += dst_stride_v; in ARGBToI422()
[all …]
Drotate.cc275 void (*MirrorRowUV)(const uint8* src, uint8* dst_u, uint8* dst_v, int width) = in RotateUV180()
355 uint8* dst_v, int dst_stride_v, in I420Rotate() argument
361 !dst_y || !dst_u || !dst_v) { in I420Rotate()
385 dst_v, dst_stride_v, in I420Rotate()
395 dst_v, dst_stride_v, in I420Rotate()
406 dst_v, dst_stride_v, in I420Rotate()
417 dst_v, dst_stride_v, in I420Rotate()
431 uint8* dst_v, int dst_stride_v, in NV12ToI420Rotate() argument
437 !dst_y || !dst_u || !dst_v) { in NV12ToI420Rotate()
458 dst_v, dst_stride_v, in NV12ToI420Rotate()
[all …]
Dconvert_from.cc38 uint8* dst_v, int dst_stride_v, in I420ToI4xx() argument
56 dst_v, dst_stride_v, dst_uv_width, dst_uv_height, in I420ToI4xx()
69 uint8* dst_v, int dst_stride_v, in I420ToI422() argument
78 dst_v, dst_stride_v, in I420ToI422()
91 uint8* dst_v, int dst_stride_v, in I420ToI444() argument
100 dst_v, dst_stride_v, in I420ToI444()
113 uint8* dst_v, int dst_stride_v, in I420ToI411() argument
122 dst_v, dst_stride_v, in I420ToI411()
1266 uint8* dst_v; in ConvertFromI420() local
1268 dst_v = dst_sample + width * height; in ConvertFromI420()
[all …]
Drow_gcc.cc829 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_SSSE3() argument
878 "+r"(dst_v), // %2 in ARGBToUVRow_SSSE3()
897 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_AVX2() argument
942 "+r"(dst_v), // %2 in ARGBToUVRow_AVX2()
957 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVJRow_SSSE3() argument
1007 "+r"(dst_v), // %2 in ARGBToUVJRow_SSSE3()
1020 void ARGBToUV444Row_SSSE3(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToUV444Row_SSSE3() argument
1065 "+r"(dst_v), // %2 in ARGBToUV444Row_SSSE3()
1078 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUV422Row_SSSE3() argument
1118 "+r"(dst_v), // %2 in ARGBToUV422Row_SSSE3()
[all …]
Drow_common.cc311 uint8* dst_u, uint8* dst_v, int width) { \
322 dst_v[0] = RGBToV(ar, ag, ab); \
326 dst_v += 1; \
333 dst_v[0] = RGBToV(ar, ag, ab); \
393 uint8* dst_u, uint8* dst_v, int width) { \
404 dst_v[0] = RGBToVJ(ar, ag, ab); \
408 dst_v += 1; \
415 dst_v[0] = RGBToVJ(ar, ag, ab); \
423 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVJ422Row_C() argument
430 dst_v[0] = RGBToVJ(ar, ag, ab); in ARGBToUVJ422Row_C()
[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 …]
Dformat_conversion.h26 uint8* dst_v, int dst_stride_v,
33 uint8* dst_v, int dst_stride_v,
40 uint8* dst_v, int dst_stride_v,
47 uint8* dst_v, int dst_stride_v,
58 uint8* dst_v, int dst_stride_v,
Dplanar_functions.h44 uint8* dst_v, int dst_stride_v,
51 uint8* dst_v, int dst_stride_v,
59 uint8* dst_v, int dst_stride_v,
69 uint8* dst_v, int dst_stride_v,
143 uint8* dst_v, int dst_stride_v,
175 uint8* dst_v, int dst_stride_v,
/external/libvpx/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,
82 uint8* dst_v, int dst_stride_v,
91 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.h592 void ARGBToUV444Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v,
594 void ARGBToUV422Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v,
596 void ARGBToUV411Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v,
599 uint8* dst_u, uint8* dst_v, int pix);
601 uint8* dst_u, uint8* dst_v, int pix);
603 uint8* dst_u, uint8* dst_v, int pix);
605 uint8* dst_u, uint8* dst_v, int pix);
607 uint8* dst_u, uint8* dst_v, int pix);
609 uint8* dst_u, uint8* dst_v, int pix);
611 uint8* dst_u, uint8* dst_v, int pix);
[all …]
Dconvert_from_argb.h91 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,
123 uint8* dst_v, int dst_stride_v,
131 uint8* dst_v, int dst_stride_v,
Dscale.h61 uint8* dst_v, int dst_stride_v,
72 uint16* dst_v, int dst_stride_v,
82 uint8* dst_y, uint8* dst_u, uint8* dst_v,
/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 …]
Drow_common.cc277 uint8* dst_u, uint8* dst_v, int width) { \
287 dst_v[0] = RGBToV(ar, ag, ab); \
291 dst_v += 1; \
298 dst_v[0] = RGBToV(ar, ag, ab); \
677 void MirrorRowUV_C(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) { in MirrorRowUV_C() argument
682 dst_v[x] = src_uv[1]; in MirrorRowUV_C()
683 dst_v[x + 1] = src_uv[-2 + 1]; in MirrorRowUV_C()
688 dst_v[width - 1] = src_uv[1]; in MirrorRowUV_C()
706 void SplitUV_C(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) { in SplitUV_C() argument
710 dst_v[x] = src_uv[1]; in SplitUV_C()
[all …]
Dformat_conversion.cc353 uint8* dst_v, int dst_stride_v, in BayerToI420() argument
365 dst_v = dst_v + (halfheight - 1) * dst_stride_v; in BayerToI420()
377 uint8* dst_u, uint8* dst_v, int width) = ARGBToUVRow_C; in BayerToI420()
418 ARGBToUVRow(row, kMaxStride, dst_u, dst_v, width); in BayerToI420()
424 dst_v += dst_stride_v; in BayerToI420()
428 ARGBToUVRow(row, 0, dst_u, dst_v, width); in BayerToI420()
502 uint8* dst_v, int dst_stride_v, \
507 dst_v, dst_stride_v, \
Dplanar_functions.cc113 uint8* dst_v, int dst_stride_v, in YUY2ToI422() argument
122 uint8* dst_u, uint8* dst_v, int pix); in YUY2ToI422()
160 YUY2ToUV422Row(src_yuy2, dst_u, dst_v, width); in YUY2ToI422()
165 dst_v += dst_stride_v; in YUY2ToI422()
175 uint8* dst_v, int dst_stride_v, in UYVYToI422() argument
184 uint8* dst_u, uint8* dst_v, int pix); in UYVYToI422()
222 UYVYToUV422Row(src_uyvy, dst_u, dst_v, width); in UYVYToI422()
227 dst_v += dst_stride_v; in UYVYToI422()
239 uint8* dst_v, int dst_stride_v, in I420Mirror() argument
241 if (!src_y || !src_u || !src_v || !dst_y || !dst_u || !dst_v || in I420Mirror()
[all …]
/external/webrtc/webrtc/tools/converter/
Dconverter.cc54 uint8_t* dst_v = new uint8_t[v_plane_size]; in ConvertRGBAToI420Video() local
85 dst_v, DstStrideV(), in ConvertRGBAToI420Video()
90 dst_v, v_plane_size, output_file); in ConvertRGBAToI420Video()
102 delete[] dst_v; in ConvertRGBAToI420Video()

123