Searched defs:yb (Results 1 - 4 of 4) sorted by relevance

/external/speex/libspeex/
H A Dkiss_fft.c226 kiss_fft_cpx ya,yb; local
228 yb = twiddles[fstride*2*m];
256 scratch[5].r = scratch[0].r + S_MUL(scratch[7].r,ya.r) + S_MUL(scratch[8].r,yb.r);
257 scratch[5].i = scratch[0].i + S_MUL(scratch[7].i,ya.r) + S_MUL(scratch[8].i,yb.r);
259 scratch[6].r = S_MUL(scratch[10].i,ya.i) + S_MUL(scratch[9].i,yb.i);
260 scratch[6].i = -S_MUL(scratch[10].r,ya.i) - S_MUL(scratch[9].r,yb.i);
265 scratch[11].r = scratch[0].r + S_MUL(scratch[7].r,yb.r) + S_MUL(scratch[8].r,ya.r);
266 scratch[11].i = scratch[0].i + S_MUL(scratch[7].i,yb.r) + S_MUL(scratch[8].i,ya.r);
267 scratch[12].r = - S_MUL(scratch[10].i,yb.i) + S_MUL(scratch[9].i,ya.i);
268 scratch[12].i = S_MUL(scratch[10].r,yb
[all...]
/external/eigen/unsupported/Eigen/src/FFT/
H A Dei_kissfft_impl.h167 Complex ya,yb; local
169 yb = twiddles[fstride*2*m];
195 (scratch[7].real()*ya.real() ) + (scratch[8].real() *yb.real() ),
196 (scratch[7].imag()*ya.real()) + (scratch[8].imag()*yb.real())
200 (scratch[10].imag()*ya.imag()) + (scratch[9].imag()*yb.imag()),
201 -(scratch[10].real()*ya.imag()) - (scratch[9].real()*yb.imag())
209 (scratch[7].real()*yb.real()) + (scratch[8].real()*ya.real()),
210 (scratch[7].imag()*yb.real()) + (scratch[8].imag()*ya.real())
214 -(scratch[10].imag()*yb.imag()) + (scratch[9].imag()*ya.imag()),
215 (scratch[10].real()*yb
[all...]
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp865 void bar(Y<A::X> ya, Y<B::X> yb) { argument
868 ya = yb;
/external/libvorbis/lib/
H A Dfloor1.c45 int yb; member in struct:lsfit_acc
426 int xa=0,ya=0,x2a=0,y2a=0,xya=0,na=0, xb=0,yb=0,x2b=0,y2b=0,xyb=0,nb=0; local
445 yb += quantized;
462 a->yb=yb;
473 double xb=0,yb=0,x2b=0,y2b=0,xyb=0,bn=0; local
482 yb+=a[i].yb + a[i].ya * weight;
491 yb+= *y0;
500 yb
[all...]

Completed in 785 milliseconds