Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c176 const int boost_index = VPXMIN(15, (cpi->rc.gfu_boost / 100)); in vp9_compute_rd_mult() local
179 rdmult += ((rdmult * rd_boost_factor[boost_index]) >> 7); in vp9_compute_rd_mult()