Searched refs:f_bit_deviation (Results 1 – 1 of 1) sorted by relevance
281 float f_bit_deviation; in ihevce_sub_pic_rc_in_data() local311 f_bit_deviation = ((i8_acc_bits_consumed * 1.0) / bits_estimated); in ihevce_sub_pic_rc_in_data()314 if((f_bit_deviation > 1.075) || in ihevce_sub_pic_rc_in_data()315 ((f_bit_deviation < 0.8) && in ihevce_sub_pic_rc_in_data()337 if(f_bit_deviation > f_qp_increase_limit) in ihevce_sub_pic_rc_in_data()339 f_bit_deviation = f_qp_increase_limit; in ihevce_sub_pic_rc_in_data()348 f_qscale_avg_factor * f_bit_deviation * (1 << QP_LEVEL_MOD_ACT_FACTOR); in ihevce_sub_pic_rc_in_data()357 if(f_bit_deviation > f_qp_increase_limit) in ihevce_sub_pic_rc_in_data()359 f_bit_deviation = f_qp_increase_limit; in ihevce_sub_pic_rc_in_data()368 f_qscale_avg_factor * f_bit_deviation * (1 << QP_LEVEL_MOD_ACT_FACTOR); in ihevce_sub_pic_rc_in_data()