Lines Matching refs:reg_st
1590 rd_cfg.reg = &ctx->regs_set->reg_st; in hal_h264e_vepu540c_start()
1591 rd_cfg.size = sizeof(ctx->regs_set->reg_st); in hal_h264e_vepu540c_start()
1661 task->hw_length += regs_set->reg_st.bs_lgth_l32; in hal_h264e_vepu540c_wait()
1664 mpp_packet_add_segment_info(pkt, type, offset, regs_set->reg_st.bs_lgth_l32); in hal_h264e_vepu540c_wait()
1701 rc_info->quality_real = regs_set->reg_st.qp_sum / mbs; in hal_h264e_vepu540c_ret_task()
1708 rc_info->iblk4_prop = (regs_set->reg_st.st_pnum_i4.pnum_i4 + in hal_h264e_vepu540c_ret_task()
1709 regs_set->reg_st.st_pnum_i8.pnum_i8 + in hal_h264e_vepu540c_ret_task()
1710 regs_set->reg_st.st_pnum_i16.pnum_i16) * 256 / mbs; in hal_h264e_vepu540c_ret_task()
1712 rc_info->sse = ((RK_S64)regs_set->reg_st.sse_h32 << 16) + in hal_h264e_vepu540c_ret_task()
1713 (regs_set->reg_st.st_sse_bsl.sse_l16 & 0xffff); in hal_h264e_vepu540c_ret_task()
1714 rc_info->lvl16_inter_num = regs_set->reg_st.st_pnum_p16.pnum_p16; in hal_h264e_vepu540c_ret_task()
1715 rc_info->lvl8_inter_num = regs_set->reg_st.st_pnum_p8.pnum_p8; in hal_h264e_vepu540c_ret_task()
1716 rc_info->lvl16_intra_num = regs_set->reg_st.st_pnum_i16.pnum_i16; in hal_h264e_vepu540c_ret_task()
1717 rc_info->lvl8_intra_num = regs_set->reg_st.st_pnum_i8.pnum_i8; in hal_h264e_vepu540c_ret_task()
1718 rc_info->lvl4_intra_num = regs_set->reg_st.st_pnum_i4.pnum_i4; in hal_h264e_vepu540c_ret_task()