Home
last modified time | relevance | path

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

/external/libopus/celt/mips/
Dkiss_fft_mipsr1.h35 #define S_MUL_ADD(a, b, c, d) (S_MUL(a,b)+S_MUL(c,d)) macro
39 static inline int S_MUL_ADD(int a, int b, int c, int d) { in S_MUL_ADD() function