/external/chromium_org/third_party/libyuv/source/ |
D | convert.cc | 810 int ABGRToI420(const uint8* src_abgr, int src_stride_abgr, in ABGRToI420() argument 816 void (*ABGRToUVRow)(const uint8* src_abgr0, int src_stride_abgr, in ABGRToI420() 828 src_abgr = src_abgr + (height - 1) * src_stride_abgr; in ABGRToI420() 829 src_stride_abgr = -src_stride_abgr; in ABGRToI420() 838 if (IS_ALIGNED(src_abgr, 16) && IS_ALIGNED(src_stride_abgr, 16)) { in ABGRToI420() 862 ABGRToUVRow(src_abgr, src_stride_abgr, dst_u, dst_v, width); in ABGRToI420() 864 ABGRToYRow(src_abgr + src_stride_abgr, dst_y + dst_stride_y, width); in ABGRToI420() 865 src_abgr += src_stride_abgr * 2; in ABGRToI420()
|
D | convert_argb.cc | 393 int ABGRToARGB(const uint8* src_abgr, int src_stride_abgr, in ABGRToARGB() argument 396 return ARGBShuffle(src_abgr, src_stride_abgr, in ABGRToARGB() 404 int ARGBToABGR(const uint8* src_abgr, int src_stride_abgr, in ARGBToABGR() argument 407 return ARGBShuffle(src_abgr, src_stride_abgr, in ARGBToABGR()
|
D | row_neon.cc | 1850 void ABGRToUVRow_NEON(const uint8* src_abgr, int src_stride_abgr, in ABGRToUVRow_NEON() argument 1889 "+r"(src_stride_abgr), // %1 in ABGRToUVRow_NEON()
|
D | row_posix.cc | 1785 void ABGRToUVRow_SSSE3(const uint8* src_abgr0, int src_stride_abgr, in ABGRToUVRow_SSSE3() argument 1840 : "r"((intptr_t)(src_stride_abgr)) // %4 in ABGRToUVRow_SSSE3() 1851 void ABGRToUVRow_Unaligned_SSSE3(const uint8* src_abgr0, int src_stride_abgr, in ABGRToUVRow_Unaligned_SSSE3() argument 1910 : "r"((intptr_t)(src_stride_abgr)) // %4 in ABGRToUVRow_Unaligned_SSSE3()
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
D | convert.cc | 812 int ABGRToI420(const uint8* src_abgr, int src_stride_abgr, in ABGRToI420() argument 818 void (*ABGRToUVRow)(const uint8* src_abgr0, int src_stride_abgr, in ABGRToI420() 830 src_abgr = src_abgr + (height - 1) * src_stride_abgr; in ABGRToI420() 831 src_stride_abgr = -src_stride_abgr; in ABGRToI420() 840 if (IS_ALIGNED(src_abgr, 16) && IS_ALIGNED(src_stride_abgr, 16)) { in ABGRToI420() 864 ABGRToUVRow(src_abgr, src_stride_abgr, dst_u, dst_v, width); in ABGRToI420() 866 ABGRToYRow(src_abgr + src_stride_abgr, dst_y + dst_stride_y, width); in ABGRToI420() 867 src_abgr += src_stride_abgr * 2; in ABGRToI420()
|
D | convert_argb.cc | 393 int ABGRToARGB(const uint8* src_abgr, int src_stride_abgr, in ABGRToARGB() argument 396 return ARGBShuffle(src_abgr, src_stride_abgr, in ABGRToARGB() 404 int ARGBToABGR(const uint8* src_abgr, int src_stride_abgr, in ARGBToABGR() argument 407 return ARGBShuffle(src_abgr, src_stride_abgr, in ARGBToABGR()
|
D | row_neon.cc | 1849 void ABGRToUVRow_NEON(const uint8* src_abgr, int src_stride_abgr, in ABGRToUVRow_NEON() argument 1888 "+r"(src_stride_abgr), // %1 in ABGRToUVRow_NEON()
|
D | row_neon64.cc | 1965 void ABGRToUVRow_NEON(const uint8* src_abgr, int src_stride_abgr, in ABGRToUVRow_NEON() argument 2004 "+r"(src_stride_abgr), // %1 in ABGRToUVRow_NEON()
|
D | row_posix.cc | 1785 void ABGRToUVRow_SSSE3(const uint8* src_abgr0, int src_stride_abgr, in ABGRToUVRow_SSSE3() argument 1840 : "r"((intptr_t)(src_stride_abgr)) // %4 in ABGRToUVRow_SSSE3() 1851 void ABGRToUVRow_Unaligned_SSSE3(const uint8* src_abgr0, int src_stride_abgr, in ABGRToUVRow_Unaligned_SSSE3() argument 1910 : "r"((intptr_t)(src_stride_abgr)) // %4 in ABGRToUVRow_Unaligned_SSSE3()
|
/external/libyuv/files/source/ |
D | convert_argb.cc | 297 int ABGRToARGB(const uint8* src_abgr, int src_stride_abgr, in ABGRToARGB() argument 307 src_abgr = src_abgr + (height - 1) * src_stride_abgr; in ABGRToARGB() 308 src_stride_abgr = -src_stride_abgr; in ABGRToARGB() 315 IS_ALIGNED(src_abgr, 16) && IS_ALIGNED(src_stride_abgr, 16) && in ABGRToARGB() 323 src_abgr += src_stride_abgr; in ABGRToARGB()
|
D | row_posix.cc | 1148 void ABGRToUVRow_SSSE3(const uint8* src_abgr0, int src_stride_abgr, in ABGRToUVRow_SSSE3() argument 1201 : "r"(static_cast<intptr_t>(src_stride_abgr)) in ABGRToUVRow_SSSE3() 1209 void ABGRToUVRow_Unaligned_SSSE3(const uint8* src_abgr0, int src_stride_abgr, in ABGRToUVRow_Unaligned_SSSE3() argument 1266 : "r"(static_cast<intptr_t>(src_stride_abgr)) in ABGRToUVRow_Unaligned_SSSE3()
|
D | convert.cc | 1042 int ABGRToI420(const uint8* src_abgr, int src_stride_abgr, in ABGRToI420() argument 1055 src_abgr = src_abgr + (height - 1) * src_stride_abgr; in ABGRToI420() 1056 src_stride_abgr = -src_stride_abgr; in ABGRToI420() 1059 void (*ABGRToUVRow)(const uint8* src_abgr0, int src_stride_abgr, in ABGRToI420() 1073 if (IS_ALIGNED(src_abgr, 16) && IS_ALIGNED(src_stride_abgr, 16)) { in ABGRToI420() 1084 ABGRToUVRow(src_abgr, src_stride_abgr, dst_u, dst_v, width); in ABGRToI420() 1086 ABGRToYRow(src_abgr + src_stride_abgr, dst_y + dst_stride_y, width); in ABGRToI420() 1087 src_abgr += src_stride_abgr * 2; in ABGRToI420()
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
D | row.h | 583 void ABGRToUVRow_NEON(const uint8* src_abgr, int src_stride_abgr, 643 void ABGRToUVRow_SSSE3(const uint8* src_abgr, int src_stride_abgr, 653 void ABGRToUVRow_Unaligned_SSSE3(const uint8* src_abgr, int src_stride_abgr, 663 void ABGRToUVRow_Any_SSSE3(const uint8* src_abgr, int src_stride_abgr, 679 void ABGRToUVRow_Any_NEON(const uint8* src_abgr, int src_stride_abgr, 701 void ABGRToUVRow_C(const uint8* src_abgr, int src_stride_abgr,
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 675 void ABGRToUVRow_NEON(const uint8* src_abgr, int src_stride_abgr, 735 void ABGRToUVRow_SSSE3(const uint8* src_abgr, int src_stride_abgr, 745 void ABGRToUVRow_Unaligned_SSSE3(const uint8* src_abgr, int src_stride_abgr, 755 void ABGRToUVRow_Any_SSSE3(const uint8* src_abgr, int src_stride_abgr, 771 void ABGRToUVRow_Any_NEON(const uint8* src_abgr, int src_stride_abgr, 793 void ABGRToUVRow_C(const uint8* src_abgr, int src_stride_abgr,
|