Home
last modified time | relevance | path

Searched defs:vec_mul (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
Dvp8dsp_altivec.c170 #define FILTER_V(dstv, vec_mul) \ argument
/third_party/boringssl/src/crypto/hrss/
Dhrss.c91 static inline vec_t vec_mul(vec_t a, uint16_t b) { in vec_mul() function
220 static inline vec_t vec_mul(vec_t a, uint16_t b) { return vmulq_n_u16(a, b); } in vec_mul() function