Searched refs:vbr_nb_thresh (Results 1 – 3 of 3) sorted by relevance
44 extern const float vbr_nb_thresh[9][11];
50 const float vbr_nb_thresh[9][11]={ variable
465 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()