Searched refs:UVToVURow_NEON (Results 1 – 5 of 5) sorted by relevance
/external/libyuv/files/source/ |
D | row_neon.cc | 2871 void UVToVURow_NEON(const uint8_t* src_uv, uint8_t* dst_vu, int width) { in UVToVURow_NEON() function
|
D | row_neon64.cc | 3016 void UVToVURow_NEON(const uint8_t* src_uv, uint8_t* dst_vu, int width) { in UVToVURow_NEON() function
|
D | row_any.cc | 714 ANY11(UVToVURow_Any_NEON, UVToVURow_NEON, 0, 2, 2, 15)
|
D | planar_functions.cc | 547 UVToVURow = UVToVURow_NEON; in NV21ToNV12()
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 3376 void UVToVURow_NEON(const uint8_t* src_uv, uint8_t* dst_vu, int width);
|