Searched refs:calc_arf_boost (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1951 static int calc_arf_boost(VP9_COMP *cpi, int f_frames, int b_frames) { in calc_arf_boost() function 2164 calc_arf_boost(cpi, end - mid + 1, mid - start) >> depth); in find_arf_order() 2633 rc->gfu_boost = calc_arf_boost(cpi, forward_frames, (i - 1)); in define_gf_group() 2636 rc->gfu_boost = VPXMIN(MAX_GF_BOOST, calc_arf_boost(cpi, 0, (i - 1))); in define_gf_group()
|
/external/libaom/libaom/av1/encoder/ |
D | pass2_strategy.c | 409 static int calc_arf_boost(AV1_COMP *cpi, int offset, int f_frames, int b_frames, in calc_arf_boost() function 961 calc_arf_boost(cpi, alt_offset, (i - 1), (i - 1), &f_boost, &b_boost); in define_gf_group()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 1525 static int calc_arf_boost(VP8_COMP *cpi, int offset, int f_frames, int b_frames, in calc_arf_boost() function 1801 alt_boost = calc_arf_boost(cpi, 0, (i - 1), (i - 1), &f_boost, &b_boost); in define_gf_group()
|