Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dsb_celp.h71 spx_word32_t *pi_gain; member
119 spx_word32_t *pi_gain; member
Dnb_celp.h93 spx_word32_t *pi_gain; /**< Gain of LPC filter at theta=pi (fe/2) */ member
144 spx_word32_t *pi_gain; /**< Gain of LPC filter at theta=pi (fe/2) */ member
Dsb_celp.c245 st->pi_gain = (spx_word32_t*)speex_alloc((st->nbSubframes)*sizeof(spx_word32_t)); in sb_encoder_init()
292 speex_free(st->pi_gain); in sb_encoder_destroy()
580 st->pi_gain[sub]=LPC_SCALING; in sb_encode()
585 st->pi_gain[sub] += st->interp_qlpc[i] + st->interp_qlpc[i+1]; in sb_encode()
798 st->pi_gain = (spx_word32_t*)speex_alloc((st->nbSubframes)*sizeof(spx_word32_t)); in sb_decoder_init()
828 speex_free(st->pi_gain); in sb_decoder_destroy()
1010 st->pi_gain[sub]=LPC_SCALING; in sb_decode()
1015 st->pi_gain[sub] += ak[i] + ak[i+1]; in sb_decode()
1329 g[i]=st->pi_gain[i]; in sb_encoder_ctl()
1458 g[i]=st->pi_gain[i]; in sb_decoder_ctl()
Dnb_celp.c183 st->pi_gain = (spx_word32_t*)speex_alloc((st->nbSubframes)*sizeof(spx_word32_t)); in nb_encoder_init()
233 speex_free (st->pi_gain); in nb_encoder_destroy()
683 st->pi_gain[sub] = pi_g; in nb_encode()
966 st->pi_gain = (spx_word32_t*)speex_alloc((st->nbSubframes)*sizeof(spx_word32_t)); in nb_decoder_init()
1006 speex_free (st->pi_gain); in nb_decoder_destroy()
1530 st->pi_gain[sub] = pi_g; in nb_decode()
1749 g[i]=st->pi_gain[i]; in nb_encoder_ctl()
1876 g[i]=st->pi_gain[i]; in nb_decoder_ctl()