Searched refs:C_SUB (Results 1 - 7 of 7) sorted by relevance

/external/speex/libspeex/
H A Dkiss_fft.c77 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( scratc
[all...]
H A Dkiss_fftr.c126 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);
H A D_kiss_fft_guts.h43 C_SUB( res, a,b) : res = a - b
111 #define C_SUB( res, a,b)\ macro
/external/chromium_org/third_party/opus/src/celt/
H A Dkiss_fft.c73 C_SUB( *Fout2 , *Fout , t );
104 C_SUB( *Fout2 , *Fout , t );
140 C_SUB( scratch[5] , *Fout, scratch[1] );
143 C_SUB( scratch[4] , scratch[0] , scratch[2] );
144 C_SUB( Fout[m2], *Fout, scratch[3] );
185 C_SUB( scratch[5] , *Fout, scratch[1] );
188 C_SUB( scratch[4] , scratch[0] , scratch[2] );
189 C_SUB( Fout[m2], *Fout, scratch[3] );
236 C_SUB(scratch[0],scratch[1],scratch[2]);
286 C_SUB(scratc
[all...]
H A D_kiss_fft_guts.h43 C_SUB( res, a,b) : res = a - b
86 #define C_SUB( res, a,b)\ macro
134 #define C_SUB( res, a,b)\ macro
/external/libopus/celt/
H A Dkiss_fft.c73 C_SUB( *Fout2 , *Fout , t );
104 C_SUB( *Fout2 , *Fout , t );
140 C_SUB( scratch[5] , *Fout, scratch[1] );
143 C_SUB( scratch[4] , scratch[0] , scratch[2] );
144 C_SUB( Fout[m2], *Fout, scratch[3] );
185 C_SUB( scratch[5] , *Fout, scratch[1] );
188 C_SUB( scratch[4] , scratch[0] , scratch[2] );
189 C_SUB( Fout[m2], *Fout, scratch[3] );
236 C_SUB(scratch[0],scratch[1],scratch[2]);
286 C_SUB(scratc
[all...]
H A D_kiss_fft_guts.h43 C_SUB( res, a,b) : res = a - b
86 #define C_SUB( res, a,b)\ macro
134 #define C_SUB( res, a,b)\ macro

Completed in 51 milliseconds