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

  /external/libvpx/vp8/encoder/
ratectrl.c 377 if ( cpi->oxcf.play_alternate && ( (cpi->last_boost/2) > (100+(AF_THRESH*cpi->frames_till_gf_update_due)) ) )
414 //cpi->last_boost = 100;
511 cpi->last_boost = Boost;
527 if (cpi->last_boost > 750)
530 if (cpi->last_boost > 1000)
533 if (cpi->last_boost > 1250)
536 if (cpi->last_boost >= 1500)
557 if ( cpi->oxcf.play_alternate && (cpi->last_boost > (100 + (AF_THRESH*cpi->frames_till_gf_update_due)) ) )
610 cpi->last_boost = Boost;
620 if ( cpi->oxcf.play_alternate && ( (cpi->last_boost/2) > (100+(AF_THRESH*cpi->frames_till_gf_update_due)) )
    [all...]
onyx_int.h 462 int last_boost; member in struct:__anon5136

Completed in 20 milliseconds