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

  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.h 68 int reduce_refresh; member in struct:CYCLIC_REFRESH
vp9_aq_cyclicrefresh.c 415 cr->reduce_refresh = 0;
416 if (count_sel<(3 * count_tot)>> 2) cr->reduce_refresh = 1;
436 if (cr->reduce_refresh) cr->percent_refresh = 5;
513 cr->reduce_refresh = 0;

Completed in 49 milliseconds