Home
last modified time | relevance | path

Searched refs:iWidthInPixel (Results 1 – 14 of 14) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp532 …ClearEndOfLinePadding (pPic->pData[0], pPic->iLineSize[0], pPic->iWidthInPixel, pPic->iHeightInPix… in WelsInitScaledPic()
533 …ClearEndOfLinePadding (pPic->pData[1], pPic->iLineSize[1], pPic->iWidthInPixel >> 1, pPic->iHeight… in WelsInitScaledPic()
534 …ClearEndOfLinePadding (pPic->pData[2], pPic->iLineSize[2], pPic->iWidthInPixel >> 1, pPic->iHeight… in WelsInitScaledPic()
602 sSrcPixMap.sRect.iRectWidth = pCurPicture->iWidthInPixel; in DetectSceneChange()
609 sRefPixMap.sRect.iRectWidth = pRefPicture->iWidthInPixel; in DetectSceneChange()
691 sCurPixMap.sRect.iRectWidth = pCurPicture->iWidthInPixel; in VaaCalculation()
698 sRefPixMap.sRect.iRectWidth = pRefPicture->iWidthInPixel; in VaaCalculation()
716 pVaaInfo->iPicWidth = pCurPicture->iWidthInPixel; in BackgroundDetection()
742 sSrcPixMap.sRect.iRectWidth = pCurPicture->iWidthInPixel; in BackgroundDetection()
753 sRefPixMap.sRect.iRectWidth = pRefPicture->iWidthInPixel; in BackgroundDetection()
[all …]
Dpicture_handle.cpp86 pPic->iWidthInPixel = kiWidth; in AllocPicture()
145 pPic->iWidthInPixel = 0; in FreePicture()
Dencoder.cpp441 …const int32_t kiLumaWidth = bFrameCroppingFlag ? (pCurPicture->iWidthInPixel - ((pFrameCrop->iC… in DumpDependencyRec()
442 pFrameCrop->iCropRight) << 1)) : pCurPicture->iWidthInPixel; in DumpDependencyRec()
508 …const int32_t kiLumaWidth = bFrameCroppingFlag ? (pCurPicture->iWidthInPixel - ((pFrameCrop->iC… in DumpRecFrame()
509 pFrameCrop->iCropRight) << 1)) : pCurPicture->iWidthInPixel; in DumpRecFrame()
Dref_list_mgr_svc.cpp375 …ExpandReferencingPicture (pCtx->pDecPic->pData, pCtx->pDecPic->iWidthInPixel, pCtx->pDecPic->iHeig… in WelsUpdateRefList()
779 …ExpandReferencingPicture (pCtx->pDecPic->pData, pCtx->pDecPic->iWidthInPixel, pCtx->pDecPic->iHeig… in WelsUpdateRefListScreen()
Dsvc_motion_estimate.cpp851 const int32_t iWidth = pRef->iWidthInPixel - iEdgeDiscard; in CalculateFeatureOfBlock()
/third_party/openh264/codec/decoder/core/inc/
Dpicture.h64 int32_t iWidthInPixel; // picture width in pixel member
/third_party/openh264/codec/encoder/core/inc/
Dpicture.h73 int32_t iWidthInPixel; // picture width in pixel member
/third_party/openh264/codec/decoder/core/src/
Derror_concealment.cpp397 sMCRefMem.iPicWidth = pDstPic->iWidthInPixel; in DoErrorConSliceMVCopy()
446 …ExpandReferencingPicture (pCtx->pDec->pData, pCtx->pDec->iWidthInPixel, pCtx->pDec->iHeightInPixel, in MarkECFrameAsRef()
Dpic_queue.cpp106 pPic->iWidthInPixel = kiPicWidth; in AllocPicture()
Dmanage_dec_ref.cpp176 … && (pRef->iWidthInPixel == pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb->iWidthInPixel) in WelsCheckAndRecoverForFutureDecoding()
197 … ExpandReferencingPicture (pRef->pData, pRef->iWidthInPixel, pRef->iHeightInPixel, pRef->iLinesize, in WelsCheckAndRecoverForFutureDecoding()
Ddecode_slice.cpp157 pCtx->pDec->iWidthInPixel = iCurLayerWidth; in WelsTargetSliceConstruction()
1731 …_c (pCurDqLayer->pDec->pData[0], pCurDqLayer->pDec->iLinesize[0], pCurDqLayer->pDec->iWidthInPixel, in WelsDecodeAndConstructSlice()
1733 …pCurDqLayer->pDec->pData[1], pCurDqLayer->pDec->iLinesize[1], pCurDqLayer->pDec->iWidthInPixel / 2, in WelsDecodeAndConstructSlice()
1736 …pCurDqLayer->pDec->pData[2], pCurDqLayer->pDec->iLinesize[2], pCurDqLayer->pDec->iWidthInPixel / 2, in WelsDecodeAndConstructSlice()
Ddecoder.cpp951 if (pCtx->pTempDec != NULL && (pCtx->pTempDec->iWidthInPixel != kiPicWidth in SyncPictureResolutionExt()
Ddecoder_core.cpp2847 …ExpandReferencingPicture (pCtx->pDec->pData, pCtx->pDec->iWidthInPixel, pCtx->pDec->iHeightInPixel, in DecodeCurrentAccessUnit()
/third_party/openh264/test/encoder/
DEncUT_MotionEstimate.cpp458 pRefPic->iWidthInPixel = m_iWidth; in InitRefPicForMeTest()