Searched refs:last_qindex (Results 1 – 1 of 1) sorted by relevance
371 int last_qindex = cpi->rc.last_q[INTER_FRAME]; in set_vbp_thresholds() local372 if (last_qindex >= QINDEX_HIGH_THR) { in set_vbp_thresholds()377 } else if (last_qindex < QINDEX_LOW_THR) { in set_vbp_thresholds()382 int64_t qi_diff_low = last_qindex - QINDEX_LOW_THR; in set_vbp_thresholds()383 int64_t qi_diff_high = QINDEX_HIGH_THR - last_qindex; in set_vbp_thresholds()