Searched refs:last_pitch (Results 1 - 2 of 2) sorted by relevance

/external/speex/libspeex/
H A Dnb_celp.h152 int last_pitch; /**< Pitch of last correctly decoded frame */ member in struct:DecState
H A Dnb_celp.c967 st->last_pitch = 40;
1057 pitch_val = st->last_pitch + SHR32((spx_int32_t)speex_rand(1+st->count_lost, &st->seed),SIG_SHIFT);
1561 st->last_pitch = best_pitch;

Completed in 38 milliseconds