Searched refs:gain_3tap_to_1tap (Results 1 – 3 of 3) sorted by relevance
46 #define gain_3tap_to_1tap(g) (ABS(g[1]) + (g[0]>0 ? g[0] : -SHR16(g[0],1)) + (g[2]>0 ? g[2] : -SHR1… macro48 #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
712 gain_sum = gain_3tap_to_1tap(gain); in pitch_unquant_3tap()
1364 tmp = gain_3tap_to_1tap(pitch_gain); in nb_decode()