Searched refs:long_rolling_actual_bits (Results 1 – 6 of 6) sorted by relevance
75 int long_rolling_actual_bits; member
1133 rc->long_rolling_actual_bits = ROUND_POWER_OF_TWO( in vp9_rc_postencode_update()1134 rc->long_rolling_actual_bits * 31 + rc->projected_frame_size, 5); in vp9_rc_postencode_update()
781 rc->long_rolling_actual_bits = rc->av_per_frame_bandwidth; in init_rate_control()
433 int long_rolling_actual_bits; member
1363 cpi->long_rolling_actual_bits = cpi->av_per_frame_bandwidth; in init_config()4552 …cpi->long_rolling_actual_bits = ((cpi->long_rolling_actual_bits * 31) + cpi->projected_frame_size … in encode_frame_to_data_rate()
1261 …current_spend_ratio = (double)cpi->long_rolling_actual_bits / (double)cpi->long_rolling_target_bit… in estimate_kf_group_q()