Lines Matching refs:sps

111     H264eSps                *sps;  member
511 ctx->sps = desc->p; in update_vepu510_syntax()
587 hw_cfg->hw_log2_max_frame_num_minus4 = ctx->sps->log2_max_frame_num_minus4; in hal_h264e_vepu510_get_task()
588 hw_cfg->hw_poc_type = ctx->sps->pic_order_cnt_type; in hal_h264e_vepu510_get_task()
912 static void setup_vepu510_codec(HalVepu510RegSet *regs, H264eSps *sps, in setup_vepu510_codec() argument
926 reg_frm->synt_sps.max_fnum = sps->log2_max_frame_num_minus4; in setup_vepu510_codec()
927 reg_frm->synt_sps.drct_8x8 = sps->direct8x8_inference; in setup_vepu510_codec()
928 reg_frm->synt_sps.mpoc_lm4 = sps->log2_max_poc_lsb_minus4; in setup_vepu510_codec()
929 reg_frm->synt_sps.poc_type = sps->pic_order_cnt_type; in setup_vepu510_codec()
1127 static void setup_vepu510_rdo_pred(HalH264eVepu510Ctx *ctx, H264eSps *sps, in setup_vepu510_rdo_pred() argument
1142 reg_frm->rdo_cfg.rect_size = (sps->profile_idc == H264_PROFILE_BASELINE && in setup_vepu510_rdo_pred()
1143 sps->level_idc <= H264_LEVEL_3_0) ? 1 : 0; in setup_vepu510_rdo_pred()
1144 reg_frm->rdo_cfg.vlc_lmt = (sps->profile_idc < H264_PROFILE_MAIN) && in setup_vepu510_rdo_pred()
1159 H264eSps *sps = ctx->sps; in setup_vepu510_rc_base() local
1166 RK_S32 mb_w = sps->pic_width_in_mbs; in setup_vepu510_rc_base()
1167 RK_S32 mb_h = sps->pic_height_in_mbs; in setup_vepu510_rc_base()
1413 RK_U32 mb_w = ctx->sps->pic_width_in_mbs; in setup_vepu510_intra_refresh()
1414 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in setup_vepu510_intra_refresh()
2163 H264eSps *sps = ctx->sps; in hal_h264e_vepu510_gen_regs() local
2183 setup_vepu510_codec(regs, sps, pps, slice); in hal_h264e_vepu510_gen_regs()
2184 setup_vepu510_rdo_pred(ctx, sps, pps, slice); in hal_h264e_vepu510_gen_regs()
2491 RK_U32 mb_w = ctx->sps->pic_width_in_mbs; in hal_h264e_vepu510_ret_task()
2492 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in hal_h264e_vepu510_ret_task()