Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp349 int8_t iDependencyId = pSvcParam->iSpatialLayerNum - 1; in SingleLayerPreprocess() local
361 int32_t iClosestDid = iDependencyId; in SingleLayerPreprocess()
362 pDlayerParamInternal = &pSvcParam->sDependencyLayers[iDependencyId]; in SingleLayerPreprocess()
363 pDlayerParam = &pSvcParam->sSpatialLayers[iDependencyId]; in SingleLayerPreprocess()
381 iDependencyId); in SingleLayerPreprocess()
394 pDstPic = GetCurrentOrigFrame (iDependencyId); in SingleLayerPreprocess()
395 iShrinkWidth = pScaledPicture->iScaledWidth[iDependencyId]; in SingleLayerPreprocess()
396 iShrinkHeight = pScaledPicture->iScaledHeight[iDependencyId]; in SingleLayerPreprocess()
409 SPicture* pRefPic = pCtx->pLtr[iDependencyId].bReceivedT0LostFlag ? in SingleLayerPreprocess()
410 … m_pSpatialPic[iDependencyId][m_uiSpatialLayersInTemporal[iDependencyId] + in SingleLayerPreprocess()
[all …]