OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pi_gain
(Results
1 - 4
of
4
) sorted by null
/external/speex/libspeex/
sb_celp.h
71
spx_word32_t *
pi_gain
;
member in struct:SBEncState
119
spx_word32_t *
pi_gain
;
member in struct:SBDecState
nb_celp.h
93
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
sb_celp.c
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];
[
all
...]
nb_celp.c
183
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));
[
all
...]
Completed in 769 milliseconds