Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/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.c340 voidx = (pp->RefFrameList[i].bPicEntry != 0xff) ? pp->RefPicLayerIdList[i] : 0; in prepare_spspps()
380 mpp_put_bits(&bp, pp->RefPicLayerIdList[i], 1); //!< voidx in prepare_framerps()
386 voidx = dpb_valid ? pp->RefPicLayerIdList[dpb_idx] : 0; in prepare_framerps()
396 voidx = dpb_valid ? pp->RefPicLayerIdList[dpb_idx] : 0; in prepare_framerps()
H A Dhal_h264d_vdpu34x.c435 voidx = (pp->RefFrameList[i].bPicEntry != 0xff) ? pp->RefPicLayerIdList[i] : 0; in prepare_spspps()
477 tmp |= (RK_U32)pp->RefPicLayerIdList[i] << i; in prepare_framerps()
486 voidx = dpb_valid ? pp->RefPicLayerIdList[dpb_idx] : 0; in prepare_framerps()
498 voidx = dpb_valid ? pp->RefPicLayerIdList[dpb_idx] : 0; in prepare_framerps()
H A Dhal_h264d_vdpu382.c441 voidx = (pp->RefFrameList[i].bPicEntry != 0xff) ? pp->RefPicLayerIdList[i] : 0; in prepare_spspps()
483 tmp |= (RK_U32)pp->RefPicLayerIdList[i] << i; in prepare_framerps()
492 voidx = dpb_valid ? pp->RefPicLayerIdList[dpb_idx] : 0; in prepare_framerps()
504 voidx = dpb_valid ? pp->RefPicLayerIdList[dpb_idx] : 0; in prepare_framerps()
/OK3568_Linux_fs/external/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()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh264d_syntax.h415 RK_U8 RefPicLayerIdList[16]; member