Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_model_v2.c314 if (preset_bit + ctx->stat_watl > ctx->watl_thrd) in bits_model_preset()
315 water_level = ctx->watl_thrd - ctx->bit_per_frame; in bits_model_preset()
374 if (real_bit + ctx->stat_watl > ctx->watl_thrd) in bits_model_update()
375 water_level = ctx->watl_thrd - ctx->bit_per_frame; in bits_model_update()
693 if (real_bit + p->stat_watl > p->watl_thrd) in reenc_calc_cbr_ratio()
694 water_level = p->watl_thrd - p->bit_per_frame; in reenc_calc_cbr_ratio()
1139 ctx->watl_thrd = 3 * target_bps; in bits_model_init()
1140 ctx->stat_watl = ctx->watl_thrd >> 3; in bits_model_init()
H A Drc_ctx.h73 RK_S32 watl_thrd; member