Searched defs:src_rgba (Results 1 – 19 of 19) sorted by relevance
/external/libyuv/files/source/ |
D | row_neon64.cc | 810 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()
|
D | row_neon.cc | 1993 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()
|
D | row_gcc.cc | 1404 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()
|
D | convert_from_argb.cc | 2275 int RGBAToJ400(const uint8_t* src_rgba, in RGBAToJ400()
|
D | row_lsx.cc | 1097 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()
|
D | convert.cc | 1808 int RGBAToI420(const uint8_t* src_rgba, in RGBAToI420()
|
D | convert_argb.cc | 2816 int RGBAToARGB(const uint8_t* src_rgba, in RGBAToARGB()
|
/external/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 1506 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()
|
D | row_neon64.cc | 1552 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()
|
D | convert.cc | 873 int RGBAToI420(const uint8_t* src_rgba, in RGBAToI420()
|
D | convert_argb.cc | 1144 int RGBAToARGB(const uint8_t* src_rgba, in RGBAToARGB()
|
D | row_gcc.cc | 1650 void RGBAToYRow_SSSE3(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_SSSE3()
|
/external/libaom/third_party/libyuv/source/ |
D | convert_from_argb.cc | 2088 int RGBAToJ400(const uint8_t* src_rgba, in RGBAToJ400()
|
D | row_neon64.cc | 1741 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()
|
D | row_neon.cc | 1587 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()
|
D | row_gcc.cc | 1190 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()
|
D | convert.cc | 1238 int RGBAToI420(const uint8_t* src_rgba, in RGBAToI420()
|
D | convert_argb.cc | 1787 int RGBAToARGB(const uint8_t* src_rgba, in RGBAToARGB()
|
/external/deqp/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 592 int* src_rgba, int* dst_rgba) in convertNormalizedUnsignedFixedPoint()
|