HomeSort by relevance Sort by last modified time
    Searched refs:vbr_nb_thresh (Results 1 - 3 of 3) sorted by null

  /external/speex/libspeex/
vbr.h 44 extern const float vbr_nb_thresh[9][11];
vbr.c 50 const float vbr_nb_thresh[9][11]={ variable
nb_celp.c 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];
    [all...]

Completed in 379 milliseconds