OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HALF_OF
(Results
1 - 2
of
2
) sorted by null
/external/libopus/celt/
_kiss_fft_guts.h
160
# define
HALF_OF
(x) ((x)>>1)
164
# define
HALF_OF
(x) ((x)*_mm_set1_ps(.5f))
168
# define
HALF_OF
(x) ((x)*.5f)
/external/speex/libspeex/
_kiss_fft_guts.h
135
# define
HALF_OF
(x) ((x)>>1)
139
# define
HALF_OF
(x) ((x)*_mm_set1_ps(.5))
143
# define
HALF_OF
(x) ((x)*.5)
Completed in 91 milliseconds