Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_ctx.h78 RK_S32 watl_thrd; member
H A Drc_model_v2.c337 if (preset_bit + ctx->stat_watl > ctx->watl_thrd) in bits_model_preset()
338 water_level = ctx->watl_thrd - ctx->bit_per_frame; in bits_model_preset()
397 if (real_bit + ctx->stat_watl > ctx->watl_thrd) in bits_model_update()
398 water_level = ctx->watl_thrd - ctx->bit_per_frame; in bits_model_update()
728 if (real_bit + p->stat_watl > p->watl_thrd) in reenc_calc_cbr_ratio()
729 water_level = p->watl_thrd - p->bit_per_frame; in reenc_calc_cbr_ratio()
1184 ctx->watl_thrd = 3 * target_bps; in bits_model_init()
1185 ctx->stat_watl = ctx->watl_thrd >> 3; in bits_model_init()