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

  /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)\

Completed in 474 milliseconds