Searched refs:RAWToARGBRow_NEON (Results 1 – 15 of 15) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 767 void RAWToARGBRow_NEON(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_NEON() function
|
D | row_neon64.cc | 806 void RAWToARGBRow_NEON(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_NEON() function
|
D | row_any.cc | 631 ANY11(RAWToARGBRow_Any_NEON, RAWToARGBRow_NEON, 0, 3, 4, 7)
|
D | convert_argb.cc | 1251 RAWToARGBRow = RAWToARGBRow_NEON; in RAWToARGB()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_any.cc | 370 ANY11(RAWToARGBRow_Any_NEON, RAWToARGBRow_NEON, 0, 3, 4, 7)
|
D | row_neon.cc | 950 void RAWToARGBRow_NEON(const uint8* src_raw, uint8* dst_argb, int pix) { in RAWToARGBRow_NEON() function
|
D | convert_argb.cc | 533 RAWToARGBRow = RAWToARGBRow_NEON; in RAWToARGB()
|
D | row_neon64.cc | 931 void RAWToARGBRow_NEON(const uint8* src_raw, uint8* dst_argb, int pix) { in RAWToARGBRow_NEON() function
|
/external/libyuv/files/source/ |
D | row_neon.cc | 773 void RAWToARGBRow_NEON(const uint8* src_raw, uint8* dst_argb, int width) { in RAWToARGBRow_NEON() function
|
D | row_neon64.cc | 768 void RAWToARGBRow_NEON(const uint8* src_raw, uint8* dst_argb, int width) { in RAWToARGBRow_NEON() function
|
D | row_any.cc | 547 ANY11(RAWToARGBRow_Any_NEON, RAWToARGBRow_NEON, 0, 3, 4, 7)
|
D | convert_argb.cc | 1044 RAWToARGBRow = RAWToARGBRow_NEON; in RAWToARGB()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 871 void RAWToARGBRow_NEON(const uint8* src_raw, uint8* dst_argb, int pix);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1566 void RAWToARGBRow_NEON(const uint8* src_raw, uint8* dst_argb, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1619 void RAWToARGBRow_NEON(const uint8_t* src_raw, uint8_t* dst_argb, int width);
|