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

/external/speex/libspeex/
H A Dsb_celp.h71 spx_word32_t *pi_gain; member in struct:SBEncState
119 spx_word32_t *pi_gain; member in struct:SBDecState
H A Dnb_celp.h93 spx_word32_t *pi_gain; /**< Gain of LPC filter at theta=pi (fe/2) */ member in struct:EncState
144 spx_word32_t *pi_gain; /**< Gain of LPC filter at theta=pi (fe/2) */ member in struct:DecState
H A Dsb_celp.c245 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[
[all...]
H A Dnb_celp.c183 st->pi_gain = (spx_word32_t*)speex_alloc((st->nbSubframes)*sizeof(spx_word32_t));
233 speex_free (st->pi_gain);
683 st->pi_gain[sub] = pi_g;
966 st->pi_gain = (spx_word32_t*)speex_alloc((st->nbSubframes)*sizeof(spx_word32_t));
1006 speex_free (st->pi_gain);
1530 st->pi_gain[sub] = pi_g;
1749 g[i]=st->pi_gain[i];
1876 g[i]=st->pi_gain[i];

Completed in 44 milliseconds