Home
last modified time | relevance | path

Searched refs:count_lost (Results 1 – 3 of 3) sorted by relevance

/external/speex/libspeex/
Dnb_celp.c968 st->count_lost=0; in nb_decoder_init()
1030 if (st->count_lost<10) in nb_decode_lost()
1031 fact = attenuation[st->count_lost]; in nb_decode_lost()
1057 …pitch_val = st->last_pitch + SHR32((spx_int32_t)speex_rand(1+st->count_lost, &st->seed),SIG_SHIFT); in nb_decode_lost()
1074 st->count_lost++; in nb_decode_lost()
1223 st->count_lost=0; in nb_decode()
1233 if (st->count_lost) in nb_decode()
1250 if (st->first || st->count_lost) in nb_decode()
1357 st->count_lost, offset, st->last_pitch_gain, 0); in nb_decode()
1468 if (st->lpc_enh_enabled && SUBMODE(comb_gain)>0 && !st->count_lost) in nb_decode()
[all …]
Dltp.c667 int count_lost, in pitch_unquant_3tap() argument
699 if (count_lost && pitch > subframe_offset) in pitch_unquant_3tap()
704 spx_word16_t tmp = count_lost < 4 ? last_pitch_gain : SHR16(last_pitch_gain,1); in pitch_unquant_3tap()
708 spx_word16_t tmp = count_lost < 4 ? last_pitch_gain : 0.5 * last_pitch_gain; in pitch_unquant_3tap()
817 int count_lost, in forced_pitch_unquant() argument
Dnb_celp.h126 int count_lost; /**< Was the last frame lost? */ member