Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1627 int *b_boost ) in calc_arf_boost() argument
1733 *b_boost = (int)(boost_score * 100.0) >> 4; in calc_arf_boost()
1735 return (*f_boost + *b_boost); in calc_arf_boost()
1769 int b_boost = 0; in define_gf_group() local
1934 alt_boost = calc_arf_boost( cpi, 0, (i-1), (i-1), &f_boost, &b_boost ); in define_gf_group()
1947 (b_boost > 100) && in define_gf_group()
2303 ? b_boost : cpi->gfu_boost; in define_gf_group()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1516 int *f_boost, int *b_boost) { in calc_arf_boost() argument
1595 *b_boost = (int)boost_score; in calc_arf_boost()
1597 arf_boost = (*f_boost + *b_boost); in calc_arf_boost()
1882 int b_boost = 0; in define_gf_group() local
2037 &b_boost); in define_gf_group()