Searched defs:boost_index (Results 1 – 6 of 6) sorted by relevance
/external/libaom/av1/encoder/ |
D | rd.c | 413 const int layer_depth, const int boost_index, in av1_compute_rd_mult() 475 const int boost_index = AOMMIN(15, (cpi->ppi->p_rc.gfu_boost / 100)); in av1_get_adaptive_rdmult() local 766 const int boost_index = AOMMIN(15, (cpi->ppi->p_rc.gfu_boost / 100)); in av1_initialize_rd_consts() local
|
D | aq_cyclicrefresh.c | 507 const int boost_index = AOMMIN(15, (cpi->ppi->p_rc.gfu_boost / 100)); in av1_cyclic_refresh_setup() local
|
D | encodeframe_utils.h | 309 const int boost_index = AOMMIN(15, (cpi->ppi->p_rc.gfu_boost / 100)); in set_rdmult() local
|
D | tpl_model.c | 1221 const int boost_index = AOMMIN(15, (cpi->ppi->p_rc.gfu_boost / 100)); in init_mc_flow_dispenser() local 1879 const int boost_index = AOMMIN(15, (cpi->ppi->p_rc.gfu_boost / 100)); in av1_tpl_rdmult_setup_sb() local
|
D | av1_quantize.c | 749 const int boost_index = AOMMIN(15, (cpi->ppi->p_rc.gfu_boost / 100)); in av1_init_plane_quantizers() local
|
/external/libvpx/vp9/encoder/ |
D | vp9_rd.c | 286 const int boost_index = VPXMIN(15, (gfu_boost / 100)); in modulate_rdmult() local
|