/external/chromium_org/third_party/libyuv/source/ |
D | convert.cc | 35 uint8* dst_u, int dst_stride_u, in I4xxToI420() argument 51 dst_u, dst_stride_u, dst_uv_width, dst_uv_height, in I4xxToI420() 67 uint8* dst_u, int dst_stride_u, in I420Copy() argument 73 !dst_y || !dst_u || !dst_v || in I420Copy() 93 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in I420Copy() 105 uint8* dst_u, int dst_stride_u, in I422ToI420() argument 113 dst_u, dst_stride_u, in I422ToI420() 126 uint8* dst_u, int dst_stride_u, in I444ToI420() argument 133 dst_u, dst_stride_u, in I444ToI420() 146 uint8* dst_u, int dst_stride_u, in I411ToI420() argument [all …]
|
D | row_neon.cc | 783 void SplitUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_NEON() argument 797 "+r"(dst_u), // %1 in SplitUVRow_NEON() 900 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_NEON() argument 920 "+r"(dst_u), // %1 in MirrorUVRow_NEON() 1177 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON() argument 1191 "+r"(dst_u), // %1 in YUY2ToUV422Row_NEON() 1199 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, in UYVYToUV422Row_NEON() argument 1213 "+r"(dst_u), // %1 in UYVYToUV422Row_NEON() 1222 uint8* dst_u, uint8* dst_v, int pix) { in YUY2ToUVRow_NEON() argument 1241 "+r"(dst_u), // %2 in YUY2ToUVRow_NEON() [all …]
|
D | row_mips.cc | 383 void SplitUVRow_MIPS_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_MIPS_DSPR2() argument 442 [dst_u] "+r" (dst_u), in SplitUVRow_MIPS_DSPR2() 450 void SplitUVRow_Unaligned_MIPS_DSPR2(const uint8* src_uv, uint8* dst_u, in SplitUVRow_Unaligned_MIPS_DSPR2() argument 525 [dst_u] "+r" (dst_u), 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 665 [dst_u] "+r" (dst_u), in MirrorUVRow_MIPS_DSPR2()
|
D | convert_from_argb.cc | 28 uint8* dst_u, int dst_stride_u, 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() 92 dst_u += dst_stride_u; in ARGBToI444() 102 uint8* dst_u, int dst_stride_u, 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() 170 dst_u += dst_stride_u; in ARGBToI422() [all …]
|
D | row_posix.cc | 901 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_SSSE3() argument 952 "+r"(dst_u), // %1 in ARGBToUVRow_SSSE3() 968 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVJRow_SSSE3() argument 1020 "+r"(dst_u), // %1 in ARGBToUVJRow_SSSE3() 1035 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_Unaligned_SSSE3() argument 1090 "+r"(dst_u), // %1 in ARGBToUVRow_Unaligned_SSSE3() 1105 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVJRow_Unaligned_SSSE3() argument 1161 "+r"(dst_u), // %1 in ARGBToUVJRow_Unaligned_SSSE3() 1175 void ARGBToUV444Row_SSSE3(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToUV444Row_SSSE3() argument 1226 "+r"(dst_u), // %1 in ARGBToUV444Row_SSSE3() [all …]
|
D | convert_from.cc | 38 uint8* dst_u, int dst_stride_u, in I420ToI4xx() argument 54 dst_u, dst_stride_u, dst_uv_width, dst_uv_height, in I420ToI4xx() 69 uint8* dst_u, int dst_stride_u, in I420ToI422() argument 78 dst_u, dst_stride_u, in I420ToI422() 91 uint8* dst_u, int dst_stride_u, in I420ToI444() argument 100 dst_u, dst_stride_u, in I420ToI444() 113 uint8* dst_u, int dst_stride_u, in I420ToI411() argument 122 dst_u, dst_stride_u, in I420ToI411() 1127 uint8* dst_u; in ConvertFromI420() local 1131 dst_u = dst_v + halfwidth * halfheight; in ConvertFromI420() [all …]
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
D | convert.cc | 35 uint8* dst_u, int dst_stride_u, in I4xxToI420() argument 51 dst_u, dst_stride_u, dst_uv_width, dst_uv_height, in I4xxToI420() 67 uint8* dst_u, int dst_stride_u, in I420Copy() argument 73 !dst_y || !dst_u || !dst_v || in I420Copy() 93 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in I420Copy() 105 uint8* dst_u, int dst_stride_u, in I422ToI420() argument 113 dst_u, dst_stride_u, in I422ToI420() 126 uint8* dst_u, int dst_stride_u, in I444ToI420() argument 133 dst_u, dst_stride_u, in I444ToI420() 146 uint8* dst_u, int dst_stride_u, in I411ToI420() argument [all …]
|
D | row_neon.cc | 782 void SplitUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_NEON() argument 796 "+r"(dst_u), // %1 in SplitUVRow_NEON() 899 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_NEON() argument 919 "+r"(dst_u), // %1 in MirrorUVRow_NEON() 1176 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON() argument 1190 "+r"(dst_u), // %1 in YUY2ToUV422Row_NEON() 1198 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, in UYVYToUV422Row_NEON() argument 1212 "+r"(dst_u), // %1 in UYVYToUV422Row_NEON() 1221 uint8* dst_u, uint8* dst_v, int pix) { in YUY2ToUVRow_NEON() argument 1240 "+r"(dst_u), // %2 in YUY2ToUVRow_NEON() [all …]
|
D | row_mips.cc | 383 void SplitUVRow_MIPS_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_MIPS_DSPR2() argument 442 [dst_u] "+r" (dst_u), in SplitUVRow_MIPS_DSPR2() 450 void SplitUVRow_Unaligned_MIPS_DSPR2(const uint8* src_uv, uint8* dst_u, in SplitUVRow_Unaligned_MIPS_DSPR2() argument 525 [dst_u] "+r" (dst_u), 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 665 [dst_u] "+r" (dst_u), in MirrorUVRow_MIPS_DSPR2()
|
D | row_neon64.cc | 821 void SplitUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_NEON() argument 835 "+r"(dst_u), // %1 in SplitUVRow_NEON() 949 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_NEON() argument 969 "+r"(dst_u), // %1 in MirrorUVRow_NEON() 1249 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON() argument 1263 "+r"(dst_u), // %1 in YUY2ToUV422Row_NEON() 1273 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, in UYVYToUV422Row_NEON() argument 1287 "+r"(dst_u), // %1 in UYVYToUV422Row_NEON() 1298 uint8* dst_u, uint8* dst_v, int pix) { in YUY2ToUVRow_NEON() argument 1317 "+r"(dst_u), // %2 in YUY2ToUVRow_NEON() [all …]
|
D | convert_from_argb.cc | 28 uint8* dst_u, int dst_stride_u, 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() 97 dst_u += dst_stride_u; in ARGBToI444() 107 uint8* dst_u, int dst_stride_u, 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() 176 dst_u += dst_stride_u; in ARGBToI422() [all …]
|
D | row_posix.cc | 901 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_SSSE3() argument 952 "+r"(dst_u), // %1 in ARGBToUVRow_SSSE3() 968 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVJRow_SSSE3() argument 1020 "+r"(dst_u), // %1 in ARGBToUVJRow_SSSE3() 1035 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_Unaligned_SSSE3() argument 1090 "+r"(dst_u), // %1 in ARGBToUVRow_Unaligned_SSSE3() 1105 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVJRow_Unaligned_SSSE3() argument 1161 "+r"(dst_u), // %1 in ARGBToUVJRow_Unaligned_SSSE3() 1175 void ARGBToUV444Row_SSSE3(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToUV444Row_SSSE3() argument 1226 "+r"(dst_u), // %1 in ARGBToUV444Row_SSSE3() [all …]
|
D | convert_from.cc | 38 uint8* dst_u, int dst_stride_u, in I420ToI4xx() argument 54 dst_u, dst_stride_u, dst_uv_width, dst_uv_height, in I420ToI4xx() 69 uint8* dst_u, int dst_stride_u, in I420ToI422() argument 78 dst_u, dst_stride_u, in I420ToI422() 91 uint8* dst_u, int dst_stride_u, in I420ToI444() argument 100 dst_u, dst_stride_u, in I420ToI444() 113 uint8* dst_u, int dst_stride_u, in I420ToI411() argument 122 dst_u, dst_stride_u, in I420ToI411() 1127 uint8* dst_u; in ConvertFromI420() local 1131 dst_u = dst_v + halfwidth * halfheight; in ConvertFromI420() [all …]
|
/external/libyuv/files/include/libyuv/ |
D | convert.h | 34 uint8* dst_u, int dst_stride_u, 44 uint8* dst_u, int dst_stride_u, 54 uint8* dst_u, int dst_stride_u, 64 uint8* dst_u, int dst_stride_u, 72 uint8* dst_u, int dst_stride_u, 81 uint8* dst_u, int dst_stride_u, 89 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, [all …]
|
D | row.h | 228 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/ |
D | convert.h | 31 uint8* dst_u, int dst_stride_u, 41 uint8* dst_u, int dst_stride_u, 51 uint8* dst_u, int dst_stride_u, 62 uint8* dst_u, int dst_stride_u, 70 uint8* dst_u, int dst_stride_u, 79 uint8* dst_u, int dst_stride_u, 88 uint8* dst_u, int dst_stride_u, 96 uint8* dst_u, int dst_stride_u, 104 uint8* dst_u, int dst_stride_u, 112 uint8* dst_u, int dst_stride_u, [all …]
|
D | row.h | 663 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 …]
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
D | convert.h | 31 uint8* dst_u, int dst_stride_u, 41 uint8* dst_u, int dst_stride_u, 51 uint8* dst_u, int dst_stride_u, 62 uint8* dst_u, int dst_stride_u, 70 uint8* dst_u, int dst_stride_u, 79 uint8* dst_u, int dst_stride_u, 88 uint8* dst_u, int dst_stride_u, 96 uint8* dst_u, int dst_stride_u, 104 uint8* dst_u, int dst_stride_u, 112 uint8* dst_u, int dst_stride_u, [all …]
|
D | row.h | 571 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/ |
D | convert.cc | 35 uint8* dst_u, int dst_stride_u, in I420Copy() argument 39 !dst_y || !dst_u || !dst_v || in I420Copy() 60 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in I420Copy() 130 uint8* dst_u, int dst_stride_u, in I422ToI420() argument 134 !dst_y || !dst_u || !dst_v || in I422ToI420() 156 IS_ALIGNED(dst_u, 16) && IS_ALIGNED(dst_stride_u, 16) && in I422ToI420() 170 HalfRow(src_u, src_stride_u, dst_u, halfwidth); in I422ToI420() 172 dst_u += dst_stride_u; in I422ToI420() 175 HalfRow(src_u, 0, dst_u, halfwidth); in I422ToI420() 210 uint8* dst_u, int dst_stride_u, in I444ToI420() argument [all …]
|
D | row_posix.cc | 749 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_SSSE3() argument 798 "+r"(dst_u), // %1 in ARGBToUVRow_SSSE3() 810 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_Unaligned_SSSE3() argument 863 "+r"(dst_u), // %1 in ARGBToUVRow_Unaligned_SSSE3() 949 uint8* dst_u, uint8* dst_v, int width) { in BGRAToUVRow_SSSE3() argument 998 "+r"(dst_u), // %1 in BGRAToUVRow_SSSE3() 1010 uint8* dst_u, uint8* dst_v, int width) { in BGRAToUVRow_Unaligned_SSSE3() argument 1063 "+r"(dst_u), // %1 in BGRAToUVRow_Unaligned_SSSE3() 1149 uint8* dst_u, uint8* dst_v, int width) { in ABGRToUVRow_SSSE3() argument 1198 "+r"(dst_u), // %1 in ABGRToUVRow_SSSE3() [all …]
|
D | row_neon.cc | 341 void SplitUV_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) { in SplitUV_NEON() argument 351 "+r"(dst_u), // %1 in SplitUV_NEON() 731 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON() argument 742 "+r"(dst_u), // %1 in YUY2ToUV422Row_NEON() 752 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, in UYVYToUV422Row_NEON() argument 763 "+r"(dst_u), // %1 in UYVYToUV422Row_NEON() 774 uint8* dst_u, uint8* dst_v, int pix) { in YUY2ToUVRow_NEON() argument 789 "+r"(dst_u), // %2 in YUY2ToUVRow_NEON() 800 uint8* dst_u, uint8* dst_v, int pix) { in UYVYToUVRow_NEON() argument 815 "+r"(dst_u), // %2 in UYVYToUVRow_NEON()
|
D | convert_from.cc | 32 uint8* dst_u, int dst_stride_u, in I420ToI422() argument 36 !dst_y || !dst_u || !dst_v || in I420ToI422() 44 dst_u = dst_u + (height - 1) * dst_stride_u; in I420ToI422() 63 IS_ALIGNED(dst_u, 16) && IS_ALIGNED(dst_stride_u, 16) && in I420ToI422() 79 CopyRow(src_u, dst_u, halfwidth); in I420ToI422() 80 CopyRow(src_u, dst_u + dst_stride_u, halfwidth); in I420ToI422() 82 dst_u += dst_stride_u * 2; in I420ToI422() 85 CopyRow(src_u, dst_u, halfwidth); in I420ToI422() 112 uint8* dst_u, int dst_stride_u, in I420ToI444() argument 116 !dst_y || !dst_u || !dst_v || in I420ToI444() [all …]
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row.h | 85 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);
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | videoframe.cc | 87 uint8* dst_y, uint8* dst_u, uint8* dst_v, in CopyToPlanes() argument 96 dst_u, dst_pitch_u, in CopyToPlanes() 102 memcpy(dst_u, GetUPlane(), uv_size); in CopyToPlanes() 120 uint8* dst_y, uint8* dst_u, uint8* dst_v, in StretchToPlanes() argument 131 CopyToPlanes(dst_y, dst_u, dst_v, dst_pitch_y, dst_pitch_u, dst_pitch_v); in StretchToPlanes() 165 dst_y, dst_u, dst_v, dst_pitch_y, dst_pitch_u, dst_pitch_v, in StretchToPlanes() 181 uint8* dst_u = dst_y + dst_width * dst_height; in StretchToBuffer() local 182 uint8* dst_v = dst_u + ((dst_width + 1) >> 1) * ((dst_height + 1) >> 1); in StretchToBuffer() 183 StretchToPlanes(dst_y, dst_u, dst_v, in StretchToBuffer()
|