Searched refs:iHeightInPixel (Results 1 – 14 of 14) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 532 …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 …]
|
D | picture_handle.cpp | 87 pPic->iHeightInPixel = kiHeight; in AllocPicture() 146 pPic->iHeightInPixel = 0; in FreePicture()
|
D | encoder.cpp | 443 …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()
|
D | ref_list_mgr_svc.cpp | 375 …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()
|
D | svc_motion_estimate.cpp | 852 const int32_t kiHeight = pRef->iHeightInPixel - iEdgeDiscard; in CalculateFeatureOfBlock()
|
/third_party/openh264/codec/decoder/core/src/ |
D | manage_dec_ref.cpp | 177 … && (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()
|
D | pic_queue.cpp | 107 pPic->iHeightInPixel = kiPicHeight; in AllocPicture() 172 uint32_t uiMbHeight = (pPic->iHeightInPixel + 15) >> 4; in FreePicture()
|
D | error_concealment.cpp | 398 sMCRefMem.iPicHeight = pDstPic->iHeightInPixel; in DoErrorConSliceMVCopy() 446 …ExpandReferencingPicture (pCtx->pDec->pData, pCtx->pDec->iWidthInPixel, pCtx->pDec->iHeightInPixel, in MarkECFrameAsRef()
|
D | decode_slice.cpp | 158 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()
|
D | decoder_core.cpp | 231 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()
|
D | decoder.cpp | 953 || pCtx->pTempDec->iHeightInPixel != kiPicHeight)) { in SyncPictureResolutionExt()
|
/third_party/openh264/codec/decoder/core/inc/ |
D | picture.h | 65 int32_t iHeightInPixel;// picture height in pixel member
|
/third_party/openh264/codec/encoder/core/inc/ |
D | picture.h | 74 int32_t iHeightInPixel;// picture height in pixel member
|
/third_party/openh264/test/encoder/ |
D | EncUT_MotionEstimate.cpp | 459 pRefPic->iHeightInPixel = m_iHeight; in InitRefPicForMeTest()
|