Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dvbr.h44 extern const float vbr_nb_thresh[9][11];
Dvbr.c50 const float vbr_nb_thresh[9][11]={ variable
Dnb_celp.c465 thresh = vbr_nb_thresh[mode][v1]; in nb_encode()
467 …thresh = (st->vbr_quality-v1)*vbr_nb_thresh[mode][v1+1] + (1+v1-st->vbr_quality)*vbr_nb_thresh[mod… in nb_encode()