Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c81 cr->rate_boost_fac > 10) in candidate_refresh_aq()
504 cr->rate_boost_fac = 15; in vp9_cyclic_refresh_update_parameters()
517 cr->rate_boost_fac = 13; in vp9_cyclic_refresh_update_parameters()
534 cr->rate_boost_fac = 10; in vp9_cyclic_refresh_update_parameters()
540 cr->rate_boost_fac = 13; in vp9_cyclic_refresh_update_parameters()
552 cr->rate_boost_fac = 10; in vp9_cyclic_refresh_update_parameters()
656 0.1 * cr->rate_boost_fac * cr->rate_ratio_qdelta)); in vp9_cyclic_refresh_setup()
Dvp9_aq_cyclicrefresh.h65 int rate_boost_fac; member
/external/libaom/libaom/av1/encoder/
Daq_cyclicrefresh.c72 cr->rate_boost_fac > 10) in candidate_refresh_aq()
361 cr->rate_boost_fac = 15; in av1_cyclic_refresh_update_parameters()
375 cr->rate_boost_fac = 13; in av1_cyclic_refresh_update_parameters()
387 cr->rate_boost_fac = 10; in av1_cyclic_refresh_update_parameters()
482 0.1 * cr->rate_boost_fac * cr->rate_ratio_qdelta)); in av1_cyclic_refresh_setup()
Daq_cyclicrefresh.h63 int rate_boost_fac; member