Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dwels_task_management.cpp143 WelsErrorType CWelsTaskManageBase::CreateTasks (sWelsEncCtx* pEncCtx, const int32_t kiCurDid) { in CreateTasks() argument
146 uint32_t uiSliceMode = pEncCtx->pSvcParam->sSpatialLayers[kiCurDid].sSliceArgument.uiSliceMode; in CreateTasks()
149 …kiTaskCount = m_iTaskNum[kiCurDid] = pEncCtx->pSvcParam->sSpatialLayers[kiCurDid].sSliceArgument.u… in CreateTasks()
151 kiTaskCount = m_iTaskNum[kiCurDid] = pEncCtx->iActiveThreadsNum; in CreateTasks()
157 …WELS_VERIFY_RETURN_IF (ENC_RETURN_MEMALLOCERR, true != m_cPreEncodingTaskList[kiCurDid]->push_back… in CreateTasks()
172 …WELS_VERIFY_RETURN_IF (ENC_RETURN_MEMALLOCERR, true != m_cEncodingTaskList[kiCurDid]->push_back (p… in CreateTasks()
246 void CWelsTaskManageBase::InitFrame (const int32_t kiCurDid) { in InitFrame() argument
247 m_iCurDid = kiCurDid; in InitFrame()
Dwels_preprocess.cpp1313 …ess::UpdateSrcListLosslessScreenRefSelectionWithLtr (SPicture* pCurPicture, const int32_t kiCurDid, in UpdateSrcListLosslessScreenRefSelectionWithLtr() argument
1315 SPicture** pLongRefSrcList = &m_pSpatialPic[kiCurDid][0]; in UpdateSrcListLosslessScreenRefSelectionWithLtr()
1324 WelsExchangeSpatialPictures (&m_pSpatialPic[kiCurDid][0], in UpdateSrcListLosslessScreenRefSelectionWithLtr()
1325 &m_pSpatialPic[kiCurDid][1 + kuiMarkLongTermPicIdx]); in UpdateSrcListLosslessScreenRefSelectionWithLtr()
1327 (GetCurrentOrigFrame (kiCurDid))->SetUnref(); in UpdateSrcListLosslessScreenRefSelectionWithLtr()
1329 void CWelsPreProcess::UpdateSrcList (SPicture* pCurPicture, const int32_t kiCurDid, SPicture** pSho… in UpdateSrcList() argument
1331 SPicture** pRefSrcList = &m_pSpatialPic[kiCurDid][0]; in UpdateSrcList()
1351 (GetCurrentOrigFrame (kiCurDid))->SetUnref(); in UpdateSrcList()
Dsvc_encode_slice.cpp1199 const int32_t kiCurDid = pCtx->uiDependencyId; in ReallocateSliceList() local
1200 int32_t iMaxSliceBufferSize = (pCtx)->iSliceBufferSize[kiCurDid]; in ReallocateSliceList()
1392 const int32_t kiCurDid = pCtx->uiDependencyId; in ReallocSliceBuffer() local
1394 SSliceArgument* pSliceArgument = & pCtx->pSvcParam->sSpatialLayers[kiCurDid].sSliceArgument; in ReallocSliceBuffer()
Dencoder_ext.cpp2535 const uint8_t kiCurDid = pCtx->uiDependencyId; in WelsInitCurrentLayer() local
2536 const bool kbUseSubsetSpsFlag = (!pParam->bSimulcastAVC) && (kiCurDid > BASE_DEPENDENCY_ID); in WelsInitCurrentLayer()
2539 SDqIdc* pDqIdc = &pCtx->pDqIdcMap[kiCurDid]; in WelsInitCurrentLayer()
2542 SSpatialLayerInternal* pParamInternal = &pParam->sDependencyLayers[kiCurDid]; in WelsInitCurrentLayer()
2583 pNalHdExt->uiDependencyId = kiCurDid; in WelsInitCurrentLayer()
2612 pCtx->pTaskManage->InitFrame (kiCurDid); in WelsInitCurrentLayer()
2771 const int32_t kiCurDid = pCtx->uiDependencyId; in PreprocessSliceCoding() local
2776 && (pCtx->pSvcParam->sDependencyLayers[kiCurDid].iHighestTemporalId == 0 in PreprocessSliceCoding()
2777 || kiCurTid < pCtx->pSvcParam->sDependencyLayers[kiCurDid].iHighestTemporalId) in PreprocessSliceCoding()
/third_party/openh264/codec/encoder/core/inc/
Dwels_task_management.h58 virtual void InitFrame (const int32_t kiCurDid) {} in InitFrame() argument
78 virtual void InitFrame (const int32_t kiCurDid = 0);
Dwels_preprocess.h140 void UpdateSrcList (SPicture* pCurPicture, const int32_t kiCurDid, SPicture** pShortRefList,
142 …void UpdateSrcListLosslessScreenRefSelectionWithLtr (SPicture* pCurPicture, const int32_t kiCurDid,
Dslice_multi_threading.h86 void TrackSliceComplexities (sWelsEncCtx* pCtx, const int32_t kiCurDid);