Home
last modified time | relevance | path

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

/external/libopus/celt/mips/
Dmdct_mipsr1.h107 *yp++ = S_MUL_SUB(*wp1, *xp1,*wp2, xp2[-N2]); in clt_mdct_forward()
126 *yp++ = S_MUL_SUB(*wp2, *xp2, *wp1, xp1[-N2]); in clt_mdct_forward()
148 yr = S_MUL_SUB(re,t0,im,t1); in clt_mdct_forward()
173 yr = S_MUL_SUB(fp->i,t[N4+i] , fp->r,t[i]); in clt_mdct_forward()
219 yi = S_MUL_SUB(*xp1, t[i] , *xp2, t[N4+i]); in clt_mdct_backward()
250 yi = S_MUL_SUB(re,t1 , im,t0); in clt_mdct_backward()
261 yi = S_MUL_SUB(re,t1,im,t0); in clt_mdct_backward()
Dkiss_fft_mipsr1.h36 #define S_MUL_SUB(a, b, c, d) (S_MUL(a,b)-S_MUL(c,d)) macro
47 #undef S_MUL_SUB
48 static inline int S_MUL_SUB(int a, int b, int c, int d) { in S_MUL_SUB() function
155 scratch[12].r = S_MUL_SUB(scratch[9].i,ya.i,scratch[10].i,yb.i); in kf_bfly5()
156 scratch[12].i = S_MUL_SUB(scratch[10].r,yb.i,scratch[9].r,ya.i); in kf_bfly5()