OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:S_MUL
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
_kiss_fft_guts.h
58
# define
S_MUL
(a,b) MULT16_32_Q15(b, a)
61
do{ (m).r = SUB32(
S_MUL
((a).r,(b).r) ,
S_MUL
((a).i,(b).i)); \
62
(m).i = ADD32(
S_MUL
((a).r,(b).i) ,
S_MUL
((a).i,(b).r)); }while(0)
65
do{ (m).r = ADD32(
S_MUL
((a).r,(b).r) ,
S_MUL
((a).i,(b).i)); \
66
(m).i = SUB32(
S_MUL
((a).i,(b).r) ,
S_MUL
((a).r,(b).i)); }while(0)
69
do{ (m).r = SHR32(SUB32(
S_MUL
((a).r,(b).r) , S_MUL((a).i,(b).i)),2);
[
all
...]
/external/speex/libspeex/
_kiss_fft_guts.h
65
# define
S_MUL
(a,b) sround( smul(a,b) )
88
# define
S_MUL
(a,b) ( (a)*(b) )
Completed in 1024 milliseconds