Home
last modified time | relevance | path

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

/external/libopus/celt/mips/
Dkiss_fft_mipsr1.h36 #define S_MUL_SUB(a, b, c, d) (S_MUL(a,b)-S_MUL(c,d)) macro
48 static inline int S_MUL_SUB(int a, int b, int c, int d) { in S_MUL_SUB() function