Searched refs:RGB24ToARGBRow_NEON (Results 1 – 11 of 11) sorted by relevance
/external/libyuv/files/source/ |
D | row_neon.cc | 600 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix) { in RGB24ToARGBRow_NEON() function
|
/external/chromium_org/third_party/libyuv/source/ |
D | row_any.cc | 255 YANY(RGB24ToARGBRow_Any_NEON, RGB24ToARGBRow_NEON, 3, 4, 8)
|
D | convert_argb.cc | 461 RGB24ToARGBRow = RGB24ToARGBRow_NEON; in RGB24ToARGB()
|
D | row_neon.cc | 954 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix) { in RGB24ToARGBRow_NEON() function
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 265 YANY(RGB24ToARGBRow_Any_NEON, RGB24ToARGBRow_NEON, 3, 4, 8)
|
D | convert_argb.cc | 461 RGB24ToARGBRow = RGB24ToARGBRow_NEON; in RGB24ToARGB()
|
D | row_neon.cc | 953 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix) { in RGB24ToARGBRow_NEON() function
|
D | row_neon64.cc | 1006 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix) { in RGB24ToARGBRow_NEON() function
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 300 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix);
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
D | row.h | 851 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix);
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 943 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix);
|