Home
last modified time | relevance | path

Searched refs:InterleaveHigh32 (Results 1 – 2 of 2) sorted by relevance

/external/libgav1/src/dsp/arm/
Dcommon_neon.h652 inline uint8x8_t InterleaveHigh32(const uint8x8_t a, const uint8x8_t b) { in InterleaveHigh32() function
663 inline int8x8_t InterleaveHigh32(const int8x8_t a, const int8x8_t b) { in InterleaveHigh32() function
Dloop_filter_neon.cc117 const int8x8_t a3_ma3 = InterleaveHigh32(a3, vneg_s8(a3)); in Filter4()