Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/backgrounddetection/
DBackgroundDetection.cpp233 inline bool CBackgroundDetection::ForegroundDilation23Chroma (int8_t iNeighbourForegroundFlags, in ForegroundDilation23Chroma() argument
241 if (iNeighbourForegroundFlags & kaOUPos[i]) { in ForegroundDilation23Chroma()
251 if (iNeighbourForegroundFlags & kaOUPos[i]) { in ForegroundDilation23Chroma()
281 …int8_t iNeighbourForegroundFlags = (!pOUNeighbours[0]->iBackgroundFlag) | ((!pOUNeighbours[1]->iBa… in ForegroundDilation() local
283 …pBackgroundOU->iBackgroundFlag = !ForegroundDilation23Chroma (iNeighbourForegroundFlags, iChromaSa… in ForegroundDilation()
DBackgroundDetection.h87 …inline bool ForegroundDilation23Chroma (int8_t iNeighbourForegroundFlags, int32_t iStartSamplePo…