Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu_com.c225 priv->new_dpb[i].field_flag = ((pp->RefPicFiledFlags >> i) & 0x1) ? 1 : 0; in get_info_input()
275 pp->RefPicFiledFlags = 0; in refill_info_input()
296 pp->RefPicFiledFlags |= 1 << i; in refill_info_input()
H A Dhal_h264d_rkv_reg.c495 sw10_24_offset = ((pp->RefPicFiledFlags >> i) & 0x01) | in set_registers()
512 sw48_offset = ((pp->RefPicFiledFlags >> 15) & 0x01) | in set_registers()
H A Dhal_h264d_vdpu1.c567 field_flag = ((pp->RefPicFiledFlags >> i) & 0x1) ? 0x2 : 0; in vdpu1_set_asic_regs()
H A Dhal_h264d_vdpu2.c674 field_flag = ((pp->RefPicFiledFlags >> i) & 0x1) ? 0x2 : 0; in set_asic_regs()
H A Dhal_h264d_vdpu34x.c607 RK_U32 field_flag = (pp->RefPicFiledFlags >> i) & 0x01; in set_registers()
H A Dhal_h264d_vdpu384a.c238 tmp |= ((pp->RefPicFiledFlags >> i) & 0x01) << i; in prepare_spspps()
H A Dhal_h264d_vdpu383.c251 RK_U32 field_flag = (pp->RefPicFiledFlags >> i) & 0x01; in prepare_spspps()
H A Dhal_h264d_vdpu382.c613 RK_U32 field_flag = (pp->RefPicFiledFlags >> i) & 0x01; in set_registers()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_fill.c208 pp->RefPicFiledFlags = 0; in fill_picparams()
216 pp->RefPicFiledFlags |= 1 << i; in fill_picparams()
/rockchip-linux_mpp/mpp/common/
H A Dh264d_syntax.h414 RK_U16 RefPicFiledFlags; member