Home
last modified time | relevance | path

Searched refs:INTER_P_FRAME (Results 1 – 10 of 10) sorted by relevance

/rockchip-linux_mpp/inc/
H A Dmpp_rc_defs.h25 INTER_P_FRAME = 0, enumerator
/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_model_v2_smt.c548 p->frame_type = frm->is_intra ? INTRA_FRAME : INTER_P_FRAME; in smt_start_prepare()
989 if (p->frame_type == INTER_P_FRAME && avg_pqp >= fm_max_pqp - 1 && in rc_model_v2_smt_start()
1058 if (usr_cfg->drop_mode && frame_type == INTER_P_FRAME) { in check_re_enc_smt()
1069 case INTER_P_FRAME: in check_re_enc_smt()
1171 if (p->frame_type == INTER_P_FRAME || p->gop_mode == MPP_GOP_ALL_INTRA) in rc_model_v2_smt_end()
H A Drc_model_v2.c303 case INTER_P_FRAME: { in moving_judge_update()
354 case INTER_P_FRAME : { in bits_model_preset()
415 case INTER_P_FRAME : { in bits_model_update()
483 case INTER_P_FRAME: { in bits_model_alloc()
514 case INTER_P_FRAME: { in bits_model_alloc()
1321 if (usr_cfg->drop_mode && frame_type == INTER_P_FRAME) { in check_re_enc()
1332 case INTER_P_FRAME: in check_re_enc()
1434 info->frame_type = (frm->is_intra) ? (INTRA_FRAME) : (INTER_P_FRAME); in rc_model_v2_start()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu510_tune.c332 fb->frame_type = task->rc_task->frm.is_intra ? INTRA_FRAME : INTER_P_FRAME; in vepu510_h265e_tune_stat_update()
H A Dhal_h265e_vepu541.c1558 regs->dtrns_cfg_540.cime_dspw_orsd = (ctx->frame_type == INTER_P_FRAME); in hal_h265e_v541_gen_regs()
1561 regs->dtrns_cfg_541.cime_dspw_orsd = (ctx->frame_type == INTER_P_FRAME); in hal_h265e_v541_gen_regs()
1995 ctx->frame_type = INTER_P_FRAME; in hal_h265e_v541_get_task()
H A Dhal_h265e_vepu511.c934 else if (ctx->frame_type == INTER_P_FRAME ) in vepu511_h265_set_prep()
2619 fb->frame_type = task->rc_task->frm.is_intra ? INTRA_FRAME : INTER_P_FRAME; in vepu511_h265e_update_tune_stat()
2749 ctx->frame_type = INTER_P_FRAME; in hal_h265e_vepu511_get_task()
H A Dhal_h265e_vepu580.c2733 reg_ctl->reg0013_dtrns_cfg.dspr_otsd = (ctx->frame_type == INTER_P_FRAME); in hal_h265e_v580_gen_regs()
3372 ctx->frame_type = (frm_status->is_intra) ? INTRA_FRAME : INTER_P_FRAME; in hal_h265e_v580_get_task()
H A Dhal_h265e_vepu540c.c1650 ctx->frame_type = INTER_P_FRAME; in hal_h265e_v540c_get_task()
H A Dhal_h265e_vepu510.c2510 ctx->frame_type = INTER_P_FRAME; in hal_h265e_v510_get_task()
/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.c595 p->frame_type = (frm->is_intra) ? INTRA_FRAME : INTER_P_FRAME; in h264e_vepu_mbrc_prepare()