Home | History | Annotate | Download | only in libspeex

Lines Matching full:gain_med

1026    spx_word16_t gain_med;
1035 gain_med = median3(st->pitch_gain_buf[0], st->pitch_gain_buf[1], st->pitch_gain_buf[2]);
1036 if (gain_med < st->last_pitch_gain)
1037 st->last_pitch_gain = gain_med;