Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/backgrounddetection/
DBackgroundDetection.cpp45 #define Q_FACTOR (8) macro
175 || pBackgroundOU->iMaxDiffSubSd <= (BGD_OU_SIZE * Q_FACTOR)) in ForegroundBackgroundDivision()
177 if (pBackgroundOU->iSAD <= BGD_OU_SIZE * Q_FACTOR) { in ForegroundBackgroundDivision()
269 if (pBackgroundOU->iSAD > BGD_OU_SIZE * Q_FACTOR) { in ForegroundDilation()
293 if (pBackgroundOU->iMaxDiffSubSd <= (BGD_OU_SIZE * Q_FACTOR)) { //BGD_OU_SIZE*BGD_OU_SIZE>>2 in BackgroundErosion()
320 if (pCurOU->iSAD > BGD_OU_SIZE * Q_FACTOR) { in UpperOUForegroundCheck()