Home
last modified time | relevance | path

Searched refs:src_stride_rgba (Results 1 – 20 of 20) sorted by relevance

/external/libaom/libaom/third_party/libyuv/source/
Dconvert.cc724 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()
Drow_neon.cc1834 void RGBAToUVRow_NEON(const uint8* src_rgba, int src_stride_rgba, in RGBAToUVRow_NEON() argument
1873 "+r"(src_stride_rgba), // %1 in RGBAToUVRow_NEON()
Dconvert_argb.cc437 int RGBAToARGB(const uint8* src_rgba, int src_stride_rgba, in RGBAToARGB() argument
440 return ARGBShuffle(src_rgba, src_stride_rgba, in RGBAToARGB()
Drow_neon64.cc1815 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()
Drow_gcc.cc1353 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/
Dconvert.cc836 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()
Drow_neon.cc1595 int src_stride_rgba, in RGBAToUVRow_NEON() argument
1635 "+r"(src_stride_rgba), // %1 in RGBAToUVRow_NEON()
Drow_neon64.cc1588 int src_stride_rgba, in RGBAToUVRow_NEON() argument
1592 const uint8* src_rgba_1 = src_rgba + src_stride_rgba; in RGBAToUVRow_NEON()
Dconvert_argb.cc930 int src_stride_rgba, in RGBAToARGB() argument
935 return ARGBShuffle(src_rgba, src_stride_rgba, dst_argb, dst_stride_argb, in RGBAToARGB()
Drow_gcc.cc1434 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/
Dconvert.cc874 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()
Drow_neon.cc1507 int src_stride_rgba, in RGBAToUVRow_NEON() argument
1541 "+r"(src_stride_rgba), // %1 in RGBAToUVRow_NEON()
Drow_neon64.cc1553 int src_stride_rgba, in RGBAToUVRow_NEON() argument
1557 const uint8_t* src_rgba_1 = src_rgba + src_stride_rgba; in RGBAToUVRow_NEON()
Drow_gcc.cc1748 int src_stride_rgba, in RGBAToUVRow_SSSE3() argument
1803 : "r"((intptr_t)(src_stride_rgba)), // %4 in RGBAToUVRow_SSSE3()
Dconvert_argb.cc1145 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/
Drow.h912 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/
Dconvert.h261 int src_stride_rgba,
Dconvert_argb.h518 int src_stride_rgba,
Drow.h875 int src_stride_rgba,
1037 int src_stride_rgba,
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Drow.h607 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,