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

  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.h 66 double low_content_avg; member in struct:CYCLIC_REFRESH
vp9_aq_cyclicrefresh.c 290 cr->low_content_avg = (fraction_low + 3 * cr->low_content_avg) / 4;
296 if (fraction_low < 0.65 || cr->low_content_avg < 0.6) {
300 cr->low_content_avg = fraction_low;
503 if (cm->current_video_frame == 0) cr->low_content_avg = 0.0;

Completed in 252 milliseconds