Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/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.c496 sw10_24_offset = ((pp->RefPicFiledFlags >> i) & 0x01) | in set_registers()
513 sw48_offset = ((pp->RefPicFiledFlags >> 15) & 0x01) | in set_registers()
H A Dhal_h264d_vdpu1.c566 field_flag = ((pp->RefPicFiledFlags >> i) & 0x1) ? 0x2 : 0; in vdpu1_set_asic_regs()
H A Dhal_h264d_vdpu2.c673 field_flag = ((pp->RefPicFiledFlags >> i) & 0x1) ? 0x2 : 0; in set_asic_regs()
H A Dhal_h264d_vdpu34x.c606 RK_U32 field_flag = (pp->RefPicFiledFlags >> i) & 0x01; in set_registers()
H A Dhal_h264d_vdpu382.c612 RK_U32 field_flag = (pp->RefPicFiledFlags >> i) & 0x01; in set_registers()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_fill.c208 pp->RefPicFiledFlags = 0; in fill_picparams()
216 pp->RefPicFiledFlags |= 1 << i; in fill_picparams()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh264d_syntax.h414 RK_U16 RefPicFiledFlags; member