Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dilbcdec.c968 int16_t tot_gain; in do_plc() local
1159 tot_gain = use_gain; in do_plc()
1161 tot_gain = SPL_MUL_16_16_RSFT(31130, use_gain, 15); /* 0.95*use_gain */ in do_plc()
1163 tot_gain = SPL_MUL_16_16_RSFT(29491, use_gain, 15); /* 0.9*use_gain */ in do_plc()
1167 …plc_residual[i] = SPL_MUL_16_16_RSFT(tot_gain, (pitchfact * plc_residual[i] + (32767 - pitchfact) … in do_plc()