Home | History | Annotate | Download | only in libspeex

Lines Matching refs:vbr_nb_thresh

465                thresh = vbr_nb_thresh[mode][v1];
467 thresh = (st->vbr_quality-v1)*vbr_nb_thresh[mode][v1+1] + (1+v1-st->vbr_quality)*vbr_nb_thresh[mode][v1];