Searched refs:allocation_chunks (Results 1 – 4 of 4) sorted by relevance
1823 int allocation_chunks; in define_gf_group() local1859 allocation_chunks = (i * 100) + Boost; in define_gf_group()1864 allocation_chunks /= 2; in define_gf_group()1871 (int)((double)Boost * (group_bits / (double)allocation_chunks)); in define_gf_group()2009 int allocation_chunks; in define_gf_group() local2030 allocation_chunks = ((cpi->baseline_gf_interval + 1) * 100) + Boost; in define_gf_group()2044 allocation_chunks = (cpi->baseline_gf_interval * 100) + (Boost - 100); in define_gf_group()2050 allocation_chunks /= 2; in define_gf_group()2057 (cpi->twopass.gf_group_bits / (double)allocation_chunks)); in define_gf_group()2073 (int)((double)Boost * (alt_gf_grp_bits / (double)allocation_chunks)); in define_gf_group()[all …]
968 int allocation_chunks = (frames_in_section * 100) + (Boost - 100); in calc_pframe_target_size() local976 allocation_chunks /= 2; in calc_pframe_target_size()980 if ((bits_in_section >> 7) > allocation_chunks) { in calc_pframe_target_size()982 Boost * (bits_in_section / allocation_chunks); in calc_pframe_target_size()985 (Boost * bits_in_section) / allocation_chunks; in calc_pframe_target_size()
549 int allocation_chunks; in calculate_boost_bits() local554 allocation_chunks = (frame_count * 100) + boost; in calculate_boost_bits()560 allocation_chunks /= divisor; in calculate_boost_bits()564 return AOMMAX((int)(((int64_t)boost * total_group_bits) / allocation_chunks), in calculate_boost_bits()
2083 int allocation_chunks; in calculate_boost_bits() local2088 allocation_chunks = (frame_count * NORMAL_BOOST) + boost; in calculate_boost_bits()2094 allocation_chunks /= divisor; in calculate_boost_bits()2098 return VPXMAX((int)(((int64_t)boost * total_group_bits) / allocation_chunks), in calculate_boost_bits()