Home
last modified time | relevance | path

Searched refs:BackgroundDetection (Results 1 – 8 of 8) sorted by relevance

/third_party/openh264/codec/build/iOS/processing/processing.xcodeproj/
Dproject.pbxproj19 …A3FB400BA3D87 /* BackgroundDetection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 549947B119…
65 …D87 /* BackgroundDetection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
66 …BA3D87 /* BackgroundDetection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
204 549947B1196A3FB400BA3D87 /* BackgroundDetection.cpp */,
205 549947B2196A3FB400BA3D87 /* BackgroundDetection.h */,
357 549947E4196A3FB400BA3D87 /* BackgroundDetection.cpp in Sources */,
/third_party/openh264/codec/processing/src/backgrounddetection/
DBackgroundDetection.h100 void BackgroundDetection (vBGDParam* pBgdParam);
DBackgroundDetection.cpp91 BackgroundDetection (&m_BgdParam); in Process()
375 void CBackgroundDetection::BackgroundDetection (vBGDParam* pBgdParam) { in BackgroundDetection() function in CBackgroundDetection
/third_party/openh264/codec/processing/
Dmeson.build3 'src/backgrounddetection/BackgroundDetection.cpp',
Dtargets.mk7 $(PROCESSING_SRCDIR)/src/backgrounddetection/BackgroundDetection.cpp\
/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h170 …void BackgroundDetection (SVAAFrameInfo* pVaaInfo, SPicture* pCurPicture, SPicture* pRefPicture…
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp287BackgroundDetection (pCtx->pVaa, pCurPic, pRefPic, bCalculateBGD && pRefPic->iPictureType != I_SLI… in AnalyzeSpatialPic()
300BackgroundDetection (pCtx->pVaa, pCurPic, pRefPic, bCalculateBGD && pRefPic->iPictureType != I_SLI… in AnalyzeSpatialPic()
713 void CWelsPreProcess::BackgroundDetection (SVAAFrameInfo* pVaaInfo, SPicture* pCurPicture, SPicture… in BackgroundDetection() function in WelsEnc::CWelsPreProcess
/third_party/openh264/
DBUILD.gn211 "//third_party/openh264/codec/processing/src/backgrounddetection/BackgroundDetection.cpp",