Searched refs:calc_arf_boost (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1203 static int calc_arf_boost(VP9_COMP *cpi, int offset, in calc_arf_boost() function 1690 rc->gfu_boost = calc_arf_boost(cpi, 0, (i - 1), (i - 1), &f_boost, in define_gf_group()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 1619 static int calc_arf_boost( in calc_arf_boost() function 1932 alt_boost = calc_arf_boost( cpi, 0, (i-1), (i-1), &f_boost, &b_boost ); in define_gf_group()
|