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

  /external/libopus/celt/
_kiss_fft_guts.h 83 #define C_ADD( res, a,b)\
127 #ifndef C_ADD
128 #define C_ADD( res, a,b)\
153 #endif /* C_ADD defined */
kiss_fft.c 142 C_ADD( scratch[3] , scratch[0] , scratch[2] );
187 C_ADD( scratch[3] , scratch[0] , scratch[2] );
235 C_ADD(scratch[3],scratch[1],scratch[2]);
285 C_ADD(scratch[3],scratch[1],scratch[2]);
347 C_ADD( scratch[7],scratch[1],scratch[4]);
349 C_ADD( scratch[8],scratch[2],scratch[3]);
362 C_ADD(*Fout4,scratch[5],scratch[6]);
369 C_ADD(*Fout2,scratch[11],scratch[12]);
415 C_ADD( scratch[7],scratch[1],scratch[4]);
417 C_ADD( scratch[8],scratch[2],scratch[3])
    [all...]
  /external/speex/libspeex/
kiss_fftr.c 125 C_ADD( f1k, fpk , fpnk );
159 C_ADD (fek, fk, fnkc);
162 C_ADD (st->tmpbuf[k], fek, fok);
214 C_ADD( f1k, fpk , fpnk );
285 C_ADD (fek, fk, fnkc);
288 C_ADD (st->tmpbuf[k], fek, fok);
kiss_fft.c 116 C_ADD( scratch[3] , scratch[0] , scratch[2] );
148 C_ADD( scratch[3] , scratch[0] , scratch[2] );
192 C_ADD(scratch[3],scratch[1],scratch[2]);
248 C_ADD( scratch[7],scratch[1],scratch[4]);
250 C_ADD( scratch[8],scratch[2],scratch[3]);
263 C_ADD(*Fout4,scratch[5],scratch[6]);
270 C_ADD(*Fout2,scratch[11],scratch[12]);
_kiss_fft_guts.h 105 #define C_ADD( res, a,b)\

Completed in 83 milliseconds