Searched refs:RAWToARGBRow_NEON (Results 1 – 7 of 7) sorted by relevance
/external/libyuv/files/source/ |
D | row_neon.cc | 619 void RAWToARGBRow_NEON(const uint8* src_raw, uint8* dst_argb, int pix) { in RAWToARGBRow_NEON() function
|
/external/libvpx/libvpx/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/include/libyuv/ |
D | row.h | 301 void RAWToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 870 void RAWToARGBRow_NEON(const uint8* src_raw, uint8* dst_argb, int pix);
|