OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gain_3tap_to_1tap
(Results
1 - 3
of
3
) sorted by null
/external/speex/libspeex/
ltp.h
46
#define
gain_3tap_to_1tap
(g) (ABS(g[1]) + (g[0]>0 ? g[0] : -SHR16(g[0],1)) + (g[2]>0 ? g[2] : -SHR16(g[2],1)))
macro
48
#define
gain_3tap_to_1tap
(g) (ABS(g[1]) + (g[0]>0 ? g[0] : -.5*g[0]) + (g[2]>0 ? g[2] : -.5*g[2]))
macro
ltp.c
712
gain_sum =
gain_3tap_to_1tap
(gain);
nb_celp.c
[
all
...]
Completed in 132 milliseconds