Searched refs:calc_arf_boost (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 1516 static int calc_arf_boost(VP8_COMP *cpi, int offset, int f_frames, int b_frames, in calc_arf_boost() function 1792 alt_boost = calc_arf_boost(cpi, 0, (i - 1), (i - 1), &f_boost, &b_boost); in define_gf_group()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 2046 static int calc_arf_boost(VP9_COMP *cpi, int f_frames, int b_frames) { in calc_arf_boost() function 2204 calc_arf_boost(cpi, end - mid + 1, mid - start) >> depth); in find_arf_order()
|