/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 687 int RGBAToI420(const uint8* src_rgba, int src_stride_rgba, in RGBAToI420() argument 695 void (*RGBAToYRow)(const uint8* src_rgba, uint8* dst_y, int width) = in RGBAToI420() 697 if (!src_rgba || in RGBAToI420() 705 src_rgba = src_rgba + (height - 1) * src_stride_rgba; in RGBAToI420() 736 RGBAToUVRow(src_rgba, src_stride_rgba, dst_u, dst_v, width); in RGBAToI420() 737 RGBAToYRow(src_rgba, dst_y, width); in RGBAToI420() 738 RGBAToYRow(src_rgba + src_stride_rgba, dst_y + dst_stride_y, width); in RGBAToI420() 739 src_rgba += src_stride_rgba * 2; in RGBAToI420() 745 RGBAToUVRow(src_rgba, 0, dst_u, dst_v, width); in RGBAToI420() 746 RGBAToYRow(src_rgba, dst_y, width); in RGBAToI420()
|
D | row_neon64.cc | 1628 void RGBAToUVRow_NEON(const uint8* src_rgba, int src_stride_rgba, in RGBAToUVRow_NEON() argument 1630 const uint8* src_rgba_1 = src_rgba + src_stride_rgba; in RGBAToUVRow_NEON() 1656 : "+r"(src_rgba), // %0 in RGBAToUVRow_NEON() 2092 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int width) { in RGBAToYRow_NEON() argument 2110 : "+r"(src_rgba), // %0 in RGBAToYRow_NEON()
|
D | row_neon.cc | 1654 void RGBAToUVRow_NEON(const uint8* src_rgba, int src_stride_rgba, in RGBAToUVRow_NEON() argument 1691 : "+r"(src_rgba), // %0 in RGBAToUVRow_NEON() 2138 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int width) { in RGBAToYRow_NEON() argument 2156 : "+r"(src_rgba), // %0 in RGBAToYRow_NEON()
|
D | convert_argb.cc | 873 int RGBAToARGB(const uint8* src_rgba, int src_stride_rgba, in RGBAToARGB() argument 876 return ARGBShuffle(src_rgba, src_stride_rgba, in RGBAToARGB()
|
D | row_gcc.cc | 1337 void RGBAToYRow_SSSE3(const uint8* src_rgba, uint8* dst_y, int width) { in RGBAToYRow_SSSE3() argument 1362 : "+r"(src_rgba), // %0 in RGBAToYRow_SSSE3()
|
/external/libyuv/files/source/ |
D | convert.cc | 835 int RGBAToI420(const uint8* src_rgba, in RGBAToI420() argument 848 void (*RGBAToYRow)(const uint8* src_rgba, uint8* dst_y, int width) = in RGBAToI420() 850 if (!src_rgba || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in RGBAToI420() 856 src_rgba = src_rgba + (height - 1) * src_stride_rgba; in RGBAToI420() 919 RGBAToUVRow(src_rgba, src_stride_rgba, dst_u, dst_v, width); in RGBAToI420() 920 RGBAToYRow(src_rgba, dst_y, 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() 928 RGBAToUVRow(src_rgba, 0, dst_u, dst_v, width); in RGBAToI420() 929 RGBAToYRow(src_rgba, dst_y, width); in RGBAToI420()
|
D | row_neon64.cc | 1587 void RGBAToUVRow_NEON(const uint8* src_rgba, in RGBAToUVRow_NEON() argument 1592 const uint8* src_rgba_1 = src_rgba + src_stride_rgba; in RGBAToUVRow_NEON() 1618 : "+r"(src_rgba), // %0 in RGBAToUVRow_NEON() 2069 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int width) { in RGBAToYRow_NEON() argument 2087 : "+r"(src_rgba), // %0 in RGBAToYRow_NEON()
|
D | row_neon.cc | 1594 void RGBAToUVRow_NEON(const uint8* src_rgba, in RGBAToUVRow_NEON() argument 1634 : "+r"(src_rgba), // %0 in RGBAToUVRow_NEON() 2096 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int width) { in RGBAToYRow_NEON() argument 2114 : "+r"(src_rgba), // %0 in RGBAToYRow_NEON()
|
D | convert_argb.cc | 929 int RGBAToARGB(const uint8* src_rgba, in RGBAToARGB() argument 935 return ARGBShuffle(src_rgba, src_stride_rgba, dst_argb, dst_stride_argb, in RGBAToARGB()
|
D | row_gcc.cc | 1333 void RGBAToYRow_SSSE3(const uint8* src_rgba, uint8* dst_y, int width) { in RGBAToYRow_SSSE3() argument 1359 : "+r"(src_rgba), // %0 in RGBAToYRow_SSSE3()
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 871 void RGBAToYRow_SSSE3(const uint8* src_rgba, uint8* dst_y, int width); 911 void RGBAToUVRow_NEON(const uint8* src_rgba, 956 void RGBAToUVRow_MSA(const uint8* src_rgba, 983 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int width); 991 void RGBAToYRow_MSA(const uint8* src_rgba, uint8* dst_y, int width); 1009 void RGBAToUVRow_DSPR2(const uint8* src_rgba, 1014 void RGBAToYRow_DSPR2(const uint8* src_rgba, uint8* dst_y, int width); 1024 void RGBAToYRow_C(const uint8* src_rgba, uint8* dst_y, int width); 1034 void RGBAToYRow_Any_SSSE3(const uint8* src_rgba, uint8* dst_y, int width); 1041 void RGBAToYRow_Any_NEON(const uint8* src_rgba, uint8* dst_y, int width); [all …]
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 656 void RGBAToYRow_SSSE3(const uint8* src_rgba, uint8* dst_y, int width); 673 void RGBAToUVRow_NEON(const uint8* src_rgba, int src_stride_rgba, 687 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int width); 697 void RGBAToYRow_C(const uint8* src_rgba, uint8* dst_y, int width); 707 void RGBAToYRow_Any_SSSE3(const uint8* src_rgba, uint8* dst_y, int width); 714 void RGBAToYRow_Any_NEON(const uint8* src_rgba, uint8* dst_y, int width); 735 void RGBAToUVRow_SSSE3(const uint8* src_rgba, int src_stride_rgba, 749 void RGBAToUVRow_Any_SSSE3(const uint8* src_rgba, int src_stride_rgba, 763 void RGBAToUVRow_Any_NEON(const uint8* src_rgba, int src_stride_rgba, 785 void RGBAToUVRow_C(const uint8* src_rgba, int src_stride_rgba,
|