Searched refs:ARGBToRGB24Row_NEON (Results 1 – 9 of 9) sorted by relevance
/external/libyuv/files/source/ |
D | row_neon.cc | 658 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int pix) { in ARGBToRGB24Row_NEON() function
|
D | planar_functions.cc | 659 ARGBToRGB24Row = ARGBToRGB24Row_NEON; in ARGBToRGB24()
|
D | row_common.cc | 1062 RGBANY(ARGBToRGB24Row_Any_NEON, ARGBToRGB24Row_NEON, 3)
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 295 ANY11(ARGBToRGB24Row_Any_NEON, ARGBToRGB24Row_NEON, 0, 4, 3, 7)
|
D | row_neon.cc | 1081 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int pix) { in ARGBToRGB24Row_NEON() function
|
D | row_neon64.cc | 1079 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int pix) { in ARGBToRGB24Row_NEON() function
|
D | convert_from_argb.cc | 796 ARGBToRGB24Row = ARGBToRGB24Row_NEON; in ARGBToRGB24()
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 320 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb, int pix);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 923 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb, int pix);
|