Home
last modified time | relevance | path

Searched refs:iBgdHeight (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/processing/src/backgrounddetection/
DBackgroundDetection.cpp76 m_BgdParam.iBgdHeight = pSrcPixMap->sRect.iRectHeight; in Process()
81 int32_t iCurFrameSize = m_BgdParam.iBgdWidth * m_BgdParam.iBgdHeight; in Process()
84 m_BgdParam.pOU_array = AllocateOUArrayMemory (m_BgdParam.iBgdWidth, m_BgdParam.iBgdHeight); in Process()
159 int32_t iPicHeightInOU = pBgdParam->iBgdHeight >> LOG2_BGD_OU_SIZE; in ForegroundBackgroundDivision()
335 int32_t iPicHeightInOU = pBgdParam->iBgdHeight >> LOG2_BGD_OU_SIZE; in ForegroundDilationAndBackgroundErosion()
DBackgroundDetection.h73 int32_t iBgdHeight; member