Home | History | Annotate | Download | only in libspeex

Lines Matching refs:gain

337    /* Whole frame analysis (open-loop estimation of pitch and excitation gain) */
402 /* Compute open-loop excitation gain */
608 /*Quantize and transmit open-loop excitation gain*/
675 /* Compute analysis filter gain at w=pi (for use in SB-CELP) */
818 /* Calculate gain correction for the sub-frame (if any) */
1269 /* Get global excitation gain */
1274 /* FIXME: Perhaps we could slightly lower the gain here when the output is going to saturate? */
1384 /* Decode sub-frame gain correction */
1481 spx_word16_t gain;
1487 gain = EXTRACT16(gain32);
1491 gain = gain32;
1495 st->exc[i] = MULT16_16_Q14(gain, st->exc[i]);