Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu_com.c233 for (i = 0; i < MPP_ARRAY_ELEMS(pp->RefPicLayerIdList); i++) { in get_info_input()
234 priv->new_dpb[i].voidx = pp->RefPicLayerIdList[i]; in get_info_input()
313 for (i = 0; i < MPP_ARRAY_ELEMS(pp->RefPicLayerIdList); i++) { in refill_info_input()
314 pp->RefPicLayerIdList[i] = old_dpb[i].voidx; in refill_info_input()
H A Dhal_h264d_rkv_reg.c339 voidx = (pp->RefFrameList[i].bPicEntry != 0xff) ? pp->RefPicLayerIdList[i] : 0; in prepare_spspps()
379 mpp_put_bits(&bp, pp->RefPicLayerIdList[i], 1); //!< voidx in prepare_framerps()
385 voidx = dpb_valid ? pp->RefPicLayerIdList[dpb_idx] : 0; in prepare_framerps()
395 voidx = dpb_valid ? pp->RefPicLayerIdList[dpb_idx] : 0; in prepare_framerps()
H A Dhal_h264d_vdpu34x.c436 voidx = (pp->RefFrameList[i].bPicEntry != 0xff) ? pp->RefPicLayerIdList[i] : 0; in prepare_spspps()
478 tmp |= (RK_U32)pp->RefPicLayerIdList[i] << i; in prepare_framerps()
487 voidx = dpb_valid ? pp->RefPicLayerIdList[dpb_idx] : 0; in prepare_framerps()
499 voidx = dpb_valid ? pp->RefPicLayerIdList[dpb_idx] : 0; in prepare_framerps()
H A Dhal_h264d_vdpu383.c232 voidx = (pp->RefFrameList[i].bPicEntry != 0xff) ? pp->RefPicLayerIdList[i] : 0; in prepare_spspps()
319 tmp |= (RK_U32)pp->RefPicLayerIdList[i] << (i + 16); in prepare_framerps()
328 voidx = dpb_valid ? pp->RefPicLayerIdList[dpb_idx] : 0; in prepare_framerps()
343 voidx = dpb_valid ? pp->RefPicLayerIdList[dpb_idx] : 0; in prepare_framerps()
H A Dhal_h264d_vdpu382.c442 voidx = (pp->RefFrameList[i].bPicEntry != 0xff) ? pp->RefPicLayerIdList[i] : 0; in prepare_spspps()
484 tmp |= (RK_U32)pp->RefPicLayerIdList[i] << i; in prepare_framerps()
493 voidx = dpb_valid ? pp->RefPicLayerIdList[dpb_idx] : 0; in prepare_framerps()
505 voidx = dpb_valid ? pp->RefPicLayerIdList[dpb_idx] : 0; in prepare_framerps()
H A Dhal_h264d_vdpu384a.c219 voidx = (pp->RefFrameList[i].bPicEntry != 0xff) ? pp->RefPicLayerIdList[i] : 0; in prepare_spspps()
279 voidx = dpb_valid ? pp->RefPicLayerIdList[dpb_idx] : 0; in prepare_spspps()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_fill.c265 pp->RefPicLayerIdList[i] = dpb_info[i].voidx; in fill_picparams()
272 memset(pp->RefPicLayerIdList, 0, sizeof(pp->RefPicLayerIdList)); in fill_picparams()
/rockchip-linux_mpp/mpp/common/
H A Dh264d_syntax.h415 RK_U8 RefPicLayerIdList[16]; member