/external/libaom/libaom/third_party/libyuv/source/ |
D | convert.cc | 724 int RGBAToI420(const uint8* src_rgba, int src_stride_rgba, in RGBAToI420() argument 730 void (*RGBAToUVRow)(const uint8* src_rgba0, int src_stride_rgba, in RGBAToI420() 742 src_rgba = src_rgba + (height - 1) * src_stride_rgba; in RGBAToI420() 743 src_stride_rgba = -src_stride_rgba; in RGBAToI420() 773 RGBAToUVRow(src_rgba, src_stride_rgba, dst_u, dst_v, width); in RGBAToI420() 775 RGBAToYRow(src_rgba + src_stride_rgba, dst_y + dst_stride_y, width); in RGBAToI420() 776 src_rgba += src_stride_rgba * 2; in RGBAToI420()
|
D | row_neon.cc | 1834 void RGBAToUVRow_NEON(const uint8* src_rgba, int src_stride_rgba, in RGBAToUVRow_NEON() argument 1873 "+r"(src_stride_rgba), // %1 in RGBAToUVRow_NEON()
|
D | convert_argb.cc | 437 int RGBAToARGB(const uint8* src_rgba, int src_stride_rgba, in RGBAToARGB() argument 440 return ARGBShuffle(src_rgba, src_stride_rgba, in RGBAToARGB()
|
D | row_neon64.cc | 1815 void RGBAToUVRow_NEON(const uint8* src_rgba, int src_stride_rgba, in RGBAToUVRow_NEON() argument 1817 const uint8* src_rgba_1 = src_rgba + src_stride_rgba; in RGBAToUVRow_NEON()
|
D | row_gcc.cc | 1353 void RGBAToUVRow_SSSE3(const uint8* src_rgba0, int src_stride_rgba, in RGBAToUVRow_SSSE3() argument 1405 : "r"((intptr_t)(src_stride_rgba)), // %4 in RGBAToUVRow_SSSE3()
|
/external/libyuv/files/source/ |
D | convert.cc | 836 int src_stride_rgba, in RGBAToI420() argument 846 void (*RGBAToUVRow)(const uint8* src_rgba0, int src_stride_rgba, uint8* dst_u, in RGBAToI420() 856 src_rgba = src_rgba + (height - 1) * src_stride_rgba; in RGBAToI420() 857 src_stride_rgba = -src_stride_rgba; in RGBAToI420() 919 RGBAToUVRow(src_rgba, src_stride_rgba, dst_u, dst_v, width); in RGBAToI420() 921 RGBAToYRow(src_rgba + src_stride_rgba, dst_y + dst_stride_y, width); in RGBAToI420() 922 src_rgba += src_stride_rgba * 2; in RGBAToI420()
|
D | row_neon.cc | 1595 int src_stride_rgba, in RGBAToUVRow_NEON() argument 1635 "+r"(src_stride_rgba), // %1 in RGBAToUVRow_NEON()
|
D | row_neon64.cc | 1588 int src_stride_rgba, in RGBAToUVRow_NEON() argument 1592 const uint8* src_rgba_1 = src_rgba + src_stride_rgba; in RGBAToUVRow_NEON()
|
D | convert_argb.cc | 930 int src_stride_rgba, in RGBAToARGB() argument 935 return ARGBShuffle(src_rgba, src_stride_rgba, dst_argb, dst_stride_argb, in RGBAToARGB()
|
D | row_gcc.cc | 1434 int src_stride_rgba, in RGBAToUVRow_SSSE3() argument 1489 : "r"((intptr_t)(src_stride_rgba)), // %4 in RGBAToUVRow_SSSE3()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 874 int src_stride_rgba, in RGBAToI420() argument 884 void (*RGBAToUVRow)(const uint8_t* src_rgba0, int src_stride_rgba, in RGBAToI420() 895 src_rgba = src_rgba + (height - 1) * src_stride_rgba; in RGBAToI420() 896 src_stride_rgba = -src_stride_rgba; in RGBAToI420() 942 RGBAToUVRow(src_rgba, src_stride_rgba, dst_u, dst_v, width); in RGBAToI420() 944 RGBAToYRow(src_rgba + src_stride_rgba, dst_y + dst_stride_y, width); in RGBAToI420() 945 src_rgba += src_stride_rgba * 2; in RGBAToI420()
|
D | row_neon.cc | 1507 int src_stride_rgba, in RGBAToUVRow_NEON() argument 1541 "+r"(src_stride_rgba), // %1 in RGBAToUVRow_NEON()
|
D | row_neon64.cc | 1553 int src_stride_rgba, in RGBAToUVRow_NEON() argument 1557 const uint8_t* src_rgba_1 = src_rgba + src_stride_rgba; in RGBAToUVRow_NEON()
|
D | row_gcc.cc | 1748 int src_stride_rgba, in RGBAToUVRow_SSSE3() argument 1803 : "r"((intptr_t)(src_stride_rgba)), // %4 in RGBAToUVRow_SSSE3()
|
D | convert_argb.cc | 1145 int src_stride_rgba, in RGBAToARGB() argument 1150 return ARGBShuffle(src_rgba, src_stride_rgba, dst_argb, dst_stride_argb, in RGBAToARGB()
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 912 int src_stride_rgba, 957 int src_stride_rgba, 1010 int src_stride_rgba, 1096 int src_stride_rgba, 1131 int src_stride_rgba, 1169 int src_stride_rgba, 1214 int src_stride_rgba, 1249 int src_stride_rgba, 1289 int src_stride_rgba,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert.h | 261 int src_stride_rgba,
|
D | convert_argb.h | 518 int src_stride_rgba,
|
D | row.h | 875 int src_stride_rgba, 1037 int src_stride_rgba,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 607 void RGBAToUVRow_NEON(const uint8* src_rgba, int src_stride_rgba, 667 void RGBAToUVRow_SSSE3(const uint8* src_rgba, int src_stride_rgba, 677 void RGBAToUVRow_Any_SSSE3(const uint8* src_rgba, int src_stride_rgba, 693 void RGBAToUVRow_Any_NEON(const uint8* src_rgba, int src_stride_rgba, 715 void RGBAToUVRow_C(const uint8* src_rgba, int src_stride_rgba,
|