Searched refs:J400ToARGBRow_NEON (Results 1 – 15 of 15) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 364 void J400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_NEON() function
|
D | row_neon64.cc | 395 void J400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_NEON() function
|
D | row_any.cc | 512 ANY11(J400ToARGBRow_Any_NEON, J400ToARGBRow_NEON, 0, 1, 4, 7)
|
D | convert_argb.cc | 1062 J400ToARGBRow = J400ToARGBRow_NEON; in J400ToARGB()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_any.cc | 300 ANY11(J400ToARGBRow_Any_NEON, J400ToARGBRow_NEON, 0, 1, 4, 7)
|
D | row_neon.cc | 566 void J400ToARGBRow_NEON(const uint8* src_y, in J400ToARGBRow_NEON() function
|
D | convert_argb.cc | 364 J400ToARGBRow = J400ToARGBRow_NEON; in J400ToARGB()
|
D | row_neon64.cc | 543 void J400ToARGBRow_NEON(const uint8* src_y, in J400ToARGBRow_NEON() function
|
/external/libyuv/files/source/ |
D | row_neon.cc | 421 void J400ToARGBRow_NEON(const uint8* src_y, uint8* dst_argb, int width) { in J400ToARGBRow_NEON() function
|
D | row_neon64.cc | 422 void J400ToARGBRow_NEON(const uint8* src_y, uint8* dst_argb, int width) { in J400ToARGBRow_NEON() function
|
D | row_any.cc | 428 ANY11(J400ToARGBRow_Any_NEON, J400ToARGBRow_NEON, 0, 1, 4, 7)
|
D | convert_argb.cc | 847 J400ToARGBRow = J400ToARGBRow_NEON; in J400ToARGB()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 941 void J400ToARGBRow_NEON(const uint8* src_y, uint8* dst_argb, int pix);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1716 void J400ToARGBRow_NEON(const uint8* src_y, uint8* dst_argb, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1795 void J400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width);
|