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

  /external/libopus/celt/
_kiss_fft_guts.h 79 #define C_ADD( res, a,b)\
126 #ifndef C_ADD
127 #define C_ADD( res, a,b)\
152 #endif /* C_ADD defined */
  /external/speex/libspeex/
_kiss_fft_guts.h 105 #define C_ADD( res, a,b)\
  /system/chre/external/kiss_fft/
_kiss_fft_guts.h 100 #define C_ADD( res, a,b)\
kissfft.hh 114 void C_ADD( cpx_type & c,const cpx_type & a,const cpx_type & b) { c=a+b;}
171 C_ADD(scratch[3],scratch[1],scratch[2]);
216 C_ADD( scratch[7],scratch[1],scratch[4]);
218 C_ADD( scratch[8],scratch[2],scratch[3]);
235 C_ADD(*Fout4,scratch[5],scratch[6]);
248 C_ADD(*Fout2,scratch[11],scratch[12]);

Completed in 87 milliseconds