OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:C_MUL
(Results
1 - 8
of
8
) 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/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.c
75
C_MUL
(t, *Fout2 , *tw1);
110
C_MUL
(scratch[0],Fout[m] , *tw1 );
111
C_MUL
(scratch[1],Fout[m2] , *tw2 );
112
C_MUL
(scratch[2],Fout[m3] , *tw3 );
189
C_MUL
(scratch[1],Fout[m] , *tw1);
190
C_MUL
(scratch[2],Fout[m2] , *tw2);
243
C_MUL
(scratch[1] ,*Fout1, tw[u*fstride]);
244
C_MUL
(scratch[2] ,*Fout2, tw[2*u*fstride]);
245
C_MUL
(scratch[3] ,*Fout3, tw[3*u*fstride]);
246
C_MUL
(scratch[4] ,*Fout4, tw[4*u*fstride])
[
all
...]
_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)
kiss_fftr.c
127
C_MUL
( tw , f2k , st->super_twiddles[k]);
161
C_MUL
(fok, tmp, st->super_twiddles[k]);
217
C_MUL
( tw , f2k , st->super_twiddles[k]);
230
C_MUL
( tw , f2k , st->super_twiddles[k]);
287
C_MUL
(fok, tmp, st->super_twiddles[k]);
/external/libopus/celt/
kiss_fft.c
149
C_MUL
(scratch[0],Fout[m] , *tw1 );
150
C_MUL
(scratch[1],Fout[m2] , *tw2 );
151
C_MUL
(scratch[2],Fout[m3] , *tw3 );
207
C_MUL
(scratch[1],Fout[m] , *tw1);
208
C_MUL
(scratch[2],Fout[m2] , *tw2);
275
C_MUL
(scratch[1] ,*Fout1, tw[u*fstride]);
276
C_MUL
(scratch[2] ,*Fout2, tw[2*u*fstride]);
277
C_MUL
(scratch[3] ,*Fout3, tw[3*u*fstride]);
278
C_MUL
(scratch[4] ,*Fout4, tw[4*u*fstride]);
_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)
Completed in 60 milliseconds