Searched refs:mpp_pid_set_param (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/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…
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/rc/ |
| H A D | rc_model_v2_smt.c | 291 mpp_pid_set_param(&ctx->pid_fps, 4, 6, 0, 100, ctx->window_len); in bits_model_smt_init() 292 mpp_pid_set_param(&ctx->pid_intra_low_rate, 4, 6, 0, 100, ctx->window_len); in bits_model_smt_init() 293 mpp_pid_set_param(&ctx->pid_intra_high_rate, 4, 6, 0, 100, ctx->window_len); in bits_model_smt_init() 294 mpp_pid_set_param(&ctx->pid_inter_low_rate, 4, 6, 0, 100, ctx->window_len); in bits_model_smt_init() 295 mpp_pid_set_param(&ctx->pid_inter_high_rate, 4, 6, 0, 100, ctx->window_len); in bits_model_smt_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/ |
| H A D | mpp_rc.cpp | 145 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
|