Home
last modified time | relevance | path

Searched refs:long_rolling_actual_bits (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.h75 int long_rolling_actual_bits; member
Dvp9_ratectrl.c1133 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()
Dvp9_onyx_if.c781 rc->long_rolling_actual_bits = rc->av_per_frame_bandwidth; in init_rate_control()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h433 int long_rolling_actual_bits; member
Donyx_if.c1363 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()
Dfirstpass.c1261 …current_spend_ratio = (double)cpi->long_rolling_actual_bits / (double)cpi->long_rolling_target_bit… in estimate_kf_group_q()