Home
last modified time | relevance | path

Searched refs:gain_3tap_to_1tap (Results 1 – 3 of 3) sorted by relevance

/external/speex/libspeex/
Dltp.h46 #define gain_3tap_to_1tap(g) (ABS(g[1]) + (g[0]>0 ? g[0] : -SHR16(g[0],1)) + (g[2]>0 ? g[2] : -SHR1… 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
Dltp.c712 gain_sum = gain_3tap_to_1tap(gain); in pitch_unquant_3tap()
Dnb_celp.c1364 tmp = gain_3tap_to_1tap(pitch_gain); in nb_decode()