Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c165 static const int rd_boost_factor[16] = { 64, 32, 32, 32, 24, 16, 12, 12, variable
219 rdmult_64 += ((rdmult_64 * rd_boost_factor[boost_index]) >> 7); in modulate_rdmult()
/external/libaom/libaom/av1/encoder/
Drd.c344 static const int rd_boost_factor[16] = { 64, 32, 32, 32, 24, 16, 12, 12, variable
374 rdmult += ((rdmult * rd_boost_factor[boost_index]) >> 7); in av1_compute_rd_mult()
403 rdmult += ((rdmult * rd_boost_factor[boost_index]) >> 7); in av1_get_adaptive_rdmult()