Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu510.c1237 RK_S32 fqp_min, fqp_max; in setup_vepu510_rc_base() local
1241 fqp_max = rc->fqp_max_i; in setup_vepu510_rc_base()
1244 fqp_max = rc->fqp_max_p; in setup_vepu510_rc_base()
1247 if ((fqp_min == fqp_max) && (fqp_min >= 1) && (fqp_max <= 51)) { in setup_vepu510_rc_base()
H A Dhal_h264e_vepu511.c1229 RK_S32 fqp_min, fqp_max; in setup_vepu511_rc_base() local
1233 fqp_max = rc->fqp_max_i; in setup_vepu511_rc_base()
1236 fqp_max = rc->fqp_max_p; in setup_vepu511_rc_base()
1239 if ((fqp_min == fqp_max) && (fqp_min >= 1) && (fqp_max <= 51)) { in setup_vepu511_rc_base()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu510.c1346 RK_S32 fqp_min, fqp_max; in vepu510_h265_set_rc_regs() local
1350 fqp_max = rc->fqp_max_i; in vepu510_h265_set_rc_regs()
1353 fqp_max = rc->fqp_max_p; in vepu510_h265_set_rc_regs()
1356 if ((fqp_min == fqp_max) && (fqp_min >= 0) && (fqp_max <= 51)) { in vepu510_h265_set_rc_regs()
H A Dhal_h265e_vepu511.c1307 RK_S32 fqp_min, fqp_max; in vepu511_h265_set_rc_regs() local
1311 fqp_max = rc->fqp_max_i; in vepu511_h265_set_rc_regs()
1314 fqp_max = rc->fqp_max_p; in vepu511_h265_set_rc_regs()
1317 if ((fqp_min == fqp_max) && (fqp_min >= 0) && (fqp_max <= 51)) { in vepu511_h265_set_rc_regs()