/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
D | convert.cc | 743 int BGRAToI420(const uint8* src_bgra, int src_stride_bgra, in BGRAToI420() argument 751 void (*BGRAToYRow)(const uint8* src_bgra, uint8* dst_y, int pix) = in BGRAToI420() 753 if (!src_bgra || in BGRAToI420() 761 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420() 771 if (IS_ALIGNED(src_bgra, 16) && IS_ALIGNED(src_stride_bgra, 16)) { in BGRAToI420() 795 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420() 796 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420() 797 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420() 798 src_bgra += src_stride_bgra * 2; in BGRAToI420() 804 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420() [all …]
|
D | convert_argb.cc | 371 int BGRAToARGB(const uint8* src_bgra, int src_stride_bgra, in BGRAToARGB() argument 374 return ARGBShuffle(src_bgra, src_stride_bgra, in BGRAToARGB() 382 int ARGBToBGRA(const uint8* src_bgra, int src_stride_bgra, in ARGBToBGRA() argument 385 return ARGBShuffle(src_bgra, src_stride_bgra, in ARGBToBGRA()
|
D | row_neon.cc | 1800 void BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra, in BGRAToUVRow_NEON() argument 1838 : "+r"(src_bgra), // %0 in BGRAToUVRow_NEON() 2339 void BGRAToYRow_NEON(const uint8* src_bgra, uint8* dst_y, int pix) { in BGRAToYRow_NEON() argument 2358 : "+r"(src_bgra), // %0 in BGRAToYRow_NEON()
|
D | row_neon64.cc | 1914 void BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra, in BGRAToUVRow_NEON() argument 1952 : "+r"(src_bgra), // %0 in BGRAToUVRow_NEON() 2475 void BGRAToYRow_NEON(const uint8* src_bgra, uint8* dst_y, int pix) { in BGRAToYRow_NEON() argument 2494 : "+r"(src_bgra), // %0 in BGRAToYRow_NEON()
|
D | planar_functions.cc | 1855 int ARGBShuffle(const uint8* src_bgra, int src_stride_bgra, in ARGBShuffle() argument 1859 void (*ARGBShuffleRow)(const uint8* src_bgra, uint8* dst_argb, in ARGBShuffle() 1861 if (!src_bgra || !dst_argb || in ARGBShuffle() 1868 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in ARGBShuffle() 1891 if (IS_ALIGNED(src_bgra, 16) && IS_ALIGNED(src_stride_bgra, 16) && in ARGBShuffle() 1916 ARGBShuffleRow(src_bgra, dst_argb, shuffler, width); in ARGBShuffle() 1917 src_bgra += src_stride_bgra; in ARGBShuffle()
|
D | row_posix.cc | 1427 void BGRAToYRow_SSSE3(const uint8* src_bgra, uint8* dst_y, int pix) { in BGRAToYRow_SSSE3() argument 1452 : "+r"(src_bgra), // %0 in BGRAToYRow_SSSE3() 1464 void BGRAToYRow_Unaligned_SSSE3(const uint8* src_bgra, uint8* dst_y, int pix) { in BGRAToYRow_Unaligned_SSSE3() argument 1489 : "+r"(src_bgra), // %0 in BGRAToYRow_Unaligned_SSSE3()
|
/external/chromium_org/third_party/libyuv/source/ |
D | convert.cc | 741 int BGRAToI420(const uint8* src_bgra, int src_stride_bgra, in BGRAToI420() argument 749 void (*BGRAToYRow)(const uint8* src_bgra, uint8* dst_y, int pix) = in BGRAToI420() 751 if (!src_bgra || in BGRAToI420() 759 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420() 769 if (IS_ALIGNED(src_bgra, 16) && IS_ALIGNED(src_stride_bgra, 16)) { in BGRAToI420() 793 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420() 794 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420() 795 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420() 796 src_bgra += src_stride_bgra * 2; in BGRAToI420() 802 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420() [all …]
|
D | convert_argb.cc | 371 int BGRAToARGB(const uint8* src_bgra, int src_stride_bgra, in BGRAToARGB() argument 374 return ARGBShuffle(src_bgra, src_stride_bgra, in BGRAToARGB() 382 int ARGBToBGRA(const uint8* src_bgra, int src_stride_bgra, in ARGBToBGRA() argument 385 return ARGBShuffle(src_bgra, src_stride_bgra, in ARGBToBGRA()
|
D | row_neon.cc | 1801 void BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra, in BGRAToUVRow_NEON() argument 1839 : "+r"(src_bgra), // %0 in BGRAToUVRow_NEON() 2340 void BGRAToYRow_NEON(const uint8* src_bgra, uint8* dst_y, int pix) { in BGRAToYRow_NEON() argument 2359 : "+r"(src_bgra), // %0 in BGRAToYRow_NEON()
|
D | planar_functions.cc | 1855 int ARGBShuffle(const uint8* src_bgra, int src_stride_bgra, in ARGBShuffle() argument 1859 void (*ARGBShuffleRow)(const uint8* src_bgra, uint8* dst_argb, in ARGBShuffle() 1861 if (!src_bgra || !dst_argb || in ARGBShuffle() 1868 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in ARGBShuffle() 1891 if (IS_ALIGNED(src_bgra, 16) && IS_ALIGNED(src_stride_bgra, 16) && in ARGBShuffle() 1916 ARGBShuffleRow(src_bgra, dst_argb, shuffler, width); in ARGBShuffle() 1917 src_bgra += src_stride_bgra; in ARGBShuffle()
|
D | row_posix.cc | 1427 void BGRAToYRow_SSSE3(const uint8* src_bgra, uint8* dst_y, int pix) { in BGRAToYRow_SSSE3() argument 1452 : "+r"(src_bgra), // %0 in BGRAToYRow_SSSE3() 1464 void BGRAToYRow_Unaligned_SSSE3(const uint8* src_bgra, uint8* dst_y, int pix) { in BGRAToYRow_Unaligned_SSSE3() argument 1489 : "+r"(src_bgra), // %0 in BGRAToYRow_Unaligned_SSSE3()
|
/external/libyuv/files/source/ |
D | row_posix.cc | 175 void BGRAToARGBRow_SSSE3(const uint8* src_bgra, uint8* dst_argb, int pix) { in BGRAToARGBRow_SSSE3() argument 187 : "+r"(src_bgra), // %0 in BGRAToARGBRow_SSSE3() 874 void BGRAToYRow_SSSE3(const uint8* src_bgra, uint8* dst_y, int pix) { in BGRAToYRow_SSSE3() argument 899 : "+r"(src_bgra), // %0 in BGRAToYRow_SSSE3() 911 void BGRAToYRow_Unaligned_SSSE3(const uint8* src_bgra, uint8* dst_y, int pix) { in BGRAToYRow_Unaligned_SSSE3() argument 936 : "+r"(src_bgra), // %0 in BGRAToYRow_Unaligned_SSSE3()
|
D | convert_argb.cc | 263 int BGRAToARGB(const uint8* src_bgra, int src_stride_bgra, in BGRAToARGB() argument 266 if (!src_bgra || !dst_argb || in BGRAToARGB() 273 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToARGB() 276 void (*BGRAToARGBRow)(const uint8* src_bgra, uint8* dst_argb, int pix) = in BGRAToARGB() 281 IS_ALIGNED(src_bgra, 16) && IS_ALIGNED(src_stride_bgra, 16) && in BGRAToARGB() 288 BGRAToARGBRow(src_bgra, dst_argb, width); in BGRAToARGB() 289 src_bgra += src_stride_bgra; in BGRAToARGB()
|
D | row_neon.cc | 542 void BGRAToARGBRow_NEON(const uint8* src_bgra, uint8* dst_argb, int pix) { in BGRAToARGBRow_NEON() argument 552 : "+r"(src_bgra), // %0 in BGRAToARGBRow_NEON()
|
D | convert.cc | 984 int BGRAToI420(const uint8* src_bgra, int src_stride_bgra, in BGRAToI420() argument 989 if (!src_bgra || in BGRAToI420() 997 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420() 1000 void (*BGRAToYRow)(const uint8* src_bgra, uint8* dst_y, int pix); in BGRAToI420() 1015 if (IS_ALIGNED(src_bgra, 16) && IS_ALIGNED(src_stride_bgra, 16)) { in BGRAToI420() 1026 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420() 1027 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420() 1028 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420() 1029 src_bgra += src_stride_bgra * 2; in BGRAToI420() 1035 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420() [all …]
|
D | row_common.cc | 22 void BGRAToARGBRow_C(const uint8* src_bgra, uint8* dst_argb, int width) { in BGRAToARGBRow_C() argument 25 uint8 a = src_bgra[0]; in BGRAToARGBRow_C() 26 uint8 r = src_bgra[1]; in BGRAToARGBRow_C() 27 uint8 g = src_bgra[2]; in BGRAToARGBRow_C() 28 uint8 b = src_bgra[3]; in BGRAToARGBRow_C() 34 src_bgra += 4; in BGRAToARGBRow_C()
|
D | row_win.cc | 154 void BGRAToARGBRow_SSSE3(const uint8* src_bgra, uint8* dst_argb, int pix) { in BGRAToARGBRow_SSSE3() argument
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row.h | 128 void BGRAToARGBRow_SSSE3(const uint8* src_bgra, uint8* dst_argb, int pix); 133 void BGRAToARGBRow_C(const uint8* src_bgra, uint8* dst_argb, int pix);
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
D | row.h | 557 void BGRAToYRow_SSSE3(const uint8* src_bgra, uint8* dst_y, int pix); 564 void BGRAToYRow_Unaligned_SSSE3(const uint8* src_bgra, uint8* dst_y, int pix); 581 void BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra, 597 void BGRAToYRow_NEON(const uint8* src_bgra, uint8* dst_y, int pix); 607 void BGRAToYRow_C(const uint8* src_bgra, uint8* dst_y, int pix); 617 void BGRAToYRow_Any_SSSE3(const uint8* src_bgra, uint8* dst_y, int pix); 624 void BGRAToYRow_Any_NEON(const uint8* src_bgra, uint8* dst_y, int pix); 641 void BGRAToUVRow_SSSE3(const uint8* src_bgra, int src_stride_bgra, 651 void BGRAToUVRow_Unaligned_SSSE3(const uint8* src_bgra, int src_stride_bgra, 661 void BGRAToUVRow_Any_SSSE3(const uint8* src_bgra, int src_stride_bgra, [all …]
|
D | planar_functions.h | 412 int ARGBShuffle(const uint8* src_bgra, int src_stride_bgra,
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 649 void BGRAToYRow_SSSE3(const uint8* src_bgra, uint8* dst_y, int pix); 656 void BGRAToYRow_Unaligned_SSSE3(const uint8* src_bgra, uint8* dst_y, int pix); 673 void BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra, 689 void BGRAToYRow_NEON(const uint8* src_bgra, uint8* dst_y, int pix); 699 void BGRAToYRow_C(const uint8* src_bgra, uint8* dst_y, int pix); 709 void BGRAToYRow_Any_SSSE3(const uint8* src_bgra, uint8* dst_y, int pix); 716 void BGRAToYRow_Any_NEON(const uint8* src_bgra, uint8* dst_y, int pix); 733 void BGRAToUVRow_SSSE3(const uint8* src_bgra, int src_stride_bgra, 743 void BGRAToUVRow_Unaligned_SSSE3(const uint8* src_bgra, int src_stride_bgra, 753 void BGRAToUVRow_Any_SSSE3(const uint8* src_bgra, int src_stride_bgra, [all …]
|
D | planar_functions.h | 412 int ARGBShuffle(const uint8* src_bgra, int src_stride_bgra,
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 288 void BGRAToARGBRow_SSSE3(const uint8* src_bgra, uint8* dst_argb, int pix); 297 void BGRAToARGBRow_NEON(const uint8* src_bgra, uint8* dst_argb, int pix); 303 void BGRAToARGBRow_C(const uint8* src_bgra, uint8* dst_argb, int pix);
|