Lines Matching defs:boost

1538 /* Update the motion related elements to the GF arf boost calculation */
1584 /* Calculate a baseline boost number for the current frame. */
1592 /* Underlying boost factor is based on inter intra error ratio */
1600 /* Increase boost for frames where new data coming into frame
1601 * (eg zoom out). Slightly reduce boost if there is a net balance
1607 /* In extreme case boost is halved */
1645 /* Update the motion related elements to the boost calculation */
1650 /* Calculate the baseline boost number for this frame */
1696 /* Update the motion related elements to the boost calculation */
1701 /* Calculate the baseline boost number for this frame */
1795 * should contain and what level of boost is appropriate for the GF
1822 /* Update the motion related elements to the boost calculation */
1827 /* Calculate a baseline boost number for this frame */
1931 /* Alterrnative boost calculation for alt ref */
1986 /* Set max and minimum boost and hence minimum allocation */
2002 * boost number
2166 /* Set max and minimum boost and hence minimum allocation */
2178 /* boost based on inter / intra ratio of subsequent frames */
2181 /* Set max and minimum boost and hence minimum allocation */
2199 * the boost number
2300 int boost = (cpi->source_alt_ref_pending)
2303 int boost = cpi->gfu_boost;
2305 if ( boost >= 150 )
2309 pct_extra = (boost - 100) / 50;
2475 * boost and it should not be given extra bits If the previous
2476 * group was NOT coded using arf we may want to apply some boost to
3069 /* Min boost based on kf interval */
3095 /* Min KF boost */