OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_pitch_gain
(Results
1 - 4
of
4
) sorted by null
/external/speex/libspeex/
ltp.h
96
spx_word16_t
last_pitch_gain
,
139
spx_word16_t
last_pitch_gain
,
nb_celp.h
153
spx_word16_t
last_pitch_gain
; /**< Pitch gain of last correctly decoded frame */
member in struct:DecState
ltp.c
669
spx_word16_t
last_pitch_gain
,
704
spx_word16_t tmp = count_lost < 4 ?
last_pitch_gain
: SHR16(
last_pitch_gain
,1);
708
spx_word16_t tmp = count_lost < 4 ?
last_pitch_gain
: 0.5 *
last_pitch_gain
;
819
spx_word16_t
last_pitch_gain
,
nb_celp.c
[
all
...]
Completed in 77 milliseconds