Searched refs:ppDqLayerList (Results 1 – 4 of 4) sorted by relevance
/third_party/openh264/test/encoder/ |
D | EncUT_SliceBufferReallocate.cpp | 65 pCtx->ppDqLayerList[iLayerIdx] = pDqLayer; in AllocateLayerBuffer() 113 SetPartitonMBNum (pCtx->ppDqLayerList[iLayerIdx], pLayerCfg, pCtx->iActiveThreadsNum); in InitParamForSizeLimitSlcMode() 152 SetPartitonMBNum (pCtx->ppDqLayerList[iLayerIdx], pLayerCfg, iPartitionNum); in SetParamForReallocateTest() 179 …if (SM_SIZELIMITED_SLICE != pSliceArgument->uiSliceMode && NULL != m_EncContext.ppDqLayerList[iLay… in InitParamForSizeLimitSlcModeCase() 184 WELS_VERIFY_RETURN_IF (ENC_RETURN_MEMALLOCERR, (NULL == m_EncContext.ppDqLayerList[iLayerIdx])) in InitParamForSizeLimitSlcModeCase() 231 …pCtx->ppDqLayerList = (SDqLayer**)pCtx->pMemAlign->WelsMallocz (pCtx->pSvcParam->iSpatialLayerNum … in InitParam() 233 WELS_VERIFY_RETURN_IF (ENC_RETURN_MEMALLOCERR, (NULL == pCtx->ppDqLayerList)) in InitParam() 249 if (NULL != pCtx->ppDqLayerList) { in UnInitParam() 250 pCtx->pMemAlign->WelsFree (pCtx->ppDqLayerList, "pCtx->ppDqLayerList"); in UnInitParam() 251 pCtx->ppDqLayerList = NULL; in UnInitParam() [all …]
|
/third_party/openh264/codec/encoder/core/src/ |
D | slice_multi_threading.cpp | 503 SDqLayer* pCurDq = pCtx->ppDqLayerList[0]; in AdjustBaseLayer() 512 iNeedAdj = NeedDynamicAdjust (pCtx->ppDqLayerList[0]->ppSliceInLayer in AdjustBaseLayer() 545 iNeedAdj = NeedDynamicAdjust (pCtx->ppDqLayerList[iCurDid - 1]->ppSliceInLayer, in AdjustEnhanceLayer() 554 iNeedAdj = NeedDynamicAdjust (pCtx->ppDqLayerList[iCurDid]->ppSliceInLayer, in AdjustEnhanceLayer() 604 SDqLayer* pCurDq = pCtx->ppDqLayerList[kiDid]; in TrackSliceConsumeTime()
|
D | encoder_ext.cpp | 931 (*ppCtx)->ppDqLayerList[0]->sMbDataP = (*ppCtx)->ppMbListD[0]; in InitMbListD() 932 …InitMbInfo (*ppCtx, (*ppCtx)->ppMbListD[0], (*ppCtx)->ppDqLayerList[0], 0, iMbSize[iNumDlayer - 1]… in InitMbListD() 935 (*ppCtx)->ppDqLayerList[i]->sMbDataP = (*ppCtx)->ppMbListD[i]; in InitMbListD() 936 …InitMbInfo (*ppCtx, (*ppCtx)->ppMbListD[i], (*ppCtx)->ppDqLayerList[i], i, iMbSize[iNumDlayer - 1]… in InitMbListD() 1137 (*ppCtx)->ppDqLayerList[iDlayerIndex] = pDqLayer; in InitDqLayers() 1192 iResult = InitSlicePEncCtx ((*ppCtx)->ppDqLayerList[iDlayerIndex], in InitDqLayers() 1754 …(*ppCtx)->ppDqLayerList = (SDqLayer**)pMa->WelsMallocz (kiNumDependencyLayers * sizeof (SDqLayer*)… in RequestMemorySvc() 1755 WELS_VERIFY_RETURN_IF (1, (NULL == (*ppCtx)->ppDqLayerList)) in RequestMemorySvc() 1914 if (NULL != pCtx->ppDqLayerList && pParam != NULL) { in FreeMemorySvc() 1916 SDqLayer* pDq = pCtx->ppDqLayerList[ilayer]; in FreeMemorySvc() [all …]
|
/third_party/openh264/codec/encoder/core/inc/ |
D | encoder_context.h | 149 SDqLayer** ppDqLayerList; // overall DQ layers encoded for storage member
|