Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp354 SSpatialLayerInternal* pDlayerParamInternal = NULL; in SingleLayerPreprocess() local
362 pDlayerParamInternal = &pSvcParam->sDependencyLayers[iDependencyId]; in SingleLayerPreprocess()
370 …pCtx->pVaa->bIdrPeriodFlag = (1 + pDlayerParamInternal->iFrameIndex >= (int32_t)pSvcParam->uiIntra… in SingleLayerPreprocess()
403 … pCtx->pVaa->eSceneChangeIdc = (pDlayerParamInternal->bEncCurFrmAsIdrFlag ? LARGE_CHANGED_SCENE : in SingleLayerPreprocess()
407 if ((!pDlayerParamInternal->bEncCurFrmAsIdrFlag) in SingleLayerPreprocess()
408 && ! (pDlayerParamInternal->iCodingIndex & (pSvcParam->uiGopSize - 1))) { in SingleLayerPreprocess()
419 pDlayerParamInternal = &pSvcParam->sDependencyLayers[i]; in SingleLayerPreprocess()
420 … iTemporalId = pDlayerParamInternal->uiCodingIdx2TemporalId[pDlayerParamInternal->iCodingIndex & in SingleLayerPreprocess()
426 pDlayerParamInternal = &pSvcParam->sDependencyLayers[iDependencyId]; in SingleLayerPreprocess()
427 iTemporalId = pDlayerParamInternal->uiCodingIdx2TemporalId[pDlayerParamInternal->iCodingIndex & in SingleLayerPreprocess()
[all …]