Searched refs:iBgdWidth (Results 1 – 2 of 2) sorted by relevance
75 m_BgdParam.iBgdWidth = pSrcPixMap->sRect.iRectWidth; 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()158 int32_t iPicWidthInOU = pBgdParam->iBgdWidth >> LOG2_BGD_OU_SIZE; in ForegroundBackgroundDivision()160 int32_t iPicWidthInMb = (15 + pBgdParam->iBgdWidth) >> 4; in ForegroundBackgroundDivision()334 int32_t iPicWidthInOU = pBgdParam->iBgdWidth >> LOG2_BGD_OU_SIZE; in ForegroundDilationAndBackgroundErosion()337 int32_t iPicWidthInMb = (15 + pBgdParam->iBgdWidth) >> 4; in ForegroundDilationAndBackgroundErosion()
72 int32_t iBgdWidth; member