Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/backgrounddetection/
DBackgroundDetection.cpp55 WelsMemset (&m_BgdParam, 0, sizeof (m_BgdParam)); in CBackgroundDetection()
60 WelsFree (m_BgdParam.pOU_array); in ~CBackgroundDetection()
69 m_BgdParam.pCur[0] = (uint8_t*)pSrcPixMap->pPixel[0]; in Process()
70 m_BgdParam.pCur[1] = (uint8_t*)pSrcPixMap->pPixel[1]; in Process()
71 m_BgdParam.pCur[2] = (uint8_t*)pSrcPixMap->pPixel[2]; in Process()
72 m_BgdParam.pRef[0] = (uint8_t*)pRefPixMap->pPixel[0]; in Process()
73 m_BgdParam.pRef[1] = (uint8_t*)pRefPixMap->pPixel[1]; in Process()
74 m_BgdParam.pRef[2] = (uint8_t*)pRefPixMap->pPixel[2]; in Process()
75 m_BgdParam.iBgdWidth = pSrcPixMap->sRect.iRectWidth; in Process()
76 m_BgdParam.iBgdHeight = pSrcPixMap->sRect.iRectHeight; in Process()
[all …]
DBackgroundDetection.h78 } m_BgdParam; variable