Home
last modified time | relevance | path

Searched refs:last_pitch (Results 1 – 4 of 4) sorted by relevance

/external/speex/libspeex/
Dnb_celp.h152 int last_pitch; /**< Pitch of last correctly decoded frame */ member
Dnb_celp.c967 st->last_pitch = 40; in nb_decoder_init()
1057 …pitch_val = st->last_pitch + SHR32((spx_int32_t)speex_rand(1+st->count_lost, &st->seed),SIG_SHIFT); in nb_decode_lost()
1561 st->last_pitch = best_pitch; in nb_decode()
/external/chromium_org/third_party/speex/libspeex/
Dnb_celp.h152 int last_pitch; /**< Pitch of last correctly decoded frame */ member
Dnb_celp.c967 st->last_pitch = 40; in nb_decoder_init()
1057 …pitch_val = st->last_pitch + SHR32((spx_int32_t)speex_rand(1+st->count_lost, &st->seed),SIG_SHIFT); in nb_decode_lost()
1561 st->last_pitch = best_pitch; in nb_decode()