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

/external/speex/libspeex/
H A Dnb_celp.h126 int count_lost; /**< Was the last frame lost? */ member in struct:DecState
H A Dltp.c667 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,
655 pitch_unquant_3tap( spx_word16_t exc[], spx_word32_t exc_out[], int start, int end, spx_word16_t pitch_coef, const void *par, int nsf, int *pitch_val, spx_word16_t *gain_val, SpeexBits *bits, char *stack, int count_lost, int subframe_offset, spx_word16_t last_pitch_gain, int cdbk_offset ) argument
805 forced_pitch_unquant( spx_word16_t exc[], spx_word32_t exc_out[], int start, int end, spx_word16_t pitch_coef, const void *par, int nsf, int *pitch_val, spx_word16_t *gain_val, SpeexBits *bits, char *stack, int count_lost, int subframe_offset, spx_word16_t last_pitch_gain, int cdbk_offset ) argument
H A Dnb_celp.c968 st->count_lost=0;
1030 if (st->count_lost<10)
1031 fact = attenuation[st->count_lost];
1057 pitch_val = st->last_pitch + SHR32((spx_int32_t)speex_rand(1+st->count_lost, &st->seed),SIG_SHIFT);
1074 st->count_lost++;
1223 st->count_lost=0;
1233 if (st->count_lost)
1250 if (st->first || st->count_lost)
1357 st->count_lost, offset, st->last_pitch_gain, 0);
1468 if (st->lpc_enh_enabled && SUBMODE(comb_gain)>0 && !st->count_lost)
[all...]

Completed in 101 milliseconds