Searched refs:RGB565ToARGBRow_NEON (Results 1 – 15 of 15) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_any.cc | 373 ANY11(RGB565ToARGBRow_Any_NEON, RGB565ToARGBRow_NEON, 0, 2, 4, 7)
|
D | row_neon.cc | 982 void RGB565ToARGBRow_NEON(const uint8* src_rgb565, uint8* dst_argb, int pix) { in RGB565ToARGBRow_NEON() function
|
D | convert_argb.cc | 591 RGB565ToARGBRow = RGB565ToARGBRow_NEON; in RGB565ToARGB()
|
D | row_neon64.cc | 966 void RGB565ToARGBRow_NEON(const uint8* src_rgb565, uint8* dst_argb, int pix) { in RGB565ToARGBRow_NEON() function
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 813 void RGB565ToARGBRow_NEON(const uint8_t* src_rgb565, in RGB565ToARGBRow_NEON() function
|
D | row_neon64.cc | 854 void RGB565ToARGBRow_NEON(const uint8_t* src_rgb565, in RGB565ToARGBRow_NEON() function
|
D | row_any.cc | 637 ANY11(RGB565ToARGBRow_Any_NEON, RGB565ToARGBRow_NEON, 0, 2, 4, 7)
|
D | convert_argb.cc | 1318 RGB565ToARGBRow = RGB565ToARGBRow_NEON; in RGB565ToARGB()
|
/external/libyuv/files/source/ |
D | row_neon.cc | 813 void RGB565ToARGBRow_NEON(const uint8_t* src_rgb565, in RGB565ToARGBRow_NEON() function
|
D | row_neon64.cc | 854 void RGB565ToARGBRow_NEON(const uint8_t* src_rgb565, in RGB565ToARGBRow_NEON() function
|
D | row_any.cc | 735 ANY11(RGB565ToARGBRow_Any_NEON, RGB565ToARGBRow_NEON, 0, 2, 4, 7)
|
D | convert_argb.cc | 1358 RGB565ToARGBRow = RGB565ToARGBRow_NEON; in RGB565ToARGB()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 872 void RGB565ToARGBRow_NEON(const uint8* src_rgb565, uint8* dst_argb, int pix);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1623 void RGB565ToARGBRow_NEON(const uint8_t* src_rgb565,
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1911 void RGB565ToARGBRow_NEON(const uint8_t* src_rgb565,
|