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

  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 494 cpi->last_boost = Boost;
508 if (cpi->last_boost > 750) cpi->frames_till_gf_update_due++;
510 if (cpi->last_boost > 1000) cpi->frames_till_gf_update_due++;
512 if (cpi->last_boost > 1250) cpi->frames_till_gf_update_due++;
514 if (cpi->last_boost >= 1500) cpi->frames_till_gf_update_due++;
535 if ( cpi->oxcf.play_alternate && (cpi->last_boost > (100 +
632 if ((cpi->last_boost > 150) && (cpi->frames_till_gf_update_due > 0) &&
635 Adjustment = (cpi->last_boost - 100) >> 5;
    [all...]
onyx_int.h 429 int last_boost; member in struct:VP8_COMP
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 87 int last_boost; member in struct:__anon24804

Completed in 142 milliseconds