HomeSort by relevance Sort by last modified time
    Searched refs:count_lost (Results 1 - 3 of 3) sorted by null

  /external/speex/libspeex/
nb_celp.h 126 int count_lost; /**< Was the last frame lost? */ member in struct:DecState
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...]

Completed in 36 milliseconds