Lines Matching refs:INTRA_FRAME
518 frm_cfg->frame_type = INTRA_FRAME; in hal_h265e_vepu511_init()
538 ctx->frame_type = INTRA_FRAME; in hal_h265e_vepu511_init()
889 reg_klut->klut_ofst.chrm_klut_ofst = (ctx->frame_type == INTRA_FRAME) ? 6 : in vepu511_h265_set_prep()
932 if (ctx->frame_type == INTRA_FRAME) in vepu511_h265_set_prep()
1011 if (syn->pp.sps_temporal_mvp_enabled_flag && (ctx->frame_type != INTRA_FRAME)) { in vepu511_h265_set_me_regs()
1012 if (ctx->last_frame_fb.frame_type == INTRA_FRAME) in vepu511_h265_set_me_regs()
1230 if (bit_chg_lvl == 2 && ctx->frame_type != INTRA_FRAME) { in vepu511_h265_set_vsp_filtering()
1240 if (ctx->frame_type == INTRA_FRAME) { in vepu511_h265_set_vsp_filtering()
1301 reg_frm->common.rc_qp.rc_qp_range = (ctx->frame_type == INTRA_FRAME) ? in vepu511_h265_set_rc_regs()
1309 if (ctx->frame_type == INTRA_FRAME) { in vepu511_h265_set_rc_regs()
1377 bias_i2 = (frm_type == INTRA_FRAME) ? 144 : 171; in vepu511_h265_set_quant_regs()
1380 bias_i2 = (frm_type == INTRA_FRAME) ? 171 : 220; in vepu511_h265_set_quant_regs()
1396 if (frm_type == INTRA_FRAME) { in vepu511_h265_set_quant_regs()
2087 if (ctx->frame_type == INTRA_FRAME) { in vepu511_h265_set_aq()
2136 if (ctx->frame_type == INTRA_FRAME) { in vepu511_h265_global_cfg_set()
2145 if (ctx->frame_type == INTRA_FRAME) { in vepu511_h265_global_cfg_set()
2619 fb->frame_type = task->rc_task->frm.is_intra ? INTRA_FRAME : INTER_P_FRAME; in vepu511_h265e_update_tune_stat()
2747 ctx->frame_type = INTRA_FRAME; in hal_h265e_vepu511_get_task()