Searched refs:iRectHeight (Results 1 – 14 of 14) sorted by relevance
43 || 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()
116 int32_t iPicHeight = pRefPixMap->sRect.iRectHeight; in ScrollDetectionCore()
76 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()
236 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()
60 sSrcMap.sRect.iRectHeight = sRefMap.sRect.iRectHeight = iHeight; in TEST()
583 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 …]
110 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()
76 int32_t iHeightY = pSrc->sRect.iRectHeight; in Process()
146 int32_t iSrcHeightY = pSrcPixMap->sRect.iRectHeight; in Process()148 int32_t iDstHeightY = pDstPixMap->sRect.iRectHeight; in Process()
118 int32_t iPicHeight = pSrcPixMap->sRect.iRectHeight; in Process()
109 int iRectHeight; member
219 m_sLocalParam.iHeight = pSrcPixMap->sRect.iRectHeight; in Process()
61 int32_t iHeight = pSrcPixMap->sRect.iRectHeight; in Process()
76 m_BgdParam.iBgdHeight = pSrcPixMap->sRect.iRectHeight; in Process()