HomeSort by relevance Sort by last modified time
    Searched refs:percent_refresh (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.h 35 int percent_refresh; member in struct:CYCLIC_REFRESH
42 // will be refreshed every (100/percent_refresh + time_for_refresh) frames.
vp9_aq_cyclicrefresh.c 312 if (cr->percent_refresh > 0)
313 rc->baseline_gf_interval = VPXMIN(4 * (100 / cr->percent_refresh), 40);
342 block_count = cr->percent_refresh * cm->mi_rows * cm->mi_cols / 100;
435 cr->percent_refresh = 10;
436 if (cr->reduce_refresh) cr->percent_refresh = 5;
444 if (cr->percent_refresh > 0 &&
446 (4 * cpi->svc.number_temporal_layers) * (100 / cr->percent_refresh)) {
474 cr->percent_refresh = 10;
478 cr->percent_refresh = 0;
486 target_refresh = cr->percent_refresh * cm->mi_rows * cm->mi_cols / 100
    [all...]

Completed in 66 milliseconds