/external/chromium_org/third_party/libyuv/source/ |
D | convert.cc | 741 int BGRAToI420(const uint8* src_bgra, int src_stride_bgra, in BGRAToI420() argument 747 void (*BGRAToUVRow)(const uint8* src_bgra0, int src_stride_bgra, in BGRAToI420() 759 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420() 760 src_stride_bgra = -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() 795 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420() 796 src_bgra += src_stride_bgra * 2; in BGRAToI420()
|
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 | planar_functions.cc | 1855 int ARGBShuffle(const uint8* src_bgra, int src_stride_bgra, in ARGBShuffle() argument 1868 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in ARGBShuffle() 1869 src_stride_bgra = -src_stride_bgra; in ARGBShuffle() 1872 if (src_stride_bgra == width * 4 && in ARGBShuffle() 1876 src_stride_bgra = dst_stride_argb = 0; in ARGBShuffle() 1891 if (IS_ALIGNED(src_bgra, 16) && IS_ALIGNED(src_stride_bgra, 16) && in ARGBShuffle() 1917 src_bgra += src_stride_bgra; in ARGBShuffle()
|
D | row_neon.cc | 1801 void BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra, in BGRAToUVRow_NEON() argument 1840 "+r"(src_stride_bgra), // %1 in BGRAToUVRow_NEON()
|
D | row_posix.cc | 1501 void BGRAToUVRow_SSSE3(const uint8* src_bgra0, int src_stride_bgra, in BGRAToUVRow_SSSE3() argument 1556 : "r"((intptr_t)(src_stride_bgra)) // %4 in BGRAToUVRow_SSSE3() 1567 void BGRAToUVRow_Unaligned_SSSE3(const uint8* src_bgra0, int src_stride_bgra, in BGRAToUVRow_Unaligned_SSSE3() argument 1626 : "r"((intptr_t)(src_stride_bgra)) // %4 in BGRAToUVRow_Unaligned_SSSE3()
|
/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 749 void (*BGRAToUVRow)(const uint8* src_bgra0, int src_stride_bgra, in BGRAToI420() 761 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420() 762 src_stride_bgra = -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() 797 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420() 798 src_bgra += src_stride_bgra * 2; in BGRAToI420()
|
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 | planar_functions.cc | 1855 int ARGBShuffle(const uint8* src_bgra, int src_stride_bgra, in ARGBShuffle() argument 1868 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in ARGBShuffle() 1869 src_stride_bgra = -src_stride_bgra; in ARGBShuffle() 1872 if (src_stride_bgra == width * 4 && in ARGBShuffle() 1876 src_stride_bgra = dst_stride_argb = 0; in ARGBShuffle() 1891 if (IS_ALIGNED(src_bgra, 16) && IS_ALIGNED(src_stride_bgra, 16) && in ARGBShuffle() 1917 src_bgra += src_stride_bgra; in ARGBShuffle()
|
D | row_neon.cc | 1800 void BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra, in BGRAToUVRow_NEON() argument 1839 "+r"(src_stride_bgra), // %1 in BGRAToUVRow_NEON()
|
D | row_neon64.cc | 1914 void BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra, in BGRAToUVRow_NEON() argument 1953 "+r"(src_stride_bgra), // %1 in BGRAToUVRow_NEON()
|
D | row_posix.cc | 1501 void BGRAToUVRow_SSSE3(const uint8* src_bgra0, int src_stride_bgra, in BGRAToUVRow_SSSE3() argument 1556 : "r"((intptr_t)(src_stride_bgra)) // %4 in BGRAToUVRow_SSSE3() 1567 void BGRAToUVRow_Unaligned_SSSE3(const uint8* src_bgra0, int src_stride_bgra, in BGRAToUVRow_Unaligned_SSSE3() argument 1626 : "r"((intptr_t)(src_stride_bgra)) // %4 in BGRAToUVRow_Unaligned_SSSE3()
|
/external/libyuv/files/source/ |
D | convert_argb.cc | 263 int BGRAToARGB(const uint8* src_bgra, int src_stride_bgra, in BGRAToARGB() argument 273 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToARGB() 274 src_stride_bgra = -src_stride_bgra; in BGRAToARGB() 281 IS_ALIGNED(src_bgra, 16) && IS_ALIGNED(src_stride_bgra, 16) && in BGRAToARGB() 289 src_bgra += src_stride_bgra; in BGRAToARGB()
|
D | row_posix.cc | 948 void BGRAToUVRow_SSSE3(const uint8* src_bgra0, int src_stride_bgra, in BGRAToUVRow_SSSE3() argument 1001 : "r"(static_cast<intptr_t>(src_stride_bgra)) in BGRAToUVRow_SSSE3() 1009 void BGRAToUVRow_Unaligned_SSSE3(const uint8* src_bgra0, int src_stride_bgra, in BGRAToUVRow_Unaligned_SSSE3() argument 1066 : "r"(static_cast<intptr_t>(src_stride_bgra)) in BGRAToUVRow_Unaligned_SSSE3()
|
D | convert.cc | 984 int BGRAToI420(const uint8* src_bgra, int src_stride_bgra, in BGRAToI420() argument 997 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420() 998 src_stride_bgra = -src_stride_bgra; in BGRAToI420() 1001 void (*BGRAToUVRow)(const uint8* src_bgra0, int src_stride_bgra, 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() 1028 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420() 1029 src_bgra += src_stride_bgra * 2; in BGRAToI420()
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
D | row.h | 581 void BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra, 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, 677 void BGRAToUVRow_Any_NEON(const uint8* src_bgra, int src_stride_bgra, 699 void BGRAToUVRow_C(const uint8* src_bgra, int src_stride_bgra,
|
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 | 673 void BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra, 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, 769 void BGRAToUVRow_Any_NEON(const uint8* src_bgra, int src_stride_bgra, 791 void BGRAToUVRow_C(const uint8* src_bgra, int src_stride_bgra,
|
D | planar_functions.h | 412 int ARGBShuffle(const uint8* src_bgra, int src_stride_bgra,
|