Searched refs:stat_watl (Results 1 – 3 of 3) sorted by relevance
314 if (preset_bit + ctx->stat_watl > ctx->watl_thrd) in bits_model_preset()317 water_level = preset_bit + ctx->stat_watl - ctx->bit_per_frame; in bits_model_preset()322 ctx->stat_watl = water_level; in bits_model_preset()374 if (real_bit + ctx->stat_watl > ctx->watl_thrd) in bits_model_update()377 water_level = real_bit + ctx->stat_watl - ctx->bit_per_frame; in bits_model_update()382 ctx->stat_watl = water_level; in bits_model_update()610 …d %10d %8d", pre_real_bits, pre_target_bits, ins_bps, pre_ins_bps, target_bps, p->stat_watl >> 10); in calc_cbr_ratio()645 wl_ratio = 4 * (p->stat_watl - p->watl_base) * fluc_l / p->watl_base; in calc_cbr_ratio()693 if (real_bit + p->stat_watl > p->watl_thrd) in reenc_calc_cbr_ratio()696 water_level = real_bit + p->stat_watl - p->bit_per_frame; in reenc_calc_cbr_ratio()[all …]
74 RK_S32 stat_watl; member
69 RK_S32 stat_watl; member434 if (real_bit + ctx->stat_watl > ctx->stat_watl_thrd) in reenc_calc_cbr_ratio_smt()