Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dnb_celp.c1026 spx_word16_t gain_med; in nb_decode_lost() local
1035 gain_med = median3(st->pitch_gain_buf[0], st->pitch_gain_buf[1], st->pitch_gain_buf[2]); in nb_decode_lost()
1036 if (gain_med < st->last_pitch_gain) in nb_decode_lost()
1037 st->last_pitch_gain = gain_med; in nb_decode_lost()