Searched refs:allocation_chunks (Results 1 – 3 of 3) sorted by relevance
1959 int allocation_chunks; in define_gf_group() local1994 allocation_chunks = (i * 100) + Boost; in define_gf_group()2000 allocation_chunks /= 2; in define_gf_group()2007 (double)allocation_chunks)); in define_gf_group()2154 int allocation_chunks; in define_gf_group() local2174 allocation_chunks = in define_gf_group()2189 allocation_chunks = in define_gf_group()2197 allocation_chunks /= 2; in define_gf_group()2205 (double)allocation_chunks)); in define_gf_group()2222 (double)allocation_chunks)); in define_gf_group()[all …]
1065 int allocation_chunks = (frames_in_section * 100) + (Boost - 100); in calc_pframe_target_size() local1074 allocation_chunks /= 2; in calc_pframe_target_size()1078 if ((bits_in_section >> 7) > allocation_chunks) in calc_pframe_target_size()1079 cpi->this_frame_target = Boost * (bits_in_section / allocation_chunks); in calc_pframe_target_size()1081 cpi->this_frame_target = (Boost * bits_in_section) / allocation_chunks; in calc_pframe_target_size()
1655 int allocation_chunks; in calculate_boost_bits() local1661 allocation_chunks = (frame_count * 100) + boost; in calculate_boost_bits()1667 allocation_chunks /= divisor; in calculate_boost_bits()1671 return VPXMAX((int)(((int64_t)boost * total_group_bits) / allocation_chunks), in calculate_boost_bits()