Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_model_v2_smt.c148 RK_S32 win_len = mpp_clip(MPP_MAX3(gop_len, nfps, 10), 1, nfps); in bits_model_smt_init() local
186 mpp_pid_set_param(&ctx->pid_fps, 4, 6, 0, 90, win_len); in bits_model_smt_init()
187 mpp_pid_set_param(&ctx->pid_lower_i, 4, 6, 0, 100, win_len); in bits_model_smt_init()
188 mpp_pid_set_param(&ctx->pid_upper_i, 4, 6, 0, 100, win_len); in bits_model_smt_init()
214 } else if (gop_len < win_len) { in bits_model_smt_init()