Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drd.c371 const int boost_index = AOMMIN(15, (cpi->rc.gfu_boost / 100)); in av1_compute_rd_mult() local
374 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() local
403 rdmult += ((rdmult * rd_boost_factor[boost_index]) >> 7); in av1_get_adaptive_rdmult()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c216 const int boost_index = VPXMIN(15, (gfu_boost / 100)); in modulate_rdmult() local
219 rdmult_64 += ((rdmult_64 * rd_boost_factor[boost_index]) >> 7); in modulate_rdmult()