Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp532 …arEndOfLinePadding (pPic->pData[0], pPic->iLineSize[0], pPic->iWidthInPixel, pPic->iHeightInPixel); in WelsInitScaledPic()
533 …ePadding (pPic->pData[1], pPic->iLineSize[1], pPic->iWidthInPixel >> 1, pPic->iHeightInPixel >> 1); in WelsInitScaledPic()
534 …ePadding (pPic->pData[2], pPic->iLineSize[2], pPic->iWidthInPixel >> 1, pPic->iHeightInPixel >> 1); in WelsInitScaledPic()
603 sSrcPixMap.sRect.iRectHeight = pCurPicture->iHeightInPixel; in DetectSceneChange()
610 sRefPixMap.sRect.iRectHeight = pRefPicture->iHeightInPixel; in DetectSceneChange()
692 sCurPixMap.sRect.iRectHeight = pCurPicture->iHeightInPixel; in VaaCalculation()
699 sRefPixMap.sRect.iRectHeight = pRefPicture->iHeightInPixel; in VaaCalculation()
717 pVaaInfo->iPicHeight = pCurPicture->iHeightInPixel; in BackgroundDetection()
743 sSrcPixMap.sRect.iRectHeight = pCurPicture->iHeightInPixel; in BackgroundDetection()
754 sRefPixMap.sRect.iRectHeight = pRefPicture->iHeightInPixel; in BackgroundDetection()
[all …]
Dpicture_handle.cpp87 pPic->iHeightInPixel = kiHeight; in AllocPicture()
146 pPic->iHeightInPixel = 0; in FreePicture()
Dencoder.cpp443 …const int32_t kiLumaHeight = bFrameCroppingFlag ? (pCurPicture->iHeightInPixel - ((pFrameCrop->i… in DumpDependencyRec()
444 pFrameCrop->iCropBottom) << 1)) : pCurPicture->iHeightInPixel; in DumpDependencyRec()
510 …const int32_t kiLumaHeight = bFrameCroppingFlag ? (pCurPicture->iHeightInPixel - ((pFrameCrop->i… in DumpRecFrame()
511 pFrameCrop->iCropBottom) << 1)) : pCurPicture->iHeightInPixel; in DumpRecFrame()
Dref_list_mgr_svc.cpp375 …erencingPicture (pCtx->pDecPic->pData, pCtx->pDecPic->iWidthInPixel, pCtx->pDecPic->iHeightInPixel, in WelsUpdateRefList()
779 …erencingPicture (pCtx->pDecPic->pData, pCtx->pDecPic->iWidthInPixel, pCtx->pDecPic->iHeightInPixel, in WelsUpdateRefListScreen()
Dsvc_motion_estimate.cpp852 const int32_t kiHeight = pRef->iHeightInPixel - iEdgeDiscard; in CalculateFeatureOfBlock()
/third_party/openh264/codec/decoder/core/src/
Dmanage_dec_ref.cpp177 … && (pRef->iHeightInPixel == pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb->iHeightInPixel); in WelsCheckAndRecoverForFutureDecoding()
180 memset (pRef->pData[0], 128, pRef->iLinesize[0] * pRef->iHeightInPixel); in WelsCheckAndRecoverForFutureDecoding()
181 memset (pRef->pData[1], 128, pRef->iLinesize[1] * pRef->iHeightInPixel / 2); in WelsCheckAndRecoverForFutureDecoding()
182 memset (pRef->pData[2], 128, pRef->iLinesize[2] * pRef->iHeightInPixel / 2); in WelsCheckAndRecoverForFutureDecoding()
187 pRef->iLinesize[0] * pRef->iHeightInPixel); in WelsCheckAndRecoverForFutureDecoding()
189 pRef->iLinesize[1] * pRef->iHeightInPixel / 2); in WelsCheckAndRecoverForFutureDecoding()
191 pRef->iLinesize[2] * pRef->iHeightInPixel / 2); in WelsCheckAndRecoverForFutureDecoding()
197 … ExpandReferencingPicture (pRef->pData, pRef->iWidthInPixel, pRef->iHeightInPixel, pRef->iLinesize, in WelsCheckAndRecoverForFutureDecoding()
Dpic_queue.cpp107 pPic->iHeightInPixel = kiPicHeight; in AllocPicture()
172 uint32_t uiMbHeight = (pPic->iHeightInPixel + 15) >> 4; in FreePicture()
Derror_concealment.cpp398 sMCRefMem.iPicHeight = pDstPic->iHeightInPixel; in DoErrorConSliceMVCopy()
446 …ExpandReferencingPicture (pCtx->pDec->pData, pCtx->pDec->iWidthInPixel, pCtx->pDec->iHeightInPixel, in MarkECFrameAsRef()
Ddecode_slice.cpp158 pCtx->pDec->iHeightInPixel = iCurLayerHeight; in WelsTargetSliceConstruction()
1732 …pCurDqLayer->pDec->iHeightInPixel, pCurDqLayer->iMbX, pCurDqLayer->iMbY, pCurDqLayer->iMbWidth, pC… in WelsDecodeAndConstructSlice()
1734 …pCurDqLayer->pDec->iHeightInPixel / 2, pCurDqLayer->iMbX, pCurDqLayer->iMbY, pCurDqLayer->iMbWidth, in WelsDecodeAndConstructSlice()
1737 …pCurDqLayer->pDec->iHeightInPixel / 2, pCurDqLayer->iMbX, pCurDqLayer->iMbY, pCurDqLayer->iMbWidth, in WelsDecodeAndConstructSlice()
Ddecoder_core.cpp231 uint32_t uiMbHeight = (pCtx->pDec->iHeightInPixel + 15) >> 4; in DecodeFrameConstruction()
2574 uint32_t uiMbHeight = (pCtx->pDec->iHeightInPixel + 15) >> 4; in DecodeCurrentAccessUnit()
2847 …ExpandReferencingPicture (pCtx->pDec->pData, pCtx->pDec->iWidthInPixel, pCtx->pDec->iHeightInPixel, in DecodeCurrentAccessUnit()
Ddecoder.cpp953 || pCtx->pTempDec->iHeightInPixel != kiPicHeight)) { in SyncPictureResolutionExt()
/third_party/openh264/codec/decoder/core/inc/
Dpicture.h65 int32_t iHeightInPixel;// picture height in pixel member
/third_party/openh264/codec/encoder/core/inc/
Dpicture.h74 int32_t iHeightInPixel;// picture height in pixel member
/third_party/openh264/test/encoder/
DEncUT_MotionEstimate.cpp459 pRefPic->iHeightInPixel = m_iHeight; in InitRefPicForMeTest()