Searched refs:RefPicLayerIdList (Results 1 – 6 of 6) sorted by relevance
233 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()
340 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()
435 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()
441 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()
265 pp->RefPicLayerIdList[i] = dpb_info[i].voidx; in fill_picparams()272 memset(pp->RefPicLayerIdList, 0, sizeof(pp->RefPicLayerIdList)); in fill_picparams()
415 RK_U8 RefPicLayerIdList[16]; member