Home | History | Annotate | Download | only in libspeex

Lines Matching full:e_low

321    spx_word16_t e_low=0, e_high=0;
346 e_low = compute_rms16(low, st->frame_size);
449 ratio = 2*log((1.f+e_high)/(1.f+e_low));