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

/external/speex/libspeex/
H A Dvbr.h44 extern const float vbr_nb_thresh[9][11];
H A Dvbr.c50 const float vbr_nb_thresh[9][11]={ variable
H A Dnb_celp.c465 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];

Completed in 83 milliseconds