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

/external/speex/libspeex/
H A Dnb_celp.c278 spx_word16_t fine_gain; local
811 fine_gain = f;
813 fine_gain = 32767;
816 fine_gain = PDIV32_16(ener,PSHR32(ol_gain,SIG_SHIFT));
824 qe = scal_quant(fine_gain, exc_gain_quant_scal3_bound, 8);
828 qe = scal_quant(fine_gain, exc_gain_quant_scal1_bound, 2);

Completed in 37 milliseconds