Searched refs:RGBAToYRow_NEON (Results 1 – 15 of 15) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_any.cc | 343 ANY11(RGBAToYRow_Any_NEON, RGBAToYRow_NEON, 0, 4, 1, 7)
|
D | row_neon.cc | 2329 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int pix) { in RGBAToYRow_NEON() function
|
D | row_neon64.cc | 2301 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int pix) { in RGBAToYRow_NEON() function
|
D | convert.cc | 759 RGBAToYRow = RGBAToYRow_NEON; in RGBAToI420()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 1961 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_NEON() function
|
D | row_neon64.cc | 1992 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_NEON() function
|
D | row_any.cc | 580 ANY11(RGBAToYRow_Any_NEON, RGBAToYRow_NEON, 0, 4, 1, 7)
|
D | convert.cc | 912 RGBAToYRow = RGBAToYRow_NEON; in RGBAToI420()
|
/external/libyuv/files/source/ |
D | row_neon.cc | 1961 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_NEON() function
|
D | row_neon64.cc | 1992 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_NEON() function
|
D | row_any.cc | 642 ANY11(RGBAToYRow_Any_NEON, RGBAToYRow_NEON, 0, 4, 1, 7)
|
D | convert.cc | 1378 RGBAToYRow = RGBAToYRow_NEON; in RGBAToI420()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 621 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int pix);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 946 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1088 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width);
|