Home
last modified time | relevance | path

Searched defs:src_rgba (Results 1 – 19 of 19) sorted by relevance

/external/libyuv/files/source/
Drow_neon64.cc810 void SplitARGBRow_NEON(const uint8_t* src_rgba, in SplitARGBRow_NEON()
911 void SplitXRGBRow_NEON(const uint8_t* src_rgba, in SplitXRGBRow_NEON()
2362 void RGBAToUVRow_NEON(const uint8_t* src_rgba, in RGBAToUVRow_NEON()
2817 void RGBAToYMatrixRow_NEON(const uint8_t* src_rgba, in RGBAToYMatrixRow_NEON()
2850 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_NEON()
2854 void RGBAToYJRow_NEON(const uint8_t* src_rgba, uint8_t* dst_yj, int width) { in RGBAToYJRow_NEON()
Drow_neon.cc1993 void RGBAToUVRow_NEON(const uint8_t* src_rgba, in RGBAToUVRow_NEON()
2572 void RGBAToYMatrixRow_NEON(const uint8_t* src_rgba, in RGBAToYMatrixRow_NEON()
2604 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_NEON()
2608 void RGBAToYJRow_NEON(const uint8_t* src_rgba, uint8_t* dst_yj, int width) { in RGBAToYJRow_NEON()
Drow_gcc.cc1404 void RGBAToYJRow_SSSE3(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYJRow_SSSE3()
1491 void RGBAToYJRow_AVX2(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYJRow_AVX2()
1989 void RGBAToYRow_SSSE3(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_SSSE3()
2069 void RGBAToUVRow_SSSE3(const uint8_t* src_rgba, in RGBAToUVRow_SSSE3()
Dconvert_from_argb.cc2275 int RGBAToJ400(const uint8_t* src_rgba, in RGBAToJ400()
Drow_lsx.cc1097 void RGBAToYRow_LSX(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_LSX()
1125 void RGBAToUVRow_LSX(const uint8_t* src_rgba, in RGBAToUVRow_LSX()
Dconvert.cc1808 int RGBAToI420(const uint8_t* src_rgba, in RGBAToI420()
Dconvert_argb.cc2816 int RGBAToARGB(const uint8_t* src_rgba, in RGBAToARGB()
/external/libvpx/third_party/libyuv/source/
Drow_neon.cc1506 void RGBAToUVRow_NEON(const uint8_t* src_rgba, in RGBAToUVRow_NEON()
1961 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_NEON()
Drow_neon64.cc1552 void RGBAToUVRow_NEON(const uint8_t* src_rgba, in RGBAToUVRow_NEON()
1992 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_NEON()
Dconvert.cc873 int RGBAToI420(const uint8_t* src_rgba, in RGBAToI420()
Dconvert_argb.cc1144 int RGBAToARGB(const uint8_t* src_rgba, in RGBAToARGB()
Drow_gcc.cc1650 void RGBAToYRow_SSSE3(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_SSSE3()
/external/libaom/third_party/libyuv/source/
Dconvert_from_argb.cc2088 int RGBAToJ400(const uint8_t* src_rgba, in RGBAToJ400()
Drow_neon64.cc1741 void RGBAToUVRow_NEON(const uint8_t* src_rgba, in RGBAToUVRow_NEON()
2165 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_NEON()
Drow_neon.cc1587 void RGBAToUVRow_NEON(const uint8_t* src_rgba, in RGBAToUVRow_NEON()
2033 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_NEON()
Drow_gcc.cc1190 void RGBAToYJRow_SSSE3(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYJRow_SSSE3()
1274 void RGBAToYJRow_AVX2(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYJRow_AVX2()
1772 void RGBAToYRow_SSSE3(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_SSSE3()
Dconvert.cc1238 int RGBAToI420(const uint8_t* src_rgba, in RGBAToI420()
Dconvert_argb.cc1787 int RGBAToARGB(const uint8_t* src_rgba, in RGBAToARGB()
/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp592 int* src_rgba, int* dst_rgba) in convertNormalizedUnsignedFixedPoint()