/external/libvpx/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 | 754 void SplitUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_NEON() argument 768 "+r"(dst_u), // %1 in SplitUVRow_NEON() 877 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_NEON() argument 897 "+r"(dst_u), // %1 in MirrorUVRow_NEON() 1154 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON() argument 1168 "+r"(dst_u), // %1 in YUY2ToUV422Row_NEON() 1176 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, in UYVYToUV422Row_NEON() argument 1190 "+r"(dst_u), // %1 in UYVYToUV422Row_NEON() 1199 uint8* dst_u, uint8* dst_v, int pix) { in YUY2ToUVRow_NEON() argument 1218 "+r"(dst_u), // %2 in YUY2ToUVRow_NEON() [all …]
|
D | row_neon64.cc | 728 void SplitUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_NEON() argument 741 "+r"(dst_u), // %1 in SplitUVRow_NEON() 854 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_NEON() argument 874 "+r"(dst_u), // %1 in MirrorUVRow_NEON() 1157 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON() argument 1170 "+r"(dst_u), // %1 in YUY2ToUV422Row_NEON() 1180 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, in UYVYToUV422Row_NEON() argument 1193 "+r"(dst_u), // %1 in UYVYToUV422Row_NEON() 1204 uint8* dst_u, uint8* dst_v, int pix) { in YUY2ToUVRow_NEON() argument 1222 "+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() 501 void MirrorUVRow_MIPS_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_MIPS_DSPR2() argument 582 [dst_u] "+r" (dst_u), in MirrorUVRow_MIPS_DSPR2()
|
D | convert_from_argb.cc | 27 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 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() 179 dst_u += dst_stride_u; in ARGBToI422() [all …]
|
D | rotate.cc | 275 void (*MirrorRowUV)(const uint8* src, uint8* dst_u, uint8* dst_v, int width) = in RotateUV180() 354 uint8* dst_u, int dst_stride_u, in I420Rotate() argument 361 !dst_y || !dst_u || !dst_v) { in I420Rotate() 384 dst_u, dst_stride_u, in I420Rotate() 392 dst_u, dst_stride_u, in I420Rotate() 403 dst_u, dst_stride_u, in I420Rotate() 414 dst_u, dst_stride_u, in I420Rotate() 430 uint8* dst_u, int dst_stride_u, in NV12ToI420Rotate() argument 437 !dst_y || !dst_u || !dst_v) { in NV12ToI420Rotate() 457 dst_u, dst_stride_u, in NV12ToI420Rotate() [all …]
|
D | convert_from.cc | 37 uint8* dst_u, int dst_stride_u, in I420ToI4xx() argument 53 dst_u, dst_stride_u, dst_uv_width, dst_uv_height, in I420ToI4xx() 68 uint8* dst_u, int dst_stride_u, in I420ToI422() argument 77 dst_u, dst_stride_u, in I420ToI422() 90 uint8* dst_u, int dst_stride_u, in I420ToI444() argument 99 dst_u, dst_stride_u, in I420ToI444() 112 uint8* dst_u, int dst_stride_u, in I420ToI411() argument 121 dst_u, dst_stride_u, in I420ToI411() 1265 uint8* dst_u; in ConvertFromI420() local 1269 dst_u = dst_v + halfwidth * halfheight; in ConvertFromI420() [all …]
|
D | row_gcc.cc | 829 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_SSSE3() argument 877 "+r"(dst_u), // %1 in ARGBToUVRow_SSSE3() 897 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_AVX2() argument 941 "+r"(dst_u), // %1 in ARGBToUVRow_AVX2() 957 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVJRow_SSSE3() argument 1006 "+r"(dst_u), // %1 in ARGBToUVJRow_SSSE3() 1020 void ARGBToUV444Row_SSSE3(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToUV444Row_SSSE3() argument 1064 "+r"(dst_u), // %1 in ARGBToUV444Row_SSSE3() 1078 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUV422Row_SSSE3() argument 1117 "+r"(dst_u), // %1 in ARGBToUV422Row_SSSE3() [all …]
|
D | row_common.cc | 311 uint8* dst_u, uint8* dst_v, int width) { \ 321 dst_u[0] = RGBToU(ar, ag, ab); \ 325 dst_u += 1; \ 332 dst_u[0] = RGBToU(ar, ag, ab); \ 393 uint8* dst_u, uint8* dst_v, int width) { \ 403 dst_u[0] = RGBToUJ(ar, ag, ab); \ 407 dst_u += 1; \ 414 dst_u[0] = RGBToUJ(ar, ag, ab); \ 423 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVJ422Row_C() argument 429 dst_u[0] = RGBToUJ(ar, ag, ab); in ARGBToUVJ422Row_C() [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 …]
|
D | format_conversion.h | 25 uint8* dst_u, int dst_stride_u, 32 uint8* dst_u, int dst_stride_u, 39 uint8* dst_u, int dst_stride_u, 46 uint8* dst_u, int dst_stride_u, 57 uint8* dst_u, int dst_stride_u,
|
D | planar_functions.h | 43 uint8* dst_u, int dst_stride_u, 50 uint8* dst_u, int dst_stride_u, 58 uint8* dst_u, int dst_stride_u, 68 uint8* dst_u, int dst_stride_u, 142 uint8* dst_u, int dst_stride_u, 174 uint8* dst_u, int dst_stride_u,
|
/external/libvpx/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, 81 uint8* dst_u, int dst_stride_u, 90 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 | 592 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 …]
|
D | convert_from_argb.h | 90 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,
|
D | scale.h | 60 uint8* dst_u, int dst_stride_u, 71 uint16* dst_u, int dst_stride_u, 82 uint8* dst_y, uint8* dst_u, uint8* dst_v,
|
/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 …]
|
D | row_common.cc | 277 uint8* dst_u, uint8* dst_v, int width) { \ 286 dst_u[0] = RGBToU(ar, ag, ab); \ 290 dst_u += 1; \ 297 dst_u[0] = RGBToU(ar, ag, ab); \ 677 void MirrorRowUV_C(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) { in MirrorRowUV_C() argument 680 dst_u[x] = src_uv[0]; in MirrorRowUV_C() 681 dst_u[x + 1] = src_uv[-2]; in MirrorRowUV_C() 687 dst_u[width - 1] = src_uv[0]; in MirrorRowUV_C() 706 void SplitUV_C(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) { in SplitUV_C() argument 708 dst_u[x] = src_uv[0]; in SplitUV_C() [all …]
|
D | format_conversion.cc | 352 uint8* dst_u, int dst_stride_u, in BayerToI420() argument 364 dst_u = dst_u + (halfheight - 1) * dst_stride_u; 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() 423 dst_u += dst_stride_u; in BayerToI420() 428 ARGBToUVRow(row, 0, dst_u, dst_v, width); in BayerToI420() 501 uint8* dst_u, int dst_stride_u, \ 506 dst_u, dst_stride_u, \
|
D | planar_functions.cc | 112 uint8* dst_u, int dst_stride_u, 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() 164 dst_u += dst_stride_u; in YUY2ToI422() 174 uint8* dst_u, int dst_stride_u, 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() 226 dst_u += dst_stride_u; in UYVYToI422() 238 uint8* dst_u, int dst_stride_u, 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/ |
D | converter.cc | 52 uint8_t* dst_u = new uint8_t[u_plane_size]; in ConvertRGBAToI420Video() local 84 dst_u, DstStrideU(), in ConvertRGBAToI420Video() 89 success = AddYUVToFile(dst_y, y_plane_size, dst_u, u_plane_size, in ConvertRGBAToI420Video() 101 delete[] dst_u; in ConvertRGBAToI420Video()
|