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

  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 558 cpi->last_boost = Boost;
575 if (cpi->last_boost > 750)
578 if (cpi->last_boost > 1000)
581 if (cpi->last_boost > 1250)
584 if (cpi->last_boost >= 1500)
605 if ( cpi->oxcf.play_alternate && (cpi->last_boost > (100 + (AF_THRESH*cpi->frames_till_gf_update_due)) ) )
701 if ((cpi->last_boost > 150) && (cpi->frames_till_gf_update_due > 0) &&
705 Adjustment = (cpi->last_boost - 100) >> 5;
    [all...]
onyx_int.h 451 int last_boost; member in struct:VP8_COMP
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 227 * cpi->last_boost) / 100;
vp9_onyx_int.h 481 int last_boost; member in struct:VP9_COMP

Completed in 1152 milliseconds