Searched refs:last_boost (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.c558 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;
1048 int Boost = cpi->last_boost;
1072 * cpi->last_boost) / 10
[all...]
H A Donyx_int.h460 int last_boost; member in struct:VP8_COMP

Completed in 67 milliseconds