Searched refs:rd_boost_factor (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.c | 165 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/ |
D | rd.c | 344 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()
|