Home
last modified time | relevance | path

Searched refs:pre_target_bits_fix_count (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_ctx.h61 RK_S64 pre_target_bits_fix_count; member
H A Drc_model_v2.c645 p->pre_target_bits_fix_count = p->pre_target_bits_fix_count + p->pre_target_bits_fix; in calc_cbr_ratio()
646 …if (p->pre_real_bits_count > MAX_BIT_COUNT_VALUE || p->pre_target_bits_fix_count > MAX_BIT_COUNT_V… in calc_cbr_ratio()
648 p->pre_target_bits_fix_count = 0; in calc_cbr_ratio()
1606 p->pre_target_bits_fix_count = 0; in rc_model_v2_hal_start()
1688 if (p->pre_target_bits_fix_count * 90 / 100 > p->pre_real_bits_count) { in rc_model_v2_hal_start()
1690 } else if (p->pre_target_bits_fix_count * 100 / 100 > p->pre_real_bits_count) { in rc_model_v2_hal_start()
1692 } else if (p->pre_target_bits_fix_count * 107 / 100 > p->pre_real_bits_count) { in rc_model_v2_hal_start()