Searched refs:iWidthInPixel (Results 1 – 14 of 14) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 532 …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 …]
|
D | picture_handle.cpp | 86 pPic->iWidthInPixel = kiWidth; in AllocPicture() 145 pPic->iWidthInPixel = 0; in FreePicture()
|
D | encoder.cpp | 441 …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()
|
D | ref_list_mgr_svc.cpp | 375 …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()
|
D | svc_motion_estimate.cpp | 851 const int32_t iWidth = pRef->iWidthInPixel - iEdgeDiscard; in CalculateFeatureOfBlock()
|
/third_party/openh264/codec/decoder/core/inc/ |
D | picture.h | 64 int32_t iWidthInPixel; // picture width in pixel member
|
/third_party/openh264/codec/encoder/core/inc/ |
D | picture.h | 73 int32_t iWidthInPixel; // picture width in pixel member
|
/third_party/openh264/codec/decoder/core/src/ |
D | error_concealment.cpp | 397 sMCRefMem.iPicWidth = pDstPic->iWidthInPixel; in DoErrorConSliceMVCopy() 446 …ExpandReferencingPicture (pCtx->pDec->pData, pCtx->pDec->iWidthInPixel, pCtx->pDec->iHeightInPixel, in MarkECFrameAsRef()
|
D | pic_queue.cpp | 106 pPic->iWidthInPixel = kiPicWidth; in AllocPicture()
|
D | manage_dec_ref.cpp | 176 … && (pRef->iWidthInPixel == pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb->iWidthInPixel) in WelsCheckAndRecoverForFutureDecoding() 197 … ExpandReferencingPicture (pRef->pData, pRef->iWidthInPixel, pRef->iHeightInPixel, pRef->iLinesize, in WelsCheckAndRecoverForFutureDecoding()
|
D | decode_slice.cpp | 157 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()
|
D | decoder.cpp | 951 if (pCtx->pTempDec != NULL && (pCtx->pTempDec->iWidthInPixel != kiPicWidth in SyncPictureResolutionExt()
|
D | decoder_core.cpp | 2847 …ExpandReferencingPicture (pCtx->pDec->pData, pCtx->pDec->iWidthInPixel, pCtx->pDec->iHeightInPixel, in DecodeCurrentAccessUnit()
|
/third_party/openh264/test/encoder/ |
D | EncUT_MotionEstimate.cpp | 458 pRefPic->iWidthInPixel = m_iWidth; in InitRefPicForMeTest()
|