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

  /external/libopus/celt/arm/
kiss_fft_armv4.h 35 #undef C_MUL
36 #define C_MUL(m,a,b) \
42 "#C_MUL\n\t" \
kiss_fft_armv5e.h 41 #undef C_MUL
42 #define C_MUL(m,a,b) \
50 "#C_MUL\n\t" \
  /external/libopus/celt/
_kiss_fft_guts.h 41 C_MUL(m,a,b) : m = a*b
60 # define C_MUL(m,a,b) \
107 #define C_MUL(m,a,b) \
114 #define C_MUL4(m,a,b) C_MUL(m,a,b)
  /external/libopus/celt/mips/
kiss_fft_mipsr1.h 56 #undef C_MUL
57 # define C_MUL(m,a,b) (m=C_MUL_fun(a,b))
131 C_MUL(scratch[1] ,*Fout1, tw[u*fstride]);
132 C_MUL(scratch[2] ,*Fout2, tw[2*u*fstride]);
133 C_MUL(scratch[3] ,*Fout3, tw[3*u*fstride]);
134 C_MUL(scratch[4] ,*Fout4, tw[4*u*fstride]);
  /external/speex/libspeex/
_kiss_fft_guts.h 41 C_MUL(m,a,b) : m = a*b
67 # define C_MUL(m,a,b) \
89 #define C_MUL(m,a,b) \
93 #define C_MUL4(m,a,b) C_MUL(m,a,b)
  /system/chre/external/kiss_fft/
_kiss_fft_guts.h 38 C_MUL(m,a,b) : m = a*b
69 # define C_MUL(m,a,b) \
87 #define C_MUL(m,a,b) \
kissfft.hh 115 void C_MUL( cpx_type & c,const cpx_type & a,const cpx_type & b) { c=a*b;}
168 C_MUL(scratch[1],Fout[m] , *tw1);
169 C_MUL(scratch[2],Fout[m2] , *tw2);
211 C_MUL(scratch[1] ,*Fout1, tw[u*fstride]);
212 C_MUL(scratch[2] ,*Fout2, tw[2*u*fstride]);
213 C_MUL(scratch[3] ,*Fout3, tw[3*u*fstride]);
214 C_MUL(scratch[4] ,*Fout4, tw[4*u*fstride]);
284 C_MUL(t,scratchbuf[q] , twiddles[twidx] );

Completed in 144 milliseconds