HomeSort by relevance Sort by last modified time
    Searched refs:C_SUB (Results 1 - 10 of 10) sorted by null

  /external/libopus/celt/
kiss_fft.c 66 C_SUB( *Fout2 , *Fout , t );
82 C_SUB( Fout2[0] , Fout[0] , t );
87 C_SUB( Fout2[1] , Fout[1] , t );
92 C_SUB( Fout2[2] , Fout[2] , t );
97 C_SUB( Fout2[3] , Fout[3] , t );
122 C_SUB( scratch0 , *Fout, Fout[2] );
125 C_SUB( Fout[2], *Fout, scratch1 );
127 C_SUB( scratch1 , Fout[1] , Fout[3] );
153 C_SUB( scratch[5] , *Fout, scratch[1] );
156 C_SUB( scratch[4] , scratch[0] , scratch[2] )
    [all...]
_kiss_fft_guts.h 43 C_SUB( res, a,b) : res = a - b
82 #define C_SUB( res, a,b)\
133 #define C_SUB( res, a,b)\
  /system/chre/external/kiss_fft/
kiss_fft.c 37 C_SUB( *Fout2 , *Fout , t );
67 C_SUB( scratch[5] , *Fout, scratch[1] );
70 C_SUB( scratch[4] , scratch[0] , scratch[2] );
71 C_SUB( Fout[m2], *Fout, scratch[3] );
115 C_SUB(scratch[0],scratch[1],scratch[2]);
169 C_SUB( scratch[10],scratch[1],scratch[4]);
171 C_SUB( scratch[9],scratch[2],scratch[3]);
182 C_SUB(*Fout1,scratch[5],scratch[6]);
191 C_SUB(*Fout3,scratch[11],scratch[12]);
kissfft.hh 116 void C_SUB( cpx_type & c,const cpx_type & a,const cpx_type & b) { c=a-b;}
172 C_SUB(scratch[0],scratch[1],scratch[2]);
217 C_SUB( scratch[10],scratch[1],scratch[4]);
219 C_SUB( scratch[9],scratch[2],scratch[3]);
234 C_SUB(*Fout1,scratch[5],scratch[6]);
249 C_SUB(*Fout3,scratch[11],scratch[12]);
kiss_fftr.c 113 C_SUB( f2k, fpk , fpnk );
148 C_SUB (tmp, fk, fnkc);
151 C_SUB (st->tmpbuf[ncfft - k], fek, fok);
_kiss_fft_guts.h 40 C_SUB( res, a,b) : res = a - b
106 #define C_SUB( res, a,b)\
  /external/speex/libspeex/
kiss_fft.c 77 C_SUB( *Fout2 , *Fout , t );
114 C_SUB( scratch[5] , *Fout, scratch[1] );
117 C_SUB( scratch[4] , scratch[0] , scratch[2] );
118 C_SUB( Fout[m2], *Fout, scratch[3] );
146 C_SUB( scratch[5] , *Fout, scratch[1] );
149 C_SUB( scratch[4] , scratch[0] , scratch[2] );
152 C_SUB( Fout[m2], *Fout, scratch[3] );
193 C_SUB(scratch[0],scratch[1],scratch[2]);
249 C_SUB( scratch[10],scratch[1],scratch[4]);
251 C_SUB( scratch[9],scratch[2],scratch[3])
    [all...]
kiss_fftr.c 126 C_SUB( f2k, fpk , fpnk );
160 C_SUB (tmp, fk, fnkc);
163 C_SUB (st->tmpbuf[ncfft - k], fek, fok);
215 C_SUB( f2k, fpk , fpnk );
286 C_SUB (tmp, fk, fnkc);
289 C_SUB (st->tmpbuf[ncfft - k], fek, fok);
_kiss_fft_guts.h 43 C_SUB( res, a,b) : res = a - b
111 #define C_SUB( res, a,b)\
  /external/libopus/celt/mips/
kiss_fft_mipsr1.h 137 C_SUB( scratch[10],scratch[1],scratch[4]);
139 C_SUB( scratch[9],scratch[2],scratch[3]);
149 C_SUB(*Fout1,scratch[5],scratch[6]);
159 C_SUB(*Fout3,scratch[11],scratch[12]);

Completed in 127 milliseconds