Searched defs:src_rgba (Results 1 – 16 of 16) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_neon.cc | 1834 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()
|
D | convert_argb.cc | 437 int RGBAToARGB(const uint8* src_rgba, int src_stride_rgba, in RGBAToARGB()
|
D | row_neon64.cc | 1815 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()
|
D | convert.cc | 724 int RGBAToI420(const uint8* src_rgba, int src_stride_rgba, in RGBAToI420()
|
D | row_gcc.cc | 1258 void RGBAToYRow_SSSE3(const uint8* src_rgba, uint8* dst_y, int pix) { in RGBAToYRow_SSSE3()
|
/external/libyuv/files/source/ |
D | row_neon64.cc | 1587 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()
|
D | row_neon.cc | 1594 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()
|
D | convert.cc | 835 int RGBAToI420(const uint8* src_rgba, in RGBAToI420()
|
D | convert_argb.cc | 929 int RGBAToARGB(const uint8* src_rgba, in RGBAToARGB()
|
D | row_gcc.cc | 1333 void RGBAToYRow_SSSE3(const uint8* src_rgba, uint8* dst_y, int width) { in RGBAToYRow_SSSE3()
|
/external/libvpx/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/deqp/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 592 int* src_rgba, int* dst_rgba) in convertNormalizedUnsignedFixedPoint()
|