Searched defs:vec_mul (Results 1 – 2 of 2) sorted by relevance
170 #define FILTER_V(dstv, vec_mul) \ argument
91 static inline vec_t vec_mul(vec_t a, uint16_t b) { in vec_mul() function220 static inline vec_t vec_mul(vec_t a, uint16_t b) { return vmulq_n_u16(a, b); } in vec_mul() function