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

  /external/libopus/celt/
kiss_fft.c 67 C_ADDTO( *Fout , t );
83 C_ADDTO( Fout[0] , t );
88 C_ADDTO( Fout[1] , t );
93 C_ADDTO( Fout[2] , t );
98 C_ADDTO( Fout[3] , t );
123 C_ADDTO(*Fout, Fout[2]);
126 C_ADDTO( *Fout , scratch1 );
154 C_ADDTO(*Fout, scratch[1]);
161 C_ADDTO( *Fout , scratch[3] );
220 C_ADDTO(*Fout,scratch[3])
    [all...]
_kiss_fft_guts.h 45 C_ADDTO( res , a) : res += a
85 #define C_ADDTO( res , a)\
139 #define C_ADDTO( res , a)\
  /system/chre/external/kiss_fft/
kissfft.hh 117 void C_ADDTO( cpx_type & c,const cpx_type & a) { c+=a;}
180 C_ADDTO(*Fout,scratch[3]);
184 C_ADDTO( Fout[m] , cpx_type( -scratch[0].imag(),scratch[0].real() ) );
221 C_ADDTO( *Fout0, scratch[7]);
222 C_ADDTO( *Fout0, scratch[8]);
285 C_ADDTO( Fout[ k ] ,t);
kiss_fft.c 38 C_ADDTO( *Fout , t );
68 C_ADDTO(*Fout, scratch[1]);
75 C_ADDTO( *Fout , scratch[3] );
124 C_ADDTO(*Fout,scratch[3]);
229 C_ADDTO( Fout[ k ] ,t);
_kiss_fft_guts.h 42 C_ADDTO( res , a) : res += a
112 #define C_ADDTO( res , a)\
  /external/speex/libspeex/
kiss_fft.c 78 C_ADDTO( *Fout , t );
115 C_ADDTO(*Fout, scratch[1]);
122 C_ADDTO( *Fout , scratch[3] );
147 C_ADDTO(*Fout, scratch[1]);
156 C_ADDTO( *Fout , scratch[3] );
202 C_ADDTO(*Fout,scratch[3]);
314 C_ADDTO( Fout[ k ] ,t);
_kiss_fft_guts.h 45 C_ADDTO( res , a) : res += a
117 #define C_ADDTO( res , a)\

Completed in 108 milliseconds