Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_rc_defs.h25 INTER_P_FRAME = 0, enumerator
/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_rc_defs.h25 INTER_P_FRAME = 0, enumerator
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_model_v2.c280 case INTER_P_FRAME: { in moving_judge_update()
331 case INTER_P_FRAME : { in bits_model_preset()
392 case INTER_P_FRAME : { in bits_model_update()
459 case INTER_P_FRAME: { in bits_model_alloc()
490 case INTER_P_FRAME: { in bits_model_alloc()
1217 if (usr_cfg->drop_mode && frame_type == INTER_P_FRAME) { in check_re_enc()
1228 case INTER_P_FRAME: in check_re_enc()
1323 info->frame_type = (frm->is_intra) ? (INTRA_FRAME) : (INTER_P_FRAME); in rc_model_v2_start()
H A Drc_model_v2_smt.c669 p->frame_type = INTER_P_FRAME; in rc_model_v2_smt_start()
1044 if (p->frame_type == INTER_P_FRAME) { in rc_model_v2_smt_end()
1050 if (p->frame_type == INTER_P_FRAME || p->gop_mode == MPP_GOP_ALL_INTRA) { in rc_model_v2_smt_end()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu541.c1605 regs->dtrns_cfg_540.cime_dspw_orsd = (ctx->frame_type == INTER_P_FRAME); in hal_h265e_v541_gen_regs()
1608 regs->dtrns_cfg_541.cime_dspw_orsd = (ctx->frame_type == INTER_P_FRAME); in hal_h265e_v541_gen_regs()
1665 } else if (ctx->frame_type == INTER_P_FRAME && !syn->sp.non_reference_flag) { in hal_h265e_v541_gen_regs()
2063 ctx->frame_type = INTER_P_FRAME; in hal_h265e_v541_get_task()
H A Dhal_h265e_vepu540c.c1258 } else if (ctx->frame_type == INTER_P_FRAME ) { in hal_h265e_v540c_gen_regs()
1612 ctx->frame_type = INTER_P_FRAME; in hal_h265e_v540c_get_task()
H A Dhal_h265e_vepu580.c2570 reg_ctl->reg0013_dtrns_cfg.dspr_otsd = (ctx->frame_type == INTER_P_FRAME); in hal_h265e_v580_gen_regs()
2622 } else if (ctx->frame_type == INTER_P_FRAME ) { in hal_h265e_v580_gen_regs()
3151 ctx->frame_type = INTER_P_FRAME; in hal_h265e_v580_get_task()
/OK3568_Linux_fs/external/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()