Searched defs:ARGBToYJRow_NEON (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_neon.cc | 1442 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYJRow_NEON() function
|
D | row_neon64.cc | 1461 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYJRow_NEON() function
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 1247 void ARGBToYJRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYJRow_NEON() function
|
D | row_neon64.cc | 1304 void ARGBToYJRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYJRow_NEON() function
|
/external/libyuv/files/source/ |
D | row_neon.cc | 1247 void ARGBToYJRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYJRow_NEON() function
|
D | row_neon64.cc | 1304 void ARGBToYJRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYJRow_NEON() function
|