Home
last modified time | relevance | path

Searched refs:pCtx (Results 1 – 25 of 1573) sorted by relevance

12345678910>>...63

/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/codec/decoder/core/src/
H A Ddecoder.cpp344 if ((pCtx == NULL) || (pCtx->pSps == NULL)) { in GetTargetRefListSize()
391 …if (pCtx->bHaveGotMemory && (kiPicWidth == pCtx->iImgWidthInPixel && kiPicHeight == pCtx->iImgHeig… in WelsRequestMem()
399 … iErr = IncreasePicBuff (pCtx, &pCtx->pPicBuff, pCtx->pPicBuff->iCapacity, kiPicWidth, kiPicHeight, in WelsRequestMem()
402 … iErr = DecreasePicBuff (pCtx, &pCtx->pPicBuff, pCtx->pPicBuff->iCapacity, kiPicWidth, kiPicHeight, in WelsRequestMem()
409pCtx->iImgWidthInPixel, pCtx->iImgHeightInPixel, kiPicWidth, kiPicHeight, pCtx->pPicBuff->iCapacit… in WelsRequestMem()
456 ResetFmoList (pCtx); in WelsFreeDynamicMemory()
467 FreePicture (pCtx->pTempDec, pCtx->pMemAlign); in WelsFreeDynamicMemory()
489 InitDecFuncs (pCtx, pCtx->uiCpuFlag); in WelsOpenDecoder()
550 InitErrorCon (pCtx); in DecoderConfigParam()
554 pCtx->eVideoType = pCtx->pParam->sVideoProperty.eVideoBsType; in DecoderConfigParam()
[all …]
H A Ddecoder_core.cpp587 pCtx->sRawData.pStartPos = pCtx->sRawData.pCurPos = pCtx->sRawData.pHead; in InitBsBuffer()
588 pCtx->sRawData.pEnd = pCtx->sRawData.pHead + pCtx->iMaxBsBufferSizeInByte; in InitBsBuffer()
606 pCtx->sSavedData.pStartPos = pCtx->sSavedData.pCurPos = pCtx->sSavedData.pHead; in InitBsBuffer()
607 pCtx->sSavedData.pEnd = pCtx->sSavedData.pHead + pCtx->iMaxBsBufferSizeInByte; in InitBsBuffer()
2201 pCtx->bNewSeqBegin = pCtx->bNewSeqBegin || pCtx->bNextNewSeqBegin; in DecodeFinishUpdate()
2233 pCtx->bNewSeqBegin = pCtx->bNewSeqBegin || pCtx->bNextNewSeqBegin; in ConstructAccessUnit()
2438 pCtx->pDec->iMbNum = pCtx->pSps->iMbWidth * pCtx->pSps->iMbHeight; in DecodeCurrentAccessUnit()
2483 pCtx->pFmo = &pCtx->sFmoList[iPpsId]; in DecodeCurrentAccessUnit()
2622 pCtx->iTotalNumMbRec = pCtx->pSps->iMbWidth * pCtx->pSps->iMbHeight; in DecodeCurrentAccessUnit()
2708 pCtx->iTotalNumMbRec = pCtx->pSps->iMbWidth * pCtx->pSps->iMbHeight; in CheckAndFinishLastPic()
[all …]
H A Derror_concealment.cpp90 pCtx->pDec->iMbEcedNum = pCtx->pSps->iMbWidth * pCtx->pSps->iMbHeight; in DoErrorConFrameCopy()
277 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
284 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
290 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
297 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
303 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
315 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
365 pCtx->iECMVs[i][0] = pCtx->iECMVs[i][0] / iInterMbCorrectNum[i]; in GetAvilInfoFromCorrectMb()
366 pCtx->iECMVs[i][1] = pCtx->iECMVs[i][1] / iInterMbCorrectNum[i]; in GetAvilInfoFromCorrectMb()
439 …ExpandReferencingPicture (pCtx->pDec->pData, pCtx->pDec->iWidthInPixel, pCtx->pDec->iHeightInPixel, in MarkECFrameAsRef()
[all …]
H A Dmanage_dec_ref.cpp92 pCtx->sRefPic.uiLongRefCount[LIST_0] = pCtx->sRefPic.uiShortRefCount[LIST_0] = 0; in WelsResetRefPic()
115 …if ((pCtx->sRefPic.uiShortRefCount[LIST_0] + pCtx->sRefPic.uiLongRefCount[LIST_0] <= 0) && (pCtx->… in WelsCheckAndRecoverForFutureDecoding()
235 pCtx->sRefPic.pRefList[LIST_0][i] = pCtx->sRefPic.pRefList[LIST_0][j]; in WelsInitBSliceRefList()
251 pCtx->sRefPic.pRefList[LIST_0][i] = pCtx->sRefPic.pRefList[LIST_0][j]; in WelsInitBSliceRefList()
276 pCtx->sRefPic.pRefList[LIST_1][i] = pCtx->sRefPic.pRefList[LIST_1][j]; in WelsInitBSliceRefList()
337 if (pCtx->eSliceType == I_SLICE || pCtx->eSliceType == SI_SLICE) { in WelsReorderRefList()
430 if (pCtx->eSliceType == I_SLICE || pCtx->eSliceType == SI_SLICE) { in WelsReorderRefList2()
539 pCtx->pDec->iSpsId = pCtx->pSps->iSpsId; in WelsMarkAsRef()
540 pCtx->pDec->iPpsId = pCtx->pPps->iPpsId; in WelsMarkAsRef()
687 pCtx->iFrameNumOfAuMarkedLtr = pCtx->iFrameNum; in MMCOProcess()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openh264/src/codec/decoder/core/src/
H A Ddecoder.cpp437 if ((pCtx == NULL) || (pCtx->pSps == NULL)) { in GetTargetRefListSize()
489 …if (pCtx->bHaveGotMemory && (kiPicWidth == pCtx->iImgWidthInPixel && kiPicHeight == pCtx->iImgHeig… in WelsRequestMem()
497 … iErr = IncreasePicBuff (pCtx, &pCtx->pPicBuff, pCtx->pPicBuff->iCapacity, kiPicWidth, kiPicHeight, in WelsRequestMem()
500 … iErr = DecreasePicBuff (pCtx, &pCtx->pPicBuff, pCtx->pPicBuff->iCapacity, kiPicWidth, kiPicHeight, in WelsRequestMem()
507pCtx->iImgWidthInPixel, pCtx->iImgHeightInPixel, kiPicWidth, kiPicHeight, pCtx->pPicBuff->iCapacit… in WelsRequestMem()
576 FreePicture (pCtx->pTempDec, pCtx->pMemAlign); in WelsFreeDynamicMemory()
598 InitDecFuncs (pCtx, pCtx->uiCpuFlag); in WelsOpenDecoder()
663 pCtx->eVideoType = pCtx->pParam->sVideoProperty.eVideoBsType; in DecoderConfigParam()
686 if (pCtx == NULL) { in WelsInitDecoder()
950 FreePicture (pCtx->pTempDec, pCtx->pMemAlign); in SyncPictureResolutionExt()
[all …]
H A Ddecoder_core.cpp611 pCtx->sRawData.pStartPos = pCtx->sRawData.pCurPos = pCtx->sRawData.pHead; in InitBsBuffer()
612 pCtx->sRawData.pEnd = pCtx->sRawData.pHead + pCtx->iMaxBsBufferSizeInByte; in InitBsBuffer()
630 pCtx->sSavedData.pStartPos = pCtx->sSavedData.pCurPos = pCtx->sSavedData.pHead; in InitBsBuffer()
631 pCtx->sSavedData.pEnd = pCtx->sSavedData.pHead + pCtx->iMaxBsBufferSizeInByte; in InitBsBuffer()
2238 pCtx->bNewSeqBegin = pCtx->bNewSeqBegin || pCtx->bNextNewSeqBegin; in DecodeFinishUpdate()
2267 pCtx->bNewSeqBegin = pCtx->bNewSeqBegin || pCtx->bNextNewSeqBegin; in WelsDecodeInitAccessUnitStart()
2609 pCtx->pDec->iMbNum = pCtx->pSps->iMbWidth * pCtx->pSps->iMbHeight; in DecodeCurrentAccessUnit()
2655 pCtx->pFmo = &pCtx->sFmoList[iPpsId]; in DecodeCurrentAccessUnit()
2829 pCtx->iTotalNumMbRec = pCtx->pSps->iMbWidth * pCtx->pSps->iMbHeight; in DecodeCurrentAccessUnit()
2943 pCtx->iTotalNumMbRec = pCtx->pSps->iMbWidth * pCtx->pSps->iMbHeight; in CheckAndFinishLastPic()
[all …]
H A Derror_concealment.cpp90 pCtx->pDec->iMbEcedNum = pCtx->pSps->iMbWidth * pCtx->pSps->iMbHeight; in DoErrorConFrameCopy()
277 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
284 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
290 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
297 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
303 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
315 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
365 pCtx->iECMVs[i][0] = pCtx->iECMVs[i][0] / iInterMbCorrectNum[i]; in GetAvilInfoFromCorrectMb()
366 pCtx->iECMVs[i][1] = pCtx->iECMVs[i][1] / iInterMbCorrectNum[i]; in GetAvilInfoFromCorrectMb()
439 …ExpandReferencingPicture (pCtx->pDec->pData, pCtx->pDec->iWidthInPixel, pCtx->pDec->iHeightInPixel, in MarkECFrameAsRef()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/codec/decoder/core/src/
H A Ddecoder.cpp437 if ((pCtx == NULL) || (pCtx->pSps == NULL)) { in GetTargetRefListSize()
489 …if (pCtx->bHaveGotMemory && (kiPicWidth == pCtx->iImgWidthInPixel && kiPicHeight == pCtx->iImgHeig… in WelsRequestMem()
497 … iErr = IncreasePicBuff (pCtx, &pCtx->pPicBuff, pCtx->pPicBuff->iCapacity, kiPicWidth, kiPicHeight, in WelsRequestMem()
500 … iErr = DecreasePicBuff (pCtx, &pCtx->pPicBuff, pCtx->pPicBuff->iCapacity, kiPicWidth, kiPicHeight, in WelsRequestMem()
507pCtx->iImgWidthInPixel, pCtx->iImgHeightInPixel, kiPicWidth, kiPicHeight, pCtx->pPicBuff->iCapacit… in WelsRequestMem()
576 FreePicture (pCtx->pTempDec, pCtx->pMemAlign); in WelsFreeDynamicMemory()
598 InitDecFuncs (pCtx, pCtx->uiCpuFlag); in WelsOpenDecoder()
663 pCtx->eVideoType = pCtx->pParam->sVideoProperty.eVideoBsType; in DecoderConfigParam()
686 if (pCtx == NULL) { in WelsInitDecoder()
950 FreePicture (pCtx->pTempDec, pCtx->pMemAlign); in SyncPictureResolutionExt()
[all …]
H A Ddecoder_core.cpp611 pCtx->sRawData.pStartPos = pCtx->sRawData.pCurPos = pCtx->sRawData.pHead; in InitBsBuffer()
612 pCtx->sRawData.pEnd = pCtx->sRawData.pHead + pCtx->iMaxBsBufferSizeInByte; in InitBsBuffer()
630 pCtx->sSavedData.pStartPos = pCtx->sSavedData.pCurPos = pCtx->sSavedData.pHead; in InitBsBuffer()
631 pCtx->sSavedData.pEnd = pCtx->sSavedData.pHead + pCtx->iMaxBsBufferSizeInByte; in InitBsBuffer()
2238 pCtx->bNewSeqBegin = pCtx->bNewSeqBegin || pCtx->bNextNewSeqBegin; in DecodeFinishUpdate()
2267 pCtx->bNewSeqBegin = pCtx->bNewSeqBegin || pCtx->bNextNewSeqBegin; in WelsDecodeInitAccessUnitStart()
2609 pCtx->pDec->iMbNum = pCtx->pSps->iMbWidth * pCtx->pSps->iMbHeight; in DecodeCurrentAccessUnit()
2655 pCtx->pFmo = &pCtx->sFmoList[iPpsId]; in DecodeCurrentAccessUnit()
2829 pCtx->iTotalNumMbRec = pCtx->pSps->iMbWidth * pCtx->pSps->iMbHeight; in DecodeCurrentAccessUnit()
2943 pCtx->iTotalNumMbRec = pCtx->pSps->iMbWidth * pCtx->pSps->iMbHeight; in CheckAndFinishLastPic()
[all …]
H A Derror_concealment.cpp90 pCtx->pDec->iMbEcedNum = pCtx->pSps->iMbWidth * pCtx->pSps->iMbHeight; in DoErrorConFrameCopy()
277 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
284 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
290 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
297 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
303 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
315 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
365 pCtx->iECMVs[i][0] = pCtx->iECMVs[i][0] / iInterMbCorrectNum[i]; in GetAvilInfoFromCorrectMb()
366 pCtx->iECMVs[i][1] = pCtx->iECMVs[i][1] / iInterMbCorrectNum[i]; in GetAvilInfoFromCorrectMb()
439 …ExpandReferencingPicture (pCtx->pDec->pData, pCtx->pDec->iWidthInPixel, pCtx->pDec->iHeightInPixel, in MarkECFrameAsRef()
[all …]
/dports/multimedia/openh264/openh264-2.1.1/codec/decoder/core/src/
H A Ddecoder.cpp437 if ((pCtx == NULL) || (pCtx->pSps == NULL)) { in GetTargetRefListSize()
489 …if (pCtx->bHaveGotMemory && (kiPicWidth == pCtx->iImgWidthInPixel && kiPicHeight == pCtx->iImgHeig… in WelsRequestMem()
497 … iErr = IncreasePicBuff (pCtx, &pCtx->pPicBuff, pCtx->pPicBuff->iCapacity, kiPicWidth, kiPicHeight, in WelsRequestMem()
500 … iErr = DecreasePicBuff (pCtx, &pCtx->pPicBuff, pCtx->pPicBuff->iCapacity, kiPicWidth, kiPicHeight, in WelsRequestMem()
507pCtx->iImgWidthInPixel, pCtx->iImgHeightInPixel, kiPicWidth, kiPicHeight, pCtx->pPicBuff->iCapacit… in WelsRequestMem()
576 FreePicture (pCtx->pTempDec, pCtx->pMemAlign); in WelsFreeDynamicMemory()
598 InitDecFuncs (pCtx, pCtx->uiCpuFlag); in WelsOpenDecoder()
663 pCtx->eVideoType = pCtx->pParam->sVideoProperty.eVideoBsType; in DecoderConfigParam()
686 if (pCtx == NULL) { in WelsInitDecoder()
950 FreePicture (pCtx->pTempDec, pCtx->pMemAlign); in SyncPictureResolutionExt()
[all …]
H A Ddecoder_core.cpp611 pCtx->sRawData.pStartPos = pCtx->sRawData.pCurPos = pCtx->sRawData.pHead; in InitBsBuffer()
612 pCtx->sRawData.pEnd = pCtx->sRawData.pHead + pCtx->iMaxBsBufferSizeInByte; in InitBsBuffer()
630 pCtx->sSavedData.pStartPos = pCtx->sSavedData.pCurPos = pCtx->sSavedData.pHead; in InitBsBuffer()
631 pCtx->sSavedData.pEnd = pCtx->sSavedData.pHead + pCtx->iMaxBsBufferSizeInByte; in InitBsBuffer()
2238 pCtx->bNewSeqBegin = pCtx->bNewSeqBegin || pCtx->bNextNewSeqBegin; in DecodeFinishUpdate()
2267 pCtx->bNewSeqBegin = pCtx->bNewSeqBegin || pCtx->bNextNewSeqBegin; in WelsDecodeInitAccessUnitStart()
2609 pCtx->pDec->iMbNum = pCtx->pSps->iMbWidth * pCtx->pSps->iMbHeight; in DecodeCurrentAccessUnit()
2655 pCtx->pFmo = &pCtx->sFmoList[iPpsId]; in DecodeCurrentAccessUnit()
2815 pCtx->iTotalNumMbRec = pCtx->pSps->iMbWidth * pCtx->pSps->iMbHeight; in DecodeCurrentAccessUnit()
2929 pCtx->iTotalNumMbRec = pCtx->pSps->iMbWidth * pCtx->pSps->iMbHeight; in CheckAndFinishLastPic()
[all …]
H A Derror_concealment.cpp90 pCtx->pDec->iMbEcedNum = pCtx->pSps->iMbWidth * pCtx->pSps->iMbHeight; in DoErrorConFrameCopy()
277 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
284 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
290 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
297 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
303 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
315 pCtx->pECRefPic[iRefIdx] = pCtx->sRefPic.pRefList[LIST_0][iRefIdx]; in GetAvilInfoFromCorrectMb()
365 pCtx->iECMVs[i][0] = pCtx->iECMVs[i][0] / iInterMbCorrectNum[i]; in GetAvilInfoFromCorrectMb()
366 pCtx->iECMVs[i][1] = pCtx->iECMVs[i][1] / iInterMbCorrectNum[i]; in GetAvilInfoFromCorrectMb()
439 …ExpandReferencingPicture (pCtx->pDec->pData, pCtx->pDec->iWidthInPixel, pCtx->pDec->iHeightInPixel, in MarkECFrameAsRef()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/codec/encoder/core/src/
H A Dref_list_mgr_svc.cpp155 SLTRState* pLtr = &pCtx->pLtr[pCtx->uiDependencyId]; in DeleteInvalidLTR()
198 SLTRState* pLtr = &pCtx->pLtr[pCtx->uiDependencyId]; in HandleLTRMarkFeedback()
255 SLTRState* pLtr = &pCtx->pLtr[pCtx->uiDependencyId]; in LTRMarkProcess()
298 pCtx->bRefOfCurTidIsLtr[pCtx->uiDependencyId][pCtx->uiTemporalId] = true; in LTRMarkProcess()
434 SLTRState* pLtr = &pCtx->pLtr[pCtx->uiDependencyId]; in CheckCurMarkFrameNumUsed()
627 pCtx->pRefList0[pCtx->iNumRef0++] = pRef; in WelsBuildRefList()
748 UpdateOriginalPicInfo (pCtx->pEncPic, pCtx->pDecPic); in UpdateSrcPicListLosslessScreenRefSelectionWithLtr()
757 UpdateOriginalPicInfo (pCtx->pEncPic, pCtx->pDecPic); in UpdateSrcPicList()
759 pCtx->pVpp->UpdateSrcList (pCtx->pEncPic, iDIdx, pCtx->ppRefPicListExt[iDIdx]->pShortRefList, in UpdateSrcPicList()
785 pCtx->pDecPic->uiTemporalId = pCtx->uiTemporalId; in WelsUpdateRefListScreen()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openh264/src/codec/encoder/core/src/
H A Dref_list_mgr_svc.cpp155 SLTRState* pLtr = &pCtx->pLtr[pCtx->uiDependencyId]; in DeleteInvalidLTR()
198 SLTRState* pLtr = &pCtx->pLtr[pCtx->uiDependencyId]; in HandleLTRMarkFeedback()
255 SLTRState* pLtr = &pCtx->pLtr[pCtx->uiDependencyId]; in LTRMarkProcess()
298 pCtx->bRefOfCurTidIsLtr[pCtx->uiDependencyId][pCtx->uiTemporalId] = true; in LTRMarkProcess()
434 SLTRState* pLtr = &pCtx->pLtr[pCtx->uiDependencyId]; in CheckCurMarkFrameNumUsed()
627 pCtx->pRefList0[pCtx->iNumRef0++] = pRef; in WelsBuildRefList()
747 UpdateOriginalPicInfo (pCtx->pEncPic, pCtx->pDecPic); in UpdateSrcPicListLosslessScreenRefSelectionWithLtr()
756 UpdateOriginalPicInfo (pCtx->pEncPic, pCtx->pDecPic); in UpdateSrcPicList()
758 pCtx->pVpp->UpdateSrcList (pCtx->pEncPic, iDIdx, pCtx->ppRefPicListExt[iDIdx]->pShortRefList, in UpdateSrcPicList()
784 pCtx->pDecPic->uiTemporalId = pCtx->uiTemporalId; in WelsUpdateRefListScreen()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/codec/encoder/core/src/
H A Dref_list_mgr_svc.cpp155 SLTRState* pLtr = &pCtx->pLtr[pCtx->uiDependencyId]; in DeleteInvalidLTR()
198 SLTRState* pLtr = &pCtx->pLtr[pCtx->uiDependencyId]; in HandleLTRMarkFeedback()
255 SLTRState* pLtr = &pCtx->pLtr[pCtx->uiDependencyId]; in LTRMarkProcess()
298 pCtx->bRefOfCurTidIsLtr[pCtx->uiDependencyId][pCtx->uiTemporalId] = true; in LTRMarkProcess()
434 SLTRState* pLtr = &pCtx->pLtr[pCtx->uiDependencyId]; in CheckCurMarkFrameNumUsed()
627 pCtx->pRefList0[pCtx->iNumRef0++] = pRef; in WelsBuildRefList()
747 UpdateOriginalPicInfo (pCtx->pEncPic, pCtx->pDecPic); in UpdateSrcPicListLosslessScreenRefSelectionWithLtr()
756 UpdateOriginalPicInfo (pCtx->pEncPic, pCtx->pDecPic); in UpdateSrcPicList()
758 pCtx->pVpp->UpdateSrcList (pCtx->pEncPic, iDIdx, pCtx->ppRefPicListExt[iDIdx]->pShortRefList, in UpdateSrcPicList()
784 pCtx->pDecPic->uiTemporalId = pCtx->uiTemporalId; in WelsUpdateRefListScreen()
[all …]
/dports/multimedia/openh264/openh264-2.1.1/codec/encoder/core/src/
H A Dref_list_mgr_svc.cpp155 SLTRState* pLtr = &pCtx->pLtr[pCtx->uiDependencyId]; in DeleteInvalidLTR()
198 SLTRState* pLtr = &pCtx->pLtr[pCtx->uiDependencyId]; in HandleLTRMarkFeedback()
255 SLTRState* pLtr = &pCtx->pLtr[pCtx->uiDependencyId]; in LTRMarkProcess()
298 pCtx->bRefOfCurTidIsLtr[pCtx->uiDependencyId][pCtx->uiTemporalId] = true; in LTRMarkProcess()
434 SLTRState* pLtr = &pCtx->pLtr[pCtx->uiDependencyId]; in CheckCurMarkFrameNumUsed()
627 pCtx->pRefList0[pCtx->iNumRef0++] = pRef; in WelsBuildRefList()
748 UpdateOriginalPicInfo (pCtx->pEncPic, pCtx->pDecPic); in UpdateSrcPicListLosslessScreenRefSelectionWithLtr()
757 UpdateOriginalPicInfo (pCtx->pEncPic, pCtx->pDecPic); in UpdateSrcPicList()
759 pCtx->pVpp->UpdateSrcList (pCtx->pEncPic, iDIdx, pCtx->ppRefPicListExt[iDIdx]->pShortRefList, in UpdateSrcPicList()
785 pCtx->pDecPic->uiTemporalId = pCtx->uiTemporalId; in WelsUpdateRefListScreen()
[all …]
/dports/multimedia/openh264/openh264-2.1.1/test/encoder/
H A DEncUT_SliceBufferReallocate.cpp28 if (NULL == pCtx || NULL == pCtx->pCurDqLayer || pCtx->iActiveThreadsNum <= 0) { in RandAvailableThread()
269 …int32_t iRet = AcquireLayersNals (&pCtx, pCtx->pSvcParam, &pCtx->pSvcParam->iSpatialLayerNum, &iCo… in InitFrameBsBuffer()
311 pCtx->pMemAlign->WelsFree (pCtx->pOut, "pCtx->pOut"); in UnInitFrameBsBuffer()
361 pCtx->pCurDqLayer = pCtx->ppDqLayerList[iLayerIdx]; in InitLayerSliceBuffer()
444 pCtx->pCurDqLayer = pCtx->ppDqLayerList[iLayerIdx]; in TEST_F()
474 pCtx->pCurDqLayer = pCtx->ppDqLayerList[iLayerIdx]; in TEST_F()
511 pCtx->pCurDqLayer = pCtx->ppDqLayerList[iLayerIdx]; in TEST_F()
552 pCtx->iPosBsBuffer = rand() % pCtx->iFrameBsSize + 1; in TEST_F()
576 pCtx->pCurDqLayer = pCtx->ppDqLayerList[iLayerIdx]; in TEST_F()
607 pCtx->pCurDqLayer = pCtx->ppDqLayerList[iLayerIdx]; in TEST_F()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/test/encoder/
H A DEncUT_SliceBufferReallocate.cpp28 if (NULL == pCtx || NULL == pCtx->pCurDqLayer || pCtx->iActiveThreadsNum <= 0) { in RandAvailableThread()
269 …int32_t iRet = AcquireLayersNals (&pCtx, pCtx->pSvcParam, &pCtx->pSvcParam->iSpatialLayerNum, &iCo… in InitFrameBsBuffer()
311 pCtx->pMemAlign->WelsFree (pCtx->pOut, "pCtx->pOut"); in UnInitFrameBsBuffer()
361 pCtx->pCurDqLayer = pCtx->ppDqLayerList[iLayerIdx]; in InitLayerSliceBuffer()
444 pCtx->pCurDqLayer = pCtx->ppDqLayerList[iLayerIdx]; in TEST_F()
474 pCtx->pCurDqLayer = pCtx->ppDqLayerList[iLayerIdx]; in TEST_F()
511 pCtx->pCurDqLayer = pCtx->ppDqLayerList[iLayerIdx]; in TEST_F()
552 pCtx->iPosBsBuffer = rand() % pCtx->iFrameBsSize + 1; in TEST_F()
576 pCtx->pCurDqLayer = pCtx->ppDqLayerList[iLayerIdx]; in TEST_F()
607 pCtx->pCurDqLayer = pCtx->ppDqLayerList[iLayerIdx]; in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/test/encoder/
H A DEncUT_SliceBufferReallocate.cpp28 if (NULL == pCtx || NULL == pCtx->pCurDqLayer || pCtx->iActiveThreadsNum <= 0) { in RandAvailableThread()
269 …int32_t iRet = AcquireLayersNals (&pCtx, pCtx->pSvcParam, &pCtx->pSvcParam->iSpatialLayerNum, &iCo… in InitFrameBsBuffer()
311 pCtx->pMemAlign->WelsFree (pCtx->pOut, "pCtx->pOut"); in UnInitFrameBsBuffer()
361 pCtx->pCurDqLayer = pCtx->ppDqLayerList[iLayerIdx]; in InitLayerSliceBuffer()
444 pCtx->pCurDqLayer = pCtx->ppDqLayerList[iLayerIdx]; in TEST_F()
474 pCtx->pCurDqLayer = pCtx->ppDqLayerList[iLayerIdx]; in TEST_F()
511 pCtx->pCurDqLayer = pCtx->ppDqLayerList[iLayerIdx]; in TEST_F()
552 pCtx->iPosBsBuffer = rand() % pCtx->iFrameBsSize + 1; in TEST_F()
576 pCtx->pCurDqLayer = pCtx->ppDqLayerList[iLayerIdx]; in TEST_F()
607 pCtx->pCurDqLayer = pCtx->ppDqLayerList[iLayerIdx]; in TEST_F()
[all …]
/dports/devel/asl/asl-current/
H A Dintpseudo.c219 IncCodeFill(&pCtx->CurrCodeFill, pCtx); in IncCurrCodeFill()
328 if (!pCtx->Put4I(t.Contents.Int, pCtx)) in LayoutNibble()
425 if (!pCtx->Put8I(t.Contents.Int, pCtx)) in LayoutByte()
543 if (!pCtx->Put16I(t.Contents.Int, pCtx)) in LayoutWord()
552 if (!pCtx->Put16F(t.Contents.Float, pCtx)) in LayoutWord()
649 if (!pCtx->Put32I(erg.Contents.Int, pCtx)) in LayoutDoubleWord()
787 if (!pCtx->Put64I(erg.Contents.Int, pCtx)) in LayoutQuadWord()
793 if (!pCtx->Put64F(erg.Contents.Float, pCtx)) in LayoutQuadWord()
881 if (!pCtx->Put80F(erg.Contents.Float, pCtx)) in LayoutTenBytes()
1109 IncCodeFillBy(&pCtx->CurrCodeFill, &pCtx->FillIncPerElem, pCtx); in DecodeIntelPseudo_LayoutMult()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libogc/
H A Dexception.c241 …tf("\tGPR00 %08X GPR08 %08X GPR16 %08X GPR24 %08X\n",pCtx->GPR[0], pCtx->GPR[8], pCtx->GPR[16], pC… in c_default_exceptionhandler()
242 …tf("\tGPR01 %08X GPR09 %08X GPR17 %08X GPR25 %08X\n",pCtx->GPR[1], pCtx->GPR[9], pCtx->GPR[17], pC… in c_default_exceptionhandler()
243 …f("\tGPR02 %08X GPR10 %08X GPR18 %08X GPR26 %08X\n",pCtx->GPR[2], pCtx->GPR[10], pCtx->GPR[18], pC… in c_default_exceptionhandler()
244 …f("\tGPR03 %08X GPR11 %08X GPR19 %08X GPR27 %08X\n",pCtx->GPR[3], pCtx->GPR[11], pCtx->GPR[19], pC… in c_default_exceptionhandler()
245 …f("\tGPR04 %08X GPR12 %08X GPR20 %08X GPR28 %08X\n",pCtx->GPR[4], pCtx->GPR[12], pCtx->GPR[20], pC… in c_default_exceptionhandler()
246 …f("\tGPR05 %08X GPR13 %08X GPR21 %08X GPR29 %08X\n",pCtx->GPR[5], pCtx->GPR[13], pCtx->GPR[21], pC… in c_default_exceptionhandler()
247 …f("\tGPR06 %08X GPR14 %08X GPR22 %08X GPR30 %08X\n",pCtx->GPR[6], pCtx->GPR[14], pCtx->GPR[22], pC… in c_default_exceptionhandler()
248 …f("\tGPR07 %08X GPR15 %08X GPR23 %08X GPR31 %08X\n",pCtx->GPR[7], pCtx->GPR[15], pCtx->GPR[23], pC… in c_default_exceptionhandler()
249 kprintf("\tLR %08X SRR0 %08x SRR1 %08x MSR %08x\n", pCtx->LR, pCtx->SRR0, pCtx->SRR1,pCtx->MSR); in c_default_exceptionhandler()
252 _cpu_print_stack((void*)pCtx->SRR0,(void*)pCtx->LR,(void*)pCtx->GPR[1]); in c_default_exceptionhandler()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/codec/processing/src/common/
H A DWelsFrameWorkEx.cpp40 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Init (iType, pCfg) : RET_INVALIDPARAM; in Init()
43 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Uninit (iType) : RET_INVALIDPARAM; in Uninit()
46 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Flush (iType) : RET_INVALIDPARAM; in Flush()
49 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Process (iType, pSrc, dst) : RET_INVALIDPARAM; in Process()
52 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Get (iType, pParam) : RET_INVALIDPARAM; in Get()
55 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Set (iType, pParam) : RET_INVALIDPARAM; in Set()
58 …return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->SpecialFeature (iType, pIn, pOut) : RET_INVALIDPARA… in SpecialFeature()
79 *pCtx = pVPc; in CreateSpecificVpInterface()
88 if (pCtx) { in DestroySpecificVpInterface()
89 DestroySpecificVpInterface (WelsStaticCast (IWelsVP*, pCtx->pCtx)); in DestroySpecificVpInterface()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openh264/src/codec/processing/src/common/
H A DWelsFrameWorkEx.cpp40 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Init (iType, pCfg) : RET_INVALIDPARAM; in Init()
43 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Uninit (iType) : RET_INVALIDPARAM; in Uninit()
46 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Flush (iType) : RET_INVALIDPARAM; in Flush()
49 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Process (iType, pSrc, dst) : RET_INVALIDPARAM; in Process()
52 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Get (iType, pParam) : RET_INVALIDPARAM; in Get()
55 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Set (iType, pParam) : RET_INVALIDPARAM; in Set()
58 …return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->SpecialFeature (iType, pIn, pOut) : RET_INVALIDPARA… in SpecialFeature()
79 *pCtx = pVPc; in CreateSpecificVpInterface()
88 if (pCtx) { in DestroySpecificVpInterface()
89 DestroySpecificVpInterface (WelsStaticCast (IWelsVP*, pCtx->pCtx)); in DestroySpecificVpInterface()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/codec/processing/src/common/
H A DWelsFrameWorkEx.cpp40 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Init (iType, pCfg) : RET_INVALIDPARAM; in Init()
43 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Uninit (iType) : RET_INVALIDPARAM; in Uninit()
46 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Flush (iType) : RET_INVALIDPARAM; in Flush()
49 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Process (iType, pSrc, dst) : RET_INVALIDPARAM; in Process()
52 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Get (iType, pParam) : RET_INVALIDPARAM; in Get()
55 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Set (iType, pParam) : RET_INVALIDPARAM; in Set()
58 …return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->SpecialFeature (iType, pIn, pOut) : RET_INVALIDPARA… in SpecialFeature()
79 *pCtx = pVPc; in CreateSpecificVpInterface()
88 if (pCtx) { in DestroySpecificVpInterface()
89 DestroySpecificVpInterface (WelsStaticCast (IWelsVP*, pCtx->pCtx)); in DestroySpecificVpInterface()
[all …]

12345678910>>...63