Searched defs:ARGBToYRow_NEON (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_neon.cc | 1415 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYRow_NEON() function
|
D | row_neon64.cc | 1433 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYRow_NEON() function
|
/external/libyuv/files/source/ |
D | row_neon64.cc | 1271 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_NEON() function
|
D | row_neon.cc | 1258 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_NEON() function
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 1206 void ARGBToYRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_NEON() function
|
D | row_neon64.cc | 1263 void ARGBToYRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_NEON() function
|