Searched refs:InterleaveHigh32 (Results 1 – 2 of 2) sorted by relevance
652 inline uint8x8_t InterleaveHigh32(const uint8x8_t a, const uint8x8_t b) { in InterleaveHigh32() function663 inline int8x8_t InterleaveHigh32(const int8x8_t a, const int8x8_t b) { in InterleaveHigh32() function
117 const int8x8_t a3_ma3 = InterleaveHigh32(a3, vneg_s8(a3)); in Filter4()