Searched refs:mpp_pid_set_param (Results 1 – 3 of 3) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/inc/ |
| H A D | mpp_rc.h | 130 void mpp_pid_set_param(MppPIDCtx *p, RK_S32 coef_p, RK_S32 coef_i, RK_S32 coef_d, RK_S32 div, RK_S3…
|
| /rockchip-linux_mpp/mpp/codec/rc/ |
| H A D | rc_model_v2_smt.c | 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() 189 mpp_pid_set_param(&ctx->pid_lower_all, 4, 6, 0, 100, gop_len); in bits_model_smt_init() 190 mpp_pid_set_param(&ctx->pid_upper_all, 4, 6, 0, 100, gop_len); in bits_model_smt_init()
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_rc.c | 135 void mpp_pid_set_param(MppPIDCtx *ctx, RK_S32 coef_p, RK_S32 coef_i, RK_S32 coef_d, RK_S32 div, RK_… in mpp_pid_set_param() function
|