Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dvar_based_part.c382 int64_t qi_diff_low = last_qindex - QINDEX_LOW_THR; in set_vbp_thresholds() local
388 threshold_base = (qi_diff_low * threshold_base_high + in set_vbp_thresholds()
392 thresholds[2] = ((qi_diff_low * threshold_base) + in set_vbp_thresholds()
395 thresholds[3] = ((qi_diff_low * (threshold_base << 5)) + in set_vbp_thresholds()