Home
last modified time | relevance | path

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

/external/libaom/libaom/third_party/libyuv/source/
Drow_neon.cc1834 void RGBAToUVRow_NEON(const uint8* src_rgba, int src_stride_rgba, in RGBAToUVRow_NEON()
2329 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int pix) { in RGBAToYRow_NEON()
Dconvert_argb.cc437 int RGBAToARGB(const uint8* src_rgba, int src_stride_rgba, in RGBAToARGB()
Drow_neon64.cc1815 void RGBAToUVRow_NEON(const uint8* src_rgba, int src_stride_rgba, in RGBAToUVRow_NEON()
2301 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int pix) { in RGBAToYRow_NEON()
Dconvert.cc724 int RGBAToI420(const uint8* src_rgba, int src_stride_rgba, in RGBAToI420()
Drow_gcc.cc1258 void RGBAToYRow_SSSE3(const uint8* src_rgba, uint8* dst_y, int pix) { in RGBAToYRow_SSSE3()
/external/libyuv/files/source/
Drow_neon64.cc1587 void RGBAToUVRow_NEON(const uint8* src_rgba, in RGBAToUVRow_NEON()
2069 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int width) { in RGBAToYRow_NEON()
Drow_neon.cc1594 void RGBAToUVRow_NEON(const uint8* src_rgba, in RGBAToUVRow_NEON()
2096 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int width) { in RGBAToYRow_NEON()
Dconvert.cc835 int RGBAToI420(const uint8* src_rgba, in RGBAToI420()
Dconvert_argb.cc929 int RGBAToARGB(const uint8* src_rgba, in RGBAToARGB()
Drow_gcc.cc1333 void RGBAToYRow_SSSE3(const uint8* src_rgba, uint8* dst_y, int width) { in RGBAToYRow_SSSE3()
/external/libvpx/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/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp592 int* src_rgba, int* dst_rgba) in convertNormalizedUnsignedFixedPoint()