Home | History | Annotate | Download | only in libspeex

Lines Matching defs:eh

557       spx_word16_t eh=0;
599 eh = compute_rms16(exc, st->subframeSize);
607 g=PDIV32(MULT16_16(filter_ratio,eh),EXTEND32(ADD16(1,el)));
638 st->innov_rms_save[sub] = eh;
640 st->exc_rms[sub] = eh;
647 gc = PDIV32_16(MULT16_16(filter_ratio,1+eh),1+el);
652 /*printf ("%f %f %f %f\n", el, eh, filter_ratio, gc);*/