Searched refs:watl_thrd (Results 1 – 2 of 2) sorted by relevance
314 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()
73 RK_S32 watl_thrd; member