Home | History | Annotate | Download | only in libspeex

Lines Matching refs:pi_gain

245    st->pi_gain = (spx_word32_t*)speex_alloc((st->nbSubframes)*sizeof(spx_word32_t));
292 speex_free(st->pi_gain);
580 st->pi_gain[sub]=LPC_SCALING;
585 st->pi_gain[sub] += st->interp_qlpc[i] + st->interp_qlpc[i+1];
798 st->pi_gain = (spx_word32_t*)speex_alloc((st->nbSubframes)*sizeof(spx_word32_t));
828 speex_free(st->pi_gain);
1010 st->pi_gain[sub]=LPC_SCALING;
1015 st->pi_gain[sub] += ak[i] + ak[i+1];
1329 g[i]=st->pi_gain[i];
1458 g[i]=st->pi_gain[i];