Searched defs:boost_index (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | rd.c | 416 const int layer_depth, const int boost_index, in av1_compute_rd_mult() 479 const int boost_index = AOMMIN(15, (cpi->ppi->p_rc.gfu_boost / 100)); in av1_get_adaptive_rdmult() local 771 const int boost_index = AOMMIN(15, (cpi->ppi->p_rc.gfu_boost / 100)); in av1_initialize_rd_consts() local
|
H A D | aq_cyclicrefresh.c | 564 const int boost_index = AOMMIN(15, (cpi->ppi->p_rc.gfu_boost / 100)); in av1_cyclic_refresh_setup() local
|
H A D | encodeframe_utils.h | 307 const int boost_index = AOMMIN(15, (cpi->ppi->p_rc.gfu_boost / 100)); in set_rdmult() local
|
H A D | tpl_model.c | 1312 const int boost_index = AOMMIN(15, (cpi->ppi->p_rc.gfu_boost / 100)); in init_mc_flow_dispenser() local 2026 const int boost_index = AOMMIN(15, (cpi->ppi->p_rc.gfu_boost / 100)); in av1_tpl_rdmult_setup_sb() local
|
H A D | av1_quantize.c | 790 const int boost_index = AOMMIN(15, (cpi->ppi->p_rc.gfu_boost / 100)); in av1_init_plane_quantizers() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_rd.c | 286 const int boost_index = VPXMIN(15, (gfu_boost / 100)); in modulate_rdmult() local
|