Home
last modified time | relevance | path

Searched refs:C_MUL4 (Results 1 – 2 of 2) sorted by relevance

/external/speex/libspeex/
D_kiss_fft_guts.h71 # define C_MUL4(m,a,b) \ macro
93 #define C_MUL4(m,a,b) C_MUL(m,a,b) macro
Dkiss_fft.c140 C_MUL4(scratch[0],Fout[m] , *tw1 ); in kf_bfly4()
141 C_MUL4(scratch[1],Fout[m2] , *tw2 ); in kf_bfly4()
142 C_MUL4(scratch[2],Fout[m3] , *tw3 ); in kf_bfly4()