Searched refs:f_boost (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | firstpass.c | 1626 int *f_boost, in calc_arf_boost() argument 1682 *f_boost = (int)(boost_score * 100.0) >> 4; in calc_arf_boost() 1735 return (*f_boost + *b_boost); in calc_arf_boost() 1768 int f_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() 1948 (f_boost > 100) ) in define_gf_group()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1181 int *f_boost, int *b_boost) { in calc_arf_boost() argument 1221 *f_boost = (int)boost_score; in calc_arf_boost() 1259 arf_boost = (*f_boost + *b_boost); in calc_arf_boost() 1432 int f_boost = 0; in define_gf_group() local 1584 rc->gfu_boost = calc_arf_boost(cpi, 0, (i - 1), (i - 1), &f_boost, in define_gf_group()
|