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

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 169 int avg_frame_low_motion; member in struct:__anon24804
vp9_aq_cyclicrefresh.c 317 if (rc->avg_frame_low_motion < 50 && rc->frames_since_key > 40)
430 (!cpi->use_svc && rc->avg_frame_low_motion < 55 &&
vp9_ratectrl.c 351 rc->avg_frame_low_motion = 0;
    [all...]
vp9_noise_estimate.c 143 cpi->rc.avg_frame_low_motion < (low_res ? 70 : 50)) {

Completed in 76 milliseconds