Searched refs:src_rgba (Results 1 - 12 of 12) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert.cc687 int RGBAToI420(const uint8* src_rgba, int src_stride_rgba, argument
695 void (*RGBAToYRow)(const uint8* src_rgba, uint8* dst_y, int width) =
697 if (!src_rgba ||
705 src_rgba = src_rgba + (height - 1) * src_stride_rgba;
736 RGBAToUVRow(src_rgba, src_stride_rgba, dst_u, dst_v, width);
737 RGBAToYRow(src_rgba, dst_y, width);
738 RGBAToYRow(src_rgba + src_stride_rgba, dst_y + dst_stride_y, width);
739 src_rgba += src_stride_rgba * 2;
745 RGBAToUVRow(src_rgba,
[all...]
H A Drow_neon64.cc1628 void RGBAToUVRow_NEON(const uint8* src_rgba, int src_stride_rgba, argument
1630 const uint8* src_rgba_1 = src_rgba + src_stride_rgba;
1656 : "+r"(src_rgba), // %0
2092 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int width) { argument
2110 : "+r"(src_rgba), // %0
H A Drow_neon.cc1654 void RGBAToUVRow_NEON(const uint8* src_rgba, int src_stride_rgba, argument
1657 "add %1, %0, %1 \n" // src_stride + src_rgba
1691 : "+r"(src_rgba), // %0
2138 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int width) { argument
2156 : "+r"(src_rgba), // %0
H A Dconvert_argb.cc873 int RGBAToARGB(const uint8* src_rgba, int src_stride_rgba, argument
876 return ARGBShuffle(src_rgba, src_stride_rgba,
H A Drow_gcc.cc1337 void RGBAToYRow_SSSE3(const uint8* src_rgba, uint8* dst_y, int width) { argument
1362 : "+r"(src_rgba), // %0
/external/libyuv/files/source/
H A Dconvert.cc835 int RGBAToI420(const uint8* src_rgba, argument
848 void (*RGBAToYRow)(const uint8* src_rgba, uint8* dst_y, int width) =
850 if (!src_rgba || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) {
856 src_rgba = src_rgba + (height - 1) * src_stride_rgba;
919 RGBAToUVRow(src_rgba, src_stride_rgba, dst_u, dst_v, width);
920 RGBAToYRow(src_rgba, dst_y, width);
921 RGBAToYRow(src_rgba + src_stride_rgba, dst_y + dst_stride_y, width);
922 src_rgba += src_stride_rgba * 2;
928 RGBAToUVRow(src_rgba,
[all...]
H A Drow_neon64.cc1587 void RGBAToUVRow_NEON(const uint8* src_rgba, argument
1592 const uint8* src_rgba_1 = src_rgba + src_stride_rgba;
1618 : "+r"(src_rgba), // %0
2069 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int width) { argument
2087 : "+r"(src_rgba), // %0
H A Drow_neon.cc1594 void RGBAToUVRow_NEON(const uint8* src_rgba, argument
1600 "add %1, %0, %1 \n" // src_stride + src_rgba
1634 : "+r"(src_rgba), // %0
2096 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int width) { argument
2114 : "+r"(src_rgba), // %0
H A Dconvert_argb.cc929 int RGBAToARGB(const uint8* src_rgba, argument
935 return ARGBShuffle(src_rgba, src_stride_rgba, dst_argb, dst_stride_argb,
H A Drow_gcc.cc1333 void RGBAToYRow_SSSE3(const uint8* src_rgba, uint8* dst_y, int width) { argument
1359 : "+r"(src_rgba), // %0
/external/libyuv/files/include/libyuv/
H A Drow.h871 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, uint
[all...]
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Drow.h656 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, in
[all...]

Completed in 234 milliseconds