OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:count_lost
(Results
1 - 3
of
3
) sorted by null
/external/speex/libspeex/
ltp.c
667
int
count_lost
,
699
if (
count_lost
&& pitch > subframe_offset)
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;
817
int
count_lost
,
nb_celp.c
968
st->
count_lost
=0;
[
all
...]
nb_celp.h
126
int
count_lost
; /**< Was the last frame lost? */
member in struct:DecState
Completed in 3400 milliseconds