Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c547 static int calculate_boost_bits(int frame_count, int boost, in calculate_boost_bits() function
1051 gf_arf_bits = calculate_boost_bits(rc->baseline_gf_interval, rc->gfu_boost, in define_gf_group()
1438 kf_bits = calculate_boost_bits((rc->frames_to_key - 1), rc->kf_boost, in find_next_key_frame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2081 static int calculate_boost_bits(int frame_count, int boost, in calculate_boost_bits() function
2319 arf_depth_bits[idx] = calculate_boost_bits( in allocate_gf_group_bits()
2693 gf_arf_bits = calculate_boost_bits((rc->baseline_gf_interval - 1), in define_gf_group()
3082 kf_bits = calculate_boost_bits((rc->frames_to_key - 1), rc->kf_boost, in find_next_key_frame()