Home
last modified time | relevance | path

Searched refs:b_boost (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1517 int *f_boost, int *b_boost) { in calc_arf_boost() argument
1608 *b_boost = (int)(boost_score * 100.0) >> 4; in calc_arf_boost()
1610 return (*f_boost + *b_boost); in calc_arf_boost()
1643 int b_boost = 0; in define_gf_group() local
1792 alt_boost = calc_arf_boost(cpi, 0, (i - 1), (i - 1), &f_boost, &b_boost); in define_gf_group()
1803 (b_boost > 100) && (f_boost > 100)) in define_gf_group()
2138 int boost = (cpi->source_alt_ref_pending) ? b_boost : cpi->gfu_boost; in define_gf_group()