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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.h 34 int last_boost; member in struct:__anon40754
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 37 int last_boost; member in struct:__anon29572
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_ratectrl.h 48 int last_boost; member in struct:__anon17809
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
ratectrl.c 550 cpi->last_boost = Boost;
567 if (cpi->last_boost > 750)
570 if (cpi->last_boost > 1000)
573 if (cpi->last_boost > 1250)
576 if (cpi->last_boost >= 1500)
597 if ( cpi->oxcf.play_alternate && (cpi->last_boost > (100 + (AF_THRESH*cpi->frames_till_gf_update_due)) ) )
693 if ((cpi->last_boost > 150) && (cpi->frames_till_gf_update_due > 0) &&
697 Adjustment = (cpi->last_boost - 100) >> 5;
    [all...]
onyx_int.h 452 int last_boost; member in struct:VP8_COMP
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 550 cpi->last_boost = Boost;
567 if (cpi->last_boost > 750)
570 if (cpi->last_boost > 1000)
573 if (cpi->last_boost > 1250)
576 if (cpi->last_boost >= 1500)
597 if ( cpi->oxcf.play_alternate && (cpi->last_boost > (100 + (AF_THRESH*cpi->frames_till_gf_update_due)) ) )
693 if ((cpi->last_boost > 150) && (cpi->frames_till_gf_update_due > 0) &&
697 Adjustment = (cpi->last_boost - 100) >> 5;
    [all...]
onyx_int.h 455 int last_boost; member in struct:VP8_COMP
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ratectrl.c 550 cpi->last_boost = Boost;
567 if (cpi->last_boost > 750)
570 if (cpi->last_boost > 1000)
573 if (cpi->last_boost > 1250)
576 if (cpi->last_boost >= 1500)
597 if ( cpi->oxcf.play_alternate && (cpi->last_boost > (100 + (AF_THRESH*cpi->frames_till_gf_update_due)) ) )
693 if ((cpi->last_boost > 150) && (cpi->frames_till_gf_update_due > 0) &&
697 Adjustment = (cpi->last_boost - 100) >> 5;
    [all...]
onyx_int.h 455 int last_boost; member in struct:VP8_COMP

Completed in 282 milliseconds