Home
last modified time | relevance | path

Searched refs:C_MULC (Results 1 – 4 of 4) sorted by relevance

/external/libopus/celt/arm/
Dkiss_fft_armv4.h91 #undef C_MULC
92 #define C_MULC(m,a,b) \ macro
Dkiss_fft_armv5e.h91 #undef C_MULC
92 #define C_MULC(m,a,b) \ macro
/external/libopus/celt/
Dkiss_fft.c102 C_MULC (t, *Fout2 , *tw1); in ki_bfly2()
181 C_MULC(scratch[0],Fout[m] , *tw1 ); in ki_bfly4()
182 C_MULC(scratch[1],Fout[m2] , *tw2 ); in ki_bfly4()
183 C_MULC(scratch[2],Fout[m3] , *tw3 ); in ki_bfly4()
282 C_MULC(scratch[1],Fout[m] , *tw1); in ki_bfly3()
283 C_MULC(scratch[2],Fout[m2] , *tw2); in ki_bfly3()
410 C_MULC(scratch[1] ,*Fout1, tw[u*fstride]); in ki_bfly5()
411 C_MULC(scratch[2] ,*Fout2, tw[2*u*fstride]); in ki_bfly5()
412 C_MULC(scratch[3] ,*Fout3, tw[3*u*fstride]); in ki_bfly5()
413 C_MULC(scratch[4] ,*Fout4, tw[4*u*fstride]); in ki_bfly5()
D_kiss_fft_guts.h64 # define C_MULC(m,a,b) \ macro
111 #define C_MULC(m,a,b) \ macro