Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/scrolldetection/
DScrollDetection.cpp43 || pRefPixMap->sRect.iRectHeight != pSrcPixMap->sRect.iRectHeight) { in Process()
77 iHeight = m_sScrollDetectionParam.sMaskRect.iRectHeight; in ScrollDetectionWithMask()
94 const int32_t kiPicBorderWidth = pSrcPixMap->sRect.iRectHeight >> 4; in ScrollDetectionWithoutMask()
96 const int32_t kiRegionHeight = (pSrcPixMap->sRect.iRectHeight * 7) >> 3; in ScrollDetectionWithoutMask()
97 const int32_t kiHieghtStride = (int) pSrcPixMap->sRect.iRectHeight * 5 / 24; in ScrollDetectionWithoutMask()
101 iStartY = -pSrcPixMap->sRect.iRectHeight * 7 / 48 + (int) (i / 3) * (kiHieghtStride); in ScrollDetectionWithoutMask()
DScrollDetectionFuncs.cpp116 int32_t iPicHeight = pRefPixMap->sRect.iRectHeight; in ScrollDetectionCore()
/third_party/openh264/codec/processing/src/imagerotate/
Dimagerotate.cpp76 pSrc->sRect.iRectHeight, (uint8_t*)pDst->pPixel[0]); in Process()
79 pSrc->sRect.iRectHeight, (uint8_t*)pDst->pPixel[0]); in Process()
81 (pSrc->sRect.iRectHeight >> 1), (uint8_t*)pDst->pPixel[1]); in Process()
83 (pSrc->sRect.iRectHeight >> 1), (uint8_t*)pDst->pPixel[2]); in Process()
/third_party/openh264/codec/processing/src/common/
DWelsFrameWork.cpp236 if (pSrcPixMap.sRect.iRectWidth <= 0 || pSrcPixMap.sRect.iRectHeight <= 0 in CheckValid()
237 || pSrcPixMap.sRect.iRectWidth * pSrcPixMap.sRect.iRectHeight > (MAX_MBS_PER_FRAME << 8)) in CheckValid()
239 if (pSrcPixMap.sRect.iRectTop >= pSrcPixMap.sRect.iRectHeight in CheckValid()
244 if (pDstPixMap.sRect.iRectWidth <= 0 || pDstPixMap.sRect.iRectHeight <= 0 in CheckValid()
245 || pDstPixMap.sRect.iRectWidth * pDstPixMap.sRect.iRectHeight > (MAX_MBS_PER_FRAME << 8)) in CheckValid()
247 if (pDstPixMap.sRect.iRectTop >= pDstPixMap.sRect.iRectHeight in CheckValid()
/third_party/openh264/test/processing/
DProcessUT_ScrollDetection.cpp60 sSrcMap.sRect.iRectHeight = sRefMap.sRect.iRectHeight = iHeight; in TEST()
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp583 sSrcPixMap.sRect.iRectHeight = kiHeight; in BilateralDenoising()
603 sSrcPixMap.sRect.iRectHeight = pCurPicture->iHeightInPixel; in DetectSceneChange()
610 sRefPixMap.sRect.iRectHeight = pRefPicture->iHeightInPixel; in DetectSceneChange()
637 sSrcPixMap.sRect.iRectHeight = iSrcHeight; in DownsamplePadding()
650 sDstPicMap.sRect.iRectHeight = iShrinkHeight; in DownsamplePadding()
692 sCurPixMap.sRect.iRectHeight = pCurPicture->iHeightInPixel; in VaaCalculation()
699 sRefPixMap.sRect.iRectHeight = pRefPicture->iHeightInPixel; in VaaCalculation()
743 sSrcPixMap.sRect.iRectHeight = pCurPicture->iHeightInPixel; in BackgroundDetection()
754 sRefPixMap.sRect.iRectHeight = pRefPicture->iHeightInPixel; in BackgroundDetection()
784 pSrc.sRect.iRectHeight = pCurPicture->iHeightInPixel; in AdaptiveQuantCalculation()
[all …]
/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp110 int32_t iHeight = pSrcPixMap->sRect.iRectHeight; in GetFrameSadExcludeBackground()
173 int32_t iHeight = pSrcPixMap->sRect.iRectHeight; in AnalyzeGomComplexityViaSad()
222 int32_t iHeight = pSrcPixMap->sRect.iRectHeight; in AnalyzeGomComplexityViaVar()
352 int32_t iHeight = pSrc->sRect.iRectHeight; in GomComplexityAnalysisIntra()
408 int32_t iHeight = pSrc->sRect.iRectHeight; in GomComplexityAnalysisInter()
/third_party/openh264/codec/processing/src/denoise/
Ddenoise.cpp76 int32_t iHeightY = pSrc->sRect.iRectHeight; in Process()
/third_party/openh264/codec/processing/src/downsample/
Ddownsample.cpp146 int32_t iSrcHeightY = pSrcPixMap->sRect.iRectHeight; in Process()
148 int32_t iDstHeightY = pDstPixMap->sRect.iRectHeight; in Process()
/third_party/openh264/codec/processing/src/vaacalc/
Dvaacalculation.cpp118 int32_t iPicHeight = pSrcPixMap->sRect.iRectHeight; in Process()
/third_party/openh264/codec/processing/interface/
DIWelsVP.h109 int iRectHeight; member
/third_party/openh264/codec/processing/src/scenechangedetection/
DSceneChangeDetection.h219 m_sLocalParam.iHeight = pSrcPixMap->sRect.iRectHeight; in Process()
/third_party/openh264/codec/processing/src/adaptivequantization/
DAdaptiveQuantization.cpp61 int32_t iHeight = pSrcPixMap->sRect.iRectHeight; in Process()
/third_party/openh264/codec/processing/src/backgrounddetection/
DBackgroundDetection.cpp76 m_BgdParam.iBgdHeight = pSrcPixMap->sRect.iRectHeight; in Process()