HomeSort by relevance Sort by last modified time
    Searched defs:ya (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CXX/temp/temp.res/temp.dep/
p3.cpp 42 Y<A> ya; member in namespace:E2
  /external/chromium_org/third_party/opus/src/celt/
kiss_fft.c 322 kiss_twiddle_cpx ya,yb; local
325 ya = twiddles[fstride*m];
355 scratch[5].r = scratch[0].r + S_MUL(scratch[7].r,ya.r) + S_MUL(scratch[8].r,yb.r);
356 scratch[5].i = scratch[0].i + S_MUL(scratch[7].i,ya.r) + S_MUL(scratch[8].i,yb.r);
358 scratch[6].r = S_MUL(scratch[10].i,ya.i) + S_MUL(scratch[9].i,yb.i);
359 scratch[6].i = -S_MUL(scratch[10].r,ya.i) - S_MUL(scratch[9].r,yb.i);
364 scratch[11].r = scratch[0].r + S_MUL(scratch[7].r,yb.r) + S_MUL(scratch[8].r,ya.r);
365 scratch[11].i = scratch[0].i + S_MUL(scratch[7].i,yb.r) + S_MUL(scratch[8].i,ya.r);
366 scratch[12].r = - S_MUL(scratch[10].i,yb.i) + S_MUL(scratch[9].i,ya.i);
367 scratch[12].i = S_MUL(scratch[10].r,yb.i) - S_MUL(scratch[9].r,ya.i)
391 kiss_twiddle_cpx ya,yb; local
    [all...]
  /external/libopus/celt/
kiss_fft.c 322 kiss_twiddle_cpx ya,yb; local
325 ya = twiddles[fstride*m];
355 scratch[5].r = scratch[0].r + S_MUL(scratch[7].r,ya.r) + S_MUL(scratch[8].r,yb.r);
356 scratch[5].i = scratch[0].i + S_MUL(scratch[7].i,ya.r) + S_MUL(scratch[8].i,yb.r);
358 scratch[6].r = S_MUL(scratch[10].i,ya.i) + S_MUL(scratch[9].i,yb.i);
359 scratch[6].i = -S_MUL(scratch[10].r,ya.i) - S_MUL(scratch[9].r,yb.i);
364 scratch[11].r = scratch[0].r + S_MUL(scratch[7].r,yb.r) + S_MUL(scratch[8].r,ya.r);
365 scratch[11].i = scratch[0].i + S_MUL(scratch[7].i,yb.r) + S_MUL(scratch[8].i,ya.r);
366 scratch[12].r = - S_MUL(scratch[10].i,yb.i) + S_MUL(scratch[9].i,ya.i);
367 scratch[12].i = S_MUL(scratch[10].r,yb.i) - S_MUL(scratch[9].r,ya.i)
391 kiss_twiddle_cpx ya,yb; local
    [all...]
  /external/eigen/unsupported/Eigen/src/FFT/
ei_kissfft_impl.h 168 Complex ya,yb; local
169 ya = twiddles[fstride*m];
196 (scratch[7].real()*ya.real() ) + (scratch[8].real() *yb.real() ),
197 (scratch[7].imag()*ya.real()) + (scratch[8].imag()*yb.real())
201 (scratch[10].imag()*ya.imag()) + (scratch[9].imag()*yb.imag()),
202 -(scratch[10].real()*ya.imag()) - (scratch[9].real()*yb.imag())
210 (scratch[7].real()*yb.real()) + (scratch[8].real()*ya.real()),
211 (scratch[7].imag()*yb.real()) + (scratch[8].imag()*ya.real())
215 -(scratch[10].imag()*yb.imag()) + (scratch[9].imag()*ya.imag()),
216 (scratch[10].real()*yb.imag()) - (scratch[9].real()*ya.imag()
    [all...]
  /external/libvorbis/lib/
floor1.c 38 int ya; 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
438 ya += quantized;
455 a->ya=ya;
482 yb+=a[i].yb + a[i].ya * weight;

Completed in 846 milliseconds