Lines Matching refs:fps
141 RcFpsCfg *fps = &ctx->usr_cfg.fps; in bits_model_smt_init() local
147 RK_S32 nfps = fps->fps_out_num / fps->fps_out_denom; in bits_model_smt_init()
149 RK_S32 rt_stat_len = fps->fps_out_num / fps->fps_out_denom; /* real time stat len */ in bits_model_smt_init()
150 RK_S32 stat_len = fps->fps_out_num * ctx->usr_cfg.stats_time / fps->fps_out_denom; in bits_model_smt_init()
151 stat_len = stat_len ? stat_len : (fps->fps_out_num * 8 / fps->fps_out_denom); in bits_model_smt_init()
192 ave_bits_lower = (RK_S64)ctx->usr_cfg.bps_min * fps->fps_out_denom / fps->fps_out_num; in bits_model_smt_init()
193 ave_bits_uppper = (RK_S64)ctx->usr_cfg.bps_max * fps->fps_out_denom / fps->fps_out_num; in bits_model_smt_init()
257 RcFpsCfg *fps = &ctx->usr_cfg.fps; in bits_model_update_smt() local
298 mod = mod % (fps->fps_out_num / fps->fps_out_denom); in bits_model_update_smt()
542 RcFpsCfg *fps = &p->usr_cfg.fps; in smt_start_prepare() local
543 RK_S32 fps_out = fps->fps_out_num / fps->fps_out_denom; in smt_start_prepare()
594 RK_S32 lr = (RK_S64)b_min * fps->fps_out_denom / fps->fps_out_num; in smt_start_prepare()
595 RK_S32 hr = (RK_S64)b_max * fps->fps_out_denom / fps->fps_out_num; in smt_start_prepare()
714 RcFpsCfg *fps = &p->usr_cfg.fps; in derive_iframe_qp_by_bitrate() local
716 RK_S32 fps_out = fps->fps_out_num / fps->fps_out_denom; in derive_iframe_qp_by_bitrate()
767 RcFpsCfg *fps = &p->usr_cfg.fps; in derive_pframe_qp_by_bitrate() local
769 RK_S32 fps_out = fps->fps_out_num / fps->fps_out_denom; in derive_pframe_qp_by_bitrate()
940 RcFpsCfg *fps = &p->usr_cfg.fps; in rc_model_v2_smt_start() local
941 RK_S32 fps_out = fps->fps_out_num / fps->fps_out_denom; in rc_model_v2_smt_start()