Lines Matching refs:RK_S64
39 RK_S64 frm_num;
43 RK_S64 acc_intra_count;
44 RK_S64 acc_inter_count;
53 RK_S64 count_real_bit;
54 RK_S64 count_pred_bit;
55 RK_S64 count_frame;
56 RK_S64 fixed_i_pred_bit;
57 RK_S64 fixed_p_pred_bit;
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()
584 = ((RK_S64)b_min * p->igop / fps_out - bits_prev_i + in smt_start_prepare()
588 = ((RK_S64)b_max * p->igop / fps_out - bits_prev_i + 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()
780 bits_target_use = ((RK_S64)m_tbr * coef + (RK_S64)p->bits_tgt_lower * 1024) >> 10; in derive_pframe_qp_by_bitrate()
781 pre_diff_bit_use = ((RK_S64)m_dbr * coef + (RK_S64)p->pre_diff_bit_lower * 1024) >> 10; in derive_pframe_qp_by_bitrate()
815 pre_diff_bit_use = ((RK_S64)m_dbr * coef + (RK_S64)p->pre_diff_bit_lower * 1024) >> 10; in derive_pframe_qp_by_bitrate()
826 pre_diff_bit_use = ((RK_S64)m_dbr * coef + (RK_S64)p->pre_diff_bit_lower * 1024) >> 10; in derive_pframe_qp_by_bitrate()
827 bits_target_use = ((RK_S64)m_tbr * coef + (RK_S64)p->bits_tgt_lower * 1024) >> 10; in derive_pframe_qp_by_bitrate()