Home
last modified time | relevance | path

Searched refs:refinfo (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu_com.c203 memset(priv->refinfo, 0, sizeof(priv->refinfo)); in get_info_input()
244 priv->refinfo[j][i].valid = 1; in get_info_input()
245 priv->refinfo[j][i].dpb_idx = p_long->RefPicList[j][i].Index7Bits; in get_info_input()
246 priv->refinfo[j][i].bottom_flag = p_long->RefPicList[j][i].AssociatedFlag; in get_info_input()
321 H264dVdpuRefPicInfo_t *p = priv->refinfo[j]; in refill_info_input()
428 H264dVdpuRefPicInfo_t *p = priv->refinfo[j]; in adjust_input()
429 for (i = 0; i < MPP_ARRAY_ELEMS(priv->refinfo[j]); i++) { in adjust_input()
H A Dhal_h264d_vdpu_com.h68 H264dVdpuRefPicInfo_t refinfo[3][32]; //!< listP listB0 list1 member