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

  /external/libopus/celt/arm/
kiss_fft_armv4.h 91 #undef C_MULC
92 #define C_MULC(m,a,b) \
98 "#C_MULC\n\t" \
kiss_fft_armv5e.h 91 #undef C_MULC
92 #define C_MULC(m,a,b) \
100 "#C_MULC\n\t" \
  /external/libopus/celt/
kiss_fft.c 102 C_MULC (t, *Fout2 , *tw1);
181 C_MULC(scratch[0],Fout[m] , *tw1 );
182 C_MULC(scratch[1],Fout[m2] , *tw2 );
183 C_MULC(scratch[2],Fout[m3] , *tw3 );
282 C_MULC(scratch[1],Fout[m] , *tw1);
283 C_MULC(scratch[2],Fout[m2] , *tw2);
410 C_MULC(scratch[1] ,*Fout1, tw[u*fstride]);
411 C_MULC(scratch[2] ,*Fout2, tw[2*u*fstride]);
412 C_MULC(scratch[3] ,*Fout3, tw[3*u*fstride]);
413 C_MULC(scratch[4] ,*Fout4, tw[4*u*fstride])
    [all...]
_kiss_fft_guts.h 64 # define C_MULC(m,a,b) \
111 #define C_MULC(m,a,b) \

Completed in 42 milliseconds