OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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/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_guts.h
41
C_MUL
(m,a,b) : m = a*b
60
# define
C_MUL
(m,a,b) \
108
#define
C_MUL
(m,a,b) \
115
#define C_MUL4(m,a,b)
C_MUL
(m,a,b)
kiss_fft.c
71
C_MUL
(t, *Fout2 , *tw1);
232
C_MUL
(scratch[1],Fout[m] , *tw1);
233
C_MUL
(scratch[2],Fout[m2] , *tw2);
342
C_MUL
(scratch[1] ,*Fout1, tw[u*fstride]);
343
C_MUL
(scratch[2] ,*Fout2, tw[2*u*fstride]);
344
C_MUL
(scratch[3] ,*Fout3, tw[3*u*fstride]);
345
C_MUL
(scratch[4] ,*Fout4, tw[4*u*fstride]);
Completed in 58 milliseconds