Searched refs:MppPIDCtx (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/inc/ |
| H A D | mpp_rc.h | 53 } MppPIDCtx; typedef 129 void mpp_pid_reset(MppPIDCtx *p); 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… 131 void mpp_pid_update(MppPIDCtx *p, RK_S32 val); 132 RK_S32 mpp_pid_calc(MppPIDCtx *ctx);
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/ |
| H A D | mpp_rc.cpp | 137 void mpp_pid_reset(MppPIDCtx *p) in mpp_pid_reset() 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() 158 void mpp_pid_update(MppPIDCtx *ctx, RK_S32 val) in mpp_pid_update() 176 RK_S32 mpp_pid_calc(MppPIDCtx *p) in mpp_pid_calc()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/rc/ |
| H A D | rc_model_v2_smt.c | 100 MppPIDCtx pid_fps; 114 MppPIDCtx pid_intra_low_rate; 115 MppPIDCtx pid_intra_high_rate; 116 MppPIDCtx pid_inter_low_rate; 117 MppPIDCtx pid_inter_high_rate;
|