Home
last modified time | relevance | path

Searched defs:dst_u (Results 1 – 25 of 28) sorted by relevance

12

/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert.cc35 uint8* dst_u, int dst_stride_u, in I4xxToI420()
68 uint8* dst_u, int dst_stride_u, in I420Copy()
106 uint8* dst_u, int dst_stride_u, in I422ToI420()
127 uint8* dst_u, int dst_stride_u, in I444ToI420()
147 uint8* dst_u, int dst_stride_u, in I411ToI420()
165 uint8* dst_u, int dst_stride_u, in I400ToI420()
245 uint8* dst_u, int dst_stride_u, in X420ToI420()
305 uint8* dst_u, int dst_stride_u, in NV12ToI420()
321 uint8* dst_u, int dst_stride_u, in NV21ToI420()
336 uint8* dst_u, int dst_stride_u, in M420ToI420()
[all …]
Drow_neon64.cc615 void SplitUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_NEON()
731 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_NEON()
1027 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON()
1048 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, in UYVYToUV422Row_NEON()
1070 uint8* dst_u, uint8* dst_v, int width) { in YUY2ToUVRow_NEON()
1098 uint8* dst_u, uint8* dst_v, int width) { in UYVYToUVRow_NEON()
1349 void ARGBToUV444Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToUV444Row_NEON()
1399 void ARGBToUV411Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToUV411Row_NEON()
1466 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_NEON()
1507 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVJRow_NEON()
[all …]
Drow_neon.cc621 void SplitUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_NEON()
740 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_NEON()
1024 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON()
1045 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, in UYVYToUV422Row_NEON()
1067 uint8* dst_u, uint8* dst_v, int width) { in YUY2ToUVRow_NEON()
1094 uint8* dst_u, uint8* dst_v, int width) { in UYVYToUVRow_NEON()
1344 void ARGBToUV444Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToUV444Row_NEON()
1385 void ARGBToUV411Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToUV411Row_NEON()
1462 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_NEON()
1511 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVJRow_NEON()
[all …]
Drow_mips.cc383 void SplitUVRow_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_DSPR2()
499 void MirrorUVRow_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_DSPR2()
Drow_gcc.cc900 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_SSSE3()
968 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_AVX2()
1028 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVJRow_AVX2()
1089 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVJRow_SSSE3()
1152 void ARGBToUV444Row_SSSE3(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToUV444Row_SSSE3()
1243 uint8* dst_u, uint8* dst_v, int width) { in BGRAToUVRow_SSSE3()
1372 uint8* dst_u, uint8* dst_v, int width) { in ABGRToUVRow_SSSE3()
1433 uint8* dst_u, uint8* dst_v, int width) { in RGBAToUVRow_SSSE3()
2584 void MirrorUVRow_SSSE3(const uint8* src, uint8* dst_u, uint8* dst_v, in MirrorUVRow_SSSE3()
2665 void SplitUVRow_AVX2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_AVX2()
[all …]
Dconvert_from.cc37 uint8* dst_u, int dst_stride_u, in I420ToI4xx()
70 uint8* dst_u, int dst_stride_u, in I420ToI422()
92 uint8* dst_u, int dst_stride_u, in I420ToI444()
114 uint8* dst_u, int dst_stride_u, in I420ToI411()
1033 uint8* dst_u; in ConvertFromI420() local
1054 uint8* dst_u; in ConvertFromI420() local
1074 uint8* dst_u; in ConvertFromI420() local
1094 uint8* dst_u = dst_sample + width * height; in ConvertFromI420() local
Dconvert_from_argb.cc27 uint8* dst_u, int dst_stride_u, in ARGBToI444()
108 uint8* dst_u, int dst_stride_u, in ARGBToI422()
188 uint8* dst_u, int dst_stride_u, in ARGBToI411()
1079 uint8* dst_u, int dst_stride_u, in ARGBToJ420()
1153 uint8* dst_u, int dst_stride_u, in ARGBToJ422()
Drotate.cc349 uint8* dst_u, int dst_stride_u, in I420Rotate()
425 uint8* dst_u, int dst_stride_u, in NV12ToI420Rotate()
Dplanar_functions.cc134 uint8* dst_u, int dst_stride_u, in I422Copy()
168 uint8* dst_u, int dst_stride_u, in I444Copy()
238 uint8* dst_u, int dst_stride_u, in SplitUVPlane()
418 uint8* dst_u, int dst_stride_u, in YUY2ToI422()
490 uint8* dst_u, int dst_stride_u, in UYVYToI422()
584 uint8* dst_u, int dst_stride_u, in I420Mirror()
789 uint8* dst_u, int dst_stride_u, in I420Blend()
1336 uint8* dst_u, int dst_stride_u, in I420Rect()
2089 uint8* dst_u, int dst_stride_u, in I420Interpolate()
Drow_common.cc482 uint8* dst_u, uint8* dst_v, int width) { in RGB565ToUVRow_C()
529 uint8* dst_u, uint8* dst_v, int width) { in ARGB1555ToUVRow_C()
577 uint8* dst_u, uint8* dst_v, int width) { in ARGB4444ToUVRow_C()
625 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUV444Row_C()
640 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUV411Row_C()
1757 void MirrorUVRow_C(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) { in MirrorUVRow_C()
1788 void SplitUVRow_C(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) { in SplitUVRow_C()
1841 uint8* dst_u, uint8* dst_v, int width) { in YUY2ToUVRow_C()
1855 uint8* dst_u, uint8* dst_v, int width) { in YUY2ToUV422Row_C()
1883 uint8* dst_u, uint8* dst_v, int width) { in UYVYToUVRow_C()
[all …]
Dscale.cc1554 uint8* dst_u, int dst_stride_u, in I420Scale()
1586 uint16* dst_u, int dst_stride_u, in I420Scale_16()
1617 uint8* dst_y, uint8* dst_u, uint8* dst_v, in Scale()
1649 uint8* dst_u = dst + dst_width * dst_height + in ScaleOffset() local
/external/libyuv/files/source/
Dconvert.cc39 uint8* dst_u, in I4xxToI420()
77 uint8* dst_u, in I420Copy()
120 uint8* dst_u, in I422ToI420()
143 uint8* dst_u, in I444ToI420()
160 uint8* dst_u, in I400ToI420()
249 uint8* dst_u, in X420ToI420()
312 uint8* dst_u, in NV12ToI420()
331 uint8* dst_u, in NV21ToI420()
348 uint8* dst_u, in M420ToI420()
366 uint8* dst_u, in YUY2ToI420()
[all …]
Drow_neon.cc579 uint8* dst_u, in SplitUVRow_NEON()
702 uint8* dst_u, in MirrorUVRow_NEON()
990 uint8* dst_u, in YUY2ToUV422Row_NEON()
1013 uint8* dst_u, in UYVYToUV422Row_NEON()
1037 uint8* dst_u, in YUY2ToUVRow_NEON()
1067 uint8* dst_u, in UYVYToUVRow_NEON()
1328 uint8* dst_u, in ARGBToUV444Row_NEON()
1391 uint8* dst_u, in ARGBToUVRow_NEON()
1443 uint8* dst_u, in ARGBToUVJRow_NEON()
1494 uint8* dst_u, in BGRAToUVRow_NEON()
[all …]
Drow_neon64.cc580 uint8* dst_u, in SplitUVRow_NEON()
700 uint8* dst_u, in MirrorUVRow_NEON()
1000 uint8* dst_u, in YUY2ToUV422Row_NEON()
1023 uint8* dst_u, in UYVYToUV422Row_NEON()
1047 uint8* dst_u, in YUY2ToUVRow_NEON()
1078 uint8* dst_u, in UYVYToUVRow_NEON()
1340 uint8* dst_u, in ARGBToUV444Row_NEON()
1414 uint8* dst_u, in ARGBToUVRow_NEON()
1458 uint8* dst_u, in ARGBToUVJRow_NEON()
1505 uint8* dst_u, in BGRAToUVRow_NEON()
[all …]
Drow_gcc.cc873 uint8* dst_u, in ARGBToUVRow_SSSE3()
944 uint8* dst_u, in ARGBToUVRow_AVX2()
1008 uint8* dst_u, in ARGBToUVJRow_AVX2()
1073 uint8* dst_u, in ARGBToUVJRow_SSSE3()
1140 uint8* dst_u, in ARGBToUV444Row_SSSE3()
1235 uint8* dst_u, in BGRAToUVRow_SSSE3()
1370 uint8* dst_u, in ABGRToUVRow_SSSE3()
1435 uint8* dst_u, in RGBAToUVRow_SSSE3()
2530 uint8* dst_u, in MirrorUVRow_SSSE3()
2614 uint8* dst_u, in SplitUVRow_AVX2()
[all …]
Dconvert_from.cc41 uint8* dst_u, in I420ToI4xx()
79 uint8* dst_u, in I420ToI422()
104 uint8* dst_u, in I420ToI444()
1126 uint8* dst_u; in ConvertFromI420() local
1144 uint8* dst_u; in ConvertFromI420() local
1161 uint8* dst_u; in ConvertFromI420() local
Dconvert_from_argb.cc29 uint8* dst_u, in ARGBToI444()
137 uint8* dst_u, in ARGBToI422()
1317 uint8* dst_u, in ARGBToJ420()
1410 uint8* dst_u, in ARGBToJ422()
Drow_dspr2.cc384 uint8* dst_u, in SplitUVRow_DSPR2()
502 uint8* dst_u, in MirrorUVRow_DSPR2()
1225 uint8* dst_u, in BGRAToUVRow_DSPR2()
1347 uint8* dst_u, in ABGRToUVRow_DSPR2()
1527 uint8* dst_u, in RGBAToUVRow_DSPR2()
1650 uint8* dst_u, in ARGBToUVRow_DSPR2()
Drotate.cc424 uint8* dst_u, in I420Rotate()
490 uint8* dst_u, in NV12ToI420Rotate()
Dplanar_functions.cc143 uint8* dst_u, in I422Copy()
182 uint8* dst_u, in I444Copy()
266 uint8* dst_u, in SplitUVPlane()
472 uint8* dst_u, in YUY2ToI422()
558 uint8* dst_u, in UYVYToI422()
737 uint8* dst_u, in I420Mirror()
971 uint8* dst_u, in I420Blend()
1589 uint8* dst_u, in I420Rect()
2451 uint8* dst_u, in I420Interpolate()
Drow_common.cc488 uint8* dst_u, in RGB565ToUVRow_C()
538 uint8* dst_u, in ARGB1555ToUVRow_C()
589 uint8* dst_u, in ARGB4444ToUVRow_C()
639 uint8* dst_u, in ARGBToUV444Row_C()
1709 void MirrorUVRow_C(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) { in MirrorUVRow_C()
1740 void SplitUVRow_C(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) { in SplitUVRow_C()
1796 uint8* dst_u, in YUY2ToUVRow_C()
1812 uint8* dst_u, in YUY2ToUV422Row_C()
1843 uint8* dst_u, in UYVYToUVRow_C()
1859 uint8* dst_u, in UYVYToUV422Row_C()
Drow_msa.cc657 uint8* dst_u, in YUY2ToUVRow_MSA()
686 uint8* dst_u, in YUY2ToUV422Row_MSA()
722 uint8* dst_u, in UYVYToUVRow_MSA()
751 uint8* dst_u, in UYVYToUV422Row_MSA()
819 uint8* dst_u, in ARGBToUVRow_MSA()
1081 uint8* dst_u, in ARGBToUV444Row_MSA()
1849 uint8* dst_u, in ARGB1555ToUVRow_MSA()
1930 uint8* dst_u, in RGB565ToUVRow_MSA()
2010 uint8* dst_u, in RGB24ToUVRow_MSA()
2115 uint8* dst_u, in RAWToUVRow_MSA()
[all …]
Dscale.cc1735 uint8* dst_u, in I420Scale()
1772 uint16* dst_u, in I420Scale_16()
1809 uint8* dst_u, in Scale()
1845 uint8* dst_u = in ScaleOffset() local
/external/webrtc/talk/media/base/
Dvideoframe.cc98 uint8_t* dst_u, in CopyToPlanes()
150 uint8_t* dst_u, in StretchToPlanes()
/external/webrtc/webrtc/tools/converter/
Dconverter.cc52 uint8_t* dst_u = new uint8_t[u_plane_size]; in ConvertRGBAToI420Video() local

12