Searched refs:RGB565ToARGBRow_NEON (Results 1 - 10 of 10) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_argb.cc591 RGB565ToARGBRow = RGB565ToARGBRow_NEON;
H A Drow_any.cc373 ANY11(RGB565ToARGBRow_Any_NEON, RGB565ToARGBRow_NEON, 0, 2, 4, 7)
H A Drow_neon.cc982 void RGB565ToARGBRow_NEON(const uint8* src_rgb565, uint8* dst_argb, int pix) { function
H A Drow_neon64.cc966 void RGB565ToARGBRow_NEON(const uint8* src_rgb565, uint8* dst_argb, int pix) { function
/external/libyuv/files/source/
H A Drow_any.cc446 ANY11(RGB565ToARGBRow_Any_NEON, RGB565ToARGBRow_NEON, 0, 2, 4, 7)
H A Drow_neon.cc859 void RGB565ToARGBRow_NEON(const uint8* src_rgb565, uint8* dst_argb, int width) { function
H A Drow_neon64.cc850 void RGB565ToARGBRow_NEON(const uint8* src_rgb565, uint8* dst_argb, int width) { function
H A Dconvert_argb.cc1027 RGB565ToARGBRow = RGB565ToARGBRow_NEON;
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Drow.h871 void RGB565ToARGBRow_NEON(const uint8* src_rgb565, uint8* dst_argb, int pix);
/external/libyuv/files/include/libyuv/
H A Drow.h947 void RGB565ToARGBRow_NEON(const uint8* src_rgb565, uint8* dst_argb, int width);

Completed in 470 milliseconds