Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dspeexdec.c350 #define gain_3tap_to_1tap(g) (FFABS(g[1]) + (g[0] > 0.f ? g[0] : -.5f * g[0]) + (g[2] > 0.f ? g[2] : -.5f * g[2])) macro
378 gain_sum = gain_3tap_to_1tap(gain); in pitch_unquant_3tap()
1025 tmp = gain_3tap_to_1tap(pitch_gain); in nb_decode()

Completed in 4 milliseconds