Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c170 int target_refresh = cr->percent_refresh * cm->mi_rows * cm->mi_cols / 100; in vp9_cyclic_refresh_rc_bits_per_mb()
311 if (cr->percent_refresh > 0) in vp9_cyclic_refresh_set_golden_update()
312 rc->baseline_gf_interval = 4 * (100 / cr->percent_refresh); in vp9_cyclic_refresh_set_golden_update()
408 block_count = cr->percent_refresh * cm->mi_rows * cm->mi_cols / 100; in cyclic_refresh_update_map()
479 cr->percent_refresh = 10; in vp9_cyclic_refresh_update_parameters()
481 cr->percent_refresh = 5; in vp9_cyclic_refresh_update_parameters()
487 if (cr->percent_refresh > 0 && in vp9_cyclic_refresh_update_parameters()
489 (100 / cr->percent_refresh)) in vp9_cyclic_refresh_update_parameters()
Dvp9_aq_cyclicrefresh.h34 int percent_refresh; member