Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dilbcdec.c970 int16_t tot_gain; in do_plc() local
1161 tot_gain = use_gain; in do_plc()
1163 tot_gain = SPL_MUL_16_16_RSFT(31130, use_gain, 15); /* 0.95*use_gain */ in do_plc()
1165 tot_gain = SPL_MUL_16_16_RSFT(29491, use_gain, 15); /* 0.9*use_gain */ in do_plc()
1169 plc_residual[i] = SPL_MUL_16_16_RSFT(tot_gain, (pitchfact * plc_residual[i] + (32767 - pitchfact) * randvec[i] + 16384) >> 15, 15); in do_plc()

Completed in 3 milliseconds