Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/backgrounddetection/
DBackgroundDetection.cpp41 #define BGD_THD_SAD (2*BGD_OU_SIZE*BGD_OU_SIZE) macro
176 && pBackgroundOU->iSAD < (BGD_THD_SAD << 1)) { //BGD_OU_SIZE*BGD_OU_SIZE>>2 in ForegroundBackgroundDivision()
180 pBackgroundOU->iBackgroundFlag = pBackgroundOU->iSAD < BGD_THD_SAD ? in ForegroundBackgroundDivision()