Home
last modified time | relevance | path

Searched refs:INTER_VI_FRAME (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/inc/
H A Dmpp_rc_defs.h28 INTER_VI_FRAME = 3, enumerator
/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_model_v2.c364 case INTER_VI_FRAME : { in bits_model_preset()
426 case INTER_VI_FRAME: { in bits_model_update()
487 case INTER_VI_FRAME: { in bits_model_alloc()
788 if (info->frame_type == INTRA_FRAME || info->frame_type == INTER_VI_FRAME) { in rc_hier_calc_dealt_qp()
1437 info->frame_type = INTER_VI_FRAME; in rc_model_v2_start()
H A Drc_model_v2_smt.c550 p->frame_type = info->frame_type = INTER_VI_FRAME; in smt_start_prepare()
917 else if (p->frame_type == INTER_VI_FRAME) { in revise_qp_by_complexity()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c2741 if (rc_task->info.frame_type == INTER_VI_FRAME) in set_enc_info_to_packet()