Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c144 static const int rd_boost_factor[16] = { 64, 32, 32, 32, 24, 16, 12, 12, variable
176 rdmult += ((rdmult * rd_boost_factor[boost_index]) >> 7); in vp9_compute_rd_mult()