Home
last modified time | relevance | path

Searched refs:CBackgroundDetection (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/processing/src/backgrounddetection/
DBackgroundDetection.cpp53 CBackgroundDetection::CBackgroundDetection (int32_t iCpuFlag) { in CBackgroundDetection() function in CBackgroundDetection
59 CBackgroundDetection::~CBackgroundDetection() { in ~CBackgroundDetection()
63 EResult CBackgroundDetection::Process (int32_t iType, SPixMap* pSrcPixMap, SPixMap* pRefPixMap) { in Process()
96 EResult CBackgroundDetection::Set (int32_t iType, void* pParam) { in Set()
109 inline SBackgroundOU* CBackgroundDetection::AllocateOUArrayMemory (int32_t iWidth, int32_t iHeight)… in AllocateOUArrayMemory()
115 void CBackgroundDetection::GetOUParameters (SVAACalcResult* sVaaCalcInfo, int32_t iMbIndex, int32_t… in GetOUParameters()
157 void CBackgroundDetection::ForegroundBackgroundDivision (vBGDParam* pBgdParam) { in ForegroundBackgroundDivision()
189 inline int32_t CBackgroundDetection::CalculateAsdChromaEdge (uint8_t* pOriRef, uint8_t* pOriCur, in… in CalculateAsdChromaEdge()
200 inline bool CBackgroundDetection::ForegroundDilation23Luma (SBackgroundOU* pBackgroundOU, in ForegroundDilation23Luma()
233 inline bool CBackgroundDetection::ForegroundDilation23Chroma (int8_t iNeighbourForegroundFlags, in ForegroundDilation23Chroma()
[all …]
DBackgroundDetection.h60 class CBackgroundDetection : public IStrategy {
62 CBackgroundDetection (int32_t iCpuFlag);
63 ~CBackgroundDetection();
/third_party/openh264/codec/processing/src/common/
DWelsFrameWork.cpp281 pStrategy = WelsDynamicCast (IStrategy*, new CBackgroundDetection (iCpuFlag)); in CreateStrategy()