Searched refs:RGBAToYRow_NEON (Results 1 – 15 of 15) sorted by relevance
/external/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/libaom/third_party/libyuv/source/ |
D | row_neon.cc | 2033 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_NEON() function
|
D | row_neon64.cc | 2165 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_NEON() function
|
D | row_any.cc | 678 ANY11(RGBAToYRow_Any_NEON, RGBAToYRow_NEON, 0, 4, 1, 7)
|
D | convert.cc | 1277 RGBAToYRow = RGBAToYRow_NEON; in RGBAToI420()
|
/external/libyuv/files/source/ |
D | row_neon.cc | 2604 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_NEON() function
|
D | row_neon64.cc | 2850 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_NEON() function
|
D | row_any.cc | 1032 ANY11(RGBAToYRow_Any_NEON, RGBAToYRow_NEON, 0, 4, 1, 15)
|
D | convert.cc | 1853 RGBAToYRow = RGBAToYRow_NEON; in RGBAToI420()
|
/external/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/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 1150 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1363 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width);
|