Searched refs:ARGBToRGB565Row_NEON (Results 1 – 15 of 15) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_any.cc | 297 ANY11(ARGBToRGB565Row_Any_NEON, ARGBToRGB565Row_NEON, 0, 4, 2, 7)
|
D | row_neon.cc | 1331 void ARGBToRGB565Row_NEON(const uint8* src_argb, uint8* dst_rgb565, int pix) { in ARGBToRGB565Row_NEON() function
|
D | row_neon64.cc | 1345 void ARGBToRGB565Row_NEON(const uint8* src_argb, uint8* dst_rgb565, int pix) { in ARGBToRGB565Row_NEON() function
|
D | convert_from_argb.cc | 961 ARGBToRGB565Row = ARGBToRGB565Row_NEON; in ARGBToRGB565()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 1131 void ARGBToRGB565Row_NEON(const uint8_t* src_argb, in ARGBToRGB565Row_NEON() function
|
D | row_neon64.cc | 1187 void ARGBToRGB565Row_NEON(const uint8_t* src_argb, in ARGBToRGB565Row_NEON() function
|
D | convert_from_argb.cc | 1107 ARGBToRGB565Row = ARGBToRGB565Row_NEON; in ARGBToRGB565()
|
D | row_any.cc | 509 ANY11(ARGBToRGB565Row_Any_NEON, ARGBToRGB565Row_NEON, 0, 4, 2, 7)
|
/external/libyuv/files/source/ |
D | row_neon.cc | 1131 void ARGBToRGB565Row_NEON(const uint8_t* src_argb, in ARGBToRGB565Row_NEON() function
|
D | row_neon64.cc | 1187 void ARGBToRGB565Row_NEON(const uint8_t* src_argb, in ARGBToRGB565Row_NEON() function
|
D | convert_from_argb.cc | 1428 ARGBToRGB565Row = ARGBToRGB565Row_NEON; in ARGBToRGB565()
|
D | row_any.cc | 547 ANY11(ARGBToRGB565Row_Any_NEON, ARGBToRGB565Row_NEON, 0, 4, 2, 7)
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 926 void ARGBToRGB565Row_NEON(const uint8* src_argb, uint8* dst_rgb, int pix);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1757 void ARGBToRGB565Row_NEON(const uint8_t* src_argb,
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 2068 void ARGBToRGB565Row_NEON(const uint8_t* src_argb,
|