Searched refs:boost_index (Results 1 – 2 of 2) sorted by relevance
371 const int boost_index = AOMMIN(15, (cpi->rc.gfu_boost / 100)); in av1_compute_rd_mult() local374 rdmult += ((rdmult * rd_boost_factor[boost_index]) >> 7); in av1_compute_rd_mult()400 const int boost_index = AOMMIN(15, (cpi->rc.gfu_boost / 100)); in av1_get_adaptive_rdmult() local403 rdmult += ((rdmult * rd_boost_factor[boost_index]) >> 7); in av1_get_adaptive_rdmult()
216 const int boost_index = VPXMIN(15, (gfu_boost / 100)); in modulate_rdmult() local219 rdmult_64 += ((rdmult_64 * rd_boost_factor[boost_index]) >> 7); in modulate_rdmult()