Home
last modified time | relevance | path

Searched refs:rlc_count (Results 1 – 9 of 9) sorted by relevance

/rockchip-linux_mpp/mpp/codec/inc/rc/
H A Drc_vepu.h57 RK_S32 rlc_count; member
/rockchip-linux_mpp/mpp/common/
H A Dvp8e_syntax.h43 RK_S32 rlc_count; member
/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.c597 if (mbrc->rlc_count == 0) { in h264e_vepu_mbrc_prepare()
598 mbrc->rlc_count = 1; in h264e_vepu_mbrc_prepare()
601 srcPrm = axb_div_c(mbrc->out_strm_size * 8, 256, mbrc->rlc_count); in h264e_vepu_mbrc_prepare()
617 if ((p->frame_type != p->pre_frame_type) || (mbrc->rlc_count == 0)) { in h264e_vepu_mbrc_prepare()
H A Dhal_h264e_vepu_v2.h156 RK_S32 rlc_count; member
H A Dhal_h264e_vepu1_v2.c639 mb_rc->rlc_count = VEPU_REG_RLC_SUM_OUT(reg_val[VEPU_REG_RLC_CTRL / 4]); in h264e_vepu1_get_mbrc()
H A Dhal_h264e_vepu2_v2.c704 mb_rc->rlc_count = reg_val[VEPU_REG_RLC_SUM / 4] & 0x3fffff; in h264e_vepu2_get_mbrc()
/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.h243 RK_U32 rlc_count; //TODO read from reg member
H A Dhal_vp8e_vepu1_v2.c430 hw_cfg->rlc_count = regs->sw37.rlc_sum * 4; in vp8e_update_hw_cfg()
H A Dhal_vp8e_vepu2_v2.c434 hw_cfg->rlc_count = regs->sw62.rlc_sum * 3; in vp8e_update_hw_cfg()