Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c202 static double qopt_thresholds[6] = { 99.0, 12.0, 10.0, 4.0, 2.0, 0.0 }; variable
262 sf->quant_opt_thresh = qopt_thresholds[(speed < 6) ? speed : 5]; in set_good_speed_feature_framesize_independent()