Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A Dvoicin.c254 integer *lbve, *lbue, *fbve, *fbue; in voicin_() local
410 fbue = (&st->fbue); in voicin_()
504 r__1 = (*snr + *fbve / (real) max(*fbue,1)) * 63 / 64.f; in voicin_()
506 snr2 = *snr * *fbue / max(*lbue,1); in voicin_()
691 *fbue = *sfbue / 8; in voicin_()
H A Dlpcini.c221 st->fbue = 187; in init_lpc10_encoder_state()
227 st->snr = (real) (st->fbve / st->fbue << 6); in init_lpc10_encoder_state()
H A Dlpc10.h143 integer lbve, lbue, fbve, fbue; member