Searched refs:RGB24ToARGBRow_NEON (Results 1 – 15 of 15) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 749 void RGB24ToARGBRow_NEON(const uint8_t* src_rgb24, in RGB24ToARGBRow_NEON() function
|
D | row_neon64.cc | 788 void RGB24ToARGBRow_NEON(const uint8_t* src_rgb24, in RGB24ToARGBRow_NEON() function
|
D | row_any.cc | 625 ANY11(RGB24ToARGBRow_Any_NEON, RGB24ToARGBRow_NEON, 0, 3, 4, 7)
|
D | convert_argb.cc | 1192 RGB24ToARGBRow = RGB24ToARGBRow_NEON; in RGB24ToARGB()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_any.cc | 367 ANY11(RGB24ToARGBRow_Any_NEON, RGB24ToARGBRow_NEON, 0, 3, 4, 7)
|
D | row_neon.cc | 931 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix) { in RGB24ToARGBRow_NEON() function
|
D | convert_argb.cc | 483 RGB24ToARGBRow = RGB24ToARGBRow_NEON; in RGB24ToARGB()
|
D | row_neon64.cc | 911 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix) { in RGB24ToARGBRow_NEON() function
|
/external/libyuv/files/source/ |
D | row_neon.cc | 755 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int width) { in RGB24ToARGBRow_NEON() function
|
D | row_neon64.cc | 750 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int width) { in RGB24ToARGBRow_NEON() function
|
D | row_any.cc | 541 ANY11(RGB24ToARGBRow_Any_NEON, RGB24ToARGBRow_NEON, 0, 3, 4, 7)
|
D | convert_argb.cc | 977 RGB24ToARGBRow = RGB24ToARGBRow_NEON; in RGB24ToARGB()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 870 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1564 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1615 void RGB24ToARGBRow_NEON(const uint8_t* src_rgb24,
|