Searched refs:pOverallMbMap (Results 1 – 4 of 4) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | svc_enc_slice_segment.cpp | 83 WelsSetMemMultiplebytes_c (pSliceSeg->pOverallMbMap + kiFirstMb, iSliceIdx, in AssignMbMapMultipleSlices() 103 pSliceSeg->pOverallMbMap[iMbIdx + iRunIdx] = iSliceIdx; in AssignMbMapMultipleSlices() 366 …bHeight == kiMbHeight && pSliceSeg->uiSliceMode == uiSliceMode && pSliceSeg->pOverallMbMap != NULL) in InitSliceSegment() 369 if (NULL != pSliceSeg->pOverallMbMap) { in InitSliceSegment() 370 pMa->WelsFree (pSliceSeg->pOverallMbMap, "pSliceSeg->pOverallMbMap"); in InitSliceSegment() 372 pSliceSeg->pOverallMbMap = NULL; in InitSliceSegment() 384 …pSliceSeg->pOverallMbMap = (uint16_t*)pMa->WelsMallocz (kiCountMbNum * sizeof (uint16_t), "pSliceS… in InitSliceSegment() 386 WELS_VERIFY_RETURN_IF (1, NULL == pSliceSeg->pOverallMbMap) in InitSliceSegment() 394 …return AssignMbMapSingleSlice (pSliceSeg->pOverallMbMap, kiCountMbNum, sizeof (pSliceSeg->pOverall… in InitSliceSegment() 400 …pSliceSeg->pOverallMbMap = (uint16_t*)pMa->WelsMallocz (kiCountMbNum * sizeof (uint16_t), "pSliceS… in InitSliceSegment() [all …]
|
D | svc_encode_slice.cpp | 1693 uint16_t iCurSliceIdc = pSliceCtx->pOverallMbMap[ iCurMbIdx ]; in AddSliceBoundary() 1720 WelsSetMemMultiplebytes_c (pSliceCtx->pOverallMbMap + iFirstMbIdxOfNextSlice, iNextSliceIdc, in AddSliceBoundary() 1737 …const bool kbCurMbNotFirstMbOfCurSlice = ((iCurMbIdx > 0) && (pSliceCtx->pOverallMbMap[iCurMbIdx]… in DynSlcJudgeSliceBoundaryStepBack() 1738 pSliceCtx->pOverallMbMap[iCurMbIdx - 1])); in DynSlcJudgeSliceBoundaryStepBack()
|
D | encoder_ext.cpp | 2457 WelsSetMemMultiplebytes_c (pSliceCtx->pOverallMbMap + iFirstMbIdx, i, in UpdateSlicepEncCtxWithPartition()
|
/third_party/openh264/codec/encoder/core/inc/ |
D | svc_enc_slice_segment.h | 87 uint16_t* pOverallMbMap; /* overall MB map in frame, store virtual slice idc… member
|