Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dsvc_encode_slice.cpp860 pCurLayer->pCountMbNumInSlice[iSliceIdx] = iMbNumInSlice; in InitSliceBoundaryInfo()
870 NULL == pCurLayer->pCountMbNumInSlice) { in SetSliceBoundaryInfo()
876 pSlice->iCountMbNumInSlice = pCurLayer->pCountMbNumInSlice[kiSliceIdx]; in SetSliceBoundaryInfo()
1117 …pDqLayer->pCountMbNumInSlice = (int32_t*)pMa->WelsMallocz (sizeof (int32_t*) * pDqLayer->iMaxSlice… in InitSliceInLayer()
1119 if (NULL == pDqLayer->pCountMbNumInSlice) { in InitSliceInLayer()
1347 int32_t* pCountMbNumInSlice = NULL; in ExtendLayerBuffer() local
1370pCountMbNumInSlice = (int32_t*)pMA->WelsMallocz (sizeof (int32_t*) * kiMaxSliceNumNew, "pCountMbNu… in ExtendLayerBuffer()
1371 if (NULL == pCountMbNumInSlice) { in ExtendLayerBuffer()
1375 memset (pCountMbNumInSlice, 0, sizeof (int32_t) * kiMaxSliceNumNew); in ExtendLayerBuffer()
1376 memcpy (pCountMbNumInSlice, pCurLayer->pCountMbNumInSlice, sizeof (int32_t) * kiMaxSliceNumOld); in ExtendLayerBuffer()
[all …]
Dsvc_enc_slice_segment.cpp662 pCurDq->pCountMbNumInSlice[iSliceIdx] = kiSliceRun; in DynamicAdjustSlicePEncCtxAll()
Dslice_multi_threading.cpp80 const int32_t kiEndMbInSlice = iIdx + pCurDq->pCountMbNumInSlice[uiSliceIdc] - 1; in UpdateMbListNeighborParallel()
Dencoder_ext.cpp968 if (pDq->pCountMbNumInSlice) { in FreeDqLayer()
969 pMa->WelsFree (pDq->pCountMbNumInSlice, "pCountMbNumInSlice"); in FreeDqLayer()
970 pDq->pCountMbNumInSlice = NULL; in FreeDqLayer()
/third_party/openh264/codec/encoder/core/inc/
Dsvc_enc_frame.h122 int32_t* pCountMbNumInSlice; member
/third_party/openh264/test/encoder/
DEncUT_SliceBufferReallocate.cpp535 EXPECT_TRUE (NULL != pCtx->pCurDqLayer->pCountMbNumInSlice); in TEST_F()