Searched refs:RefPicLayerIdList (Results 1 – 8 of 8) 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()
339 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()
436 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()
232 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()
442 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()
219 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()
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