Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/backgrounddetection/
DBackgroundDetection.cpp201 SBackgroundOU* pOUNeighbours[]) { in ForegroundDilation23Luma() argument
202 SBackgroundOU* pOU_L = pOUNeighbours[0]; in ForegroundDilation23Luma()
203 SBackgroundOU* pOU_R = pOUNeighbours[1]; in ForegroundDilation23Luma()
204 SBackgroundOU* pOU_U = pOUNeighbours[2]; in ForegroundDilation23Luma()
205 SBackgroundOU* pOU_D = pOUNeighbours[3]; in ForegroundDilation23Luma()
263 …kgroundDetection::ForegroundDilation (SBackgroundOU* pBackgroundOU, SBackgroundOU* pOUNeighbours[], in ForegroundDilation() argument
266 …int32_t iSumNeighBackgroundFlags = pOUNeighbours[0]->iBackgroundFlag + pOUNeighbours[1]->iBackgrou… in ForegroundDilation()
267pOUNeighbours[2]->iBackgroundFlag + pOUNeighbours[3]->iBackgroundFlag; in ForegroundDilation()
277 pBackgroundOU->iBackgroundFlag = !ForegroundDilation23Luma (pBackgroundOU, pOUNeighbours); in ForegroundDilation()
281 …int8_t iNeighbourForegroundFlags = (!pOUNeighbours[0]->iBackgroundFlag) | ((!pOUNeighbours[1]->iBa… in ForegroundDilation()
[all …]
DBackgroundDetection.h86 … SBackgroundOU* pOUNeighbours[]); //Foreground_Dilation_2_3_Luma
89 …inline void ForegroundDilation (SBackgroundOU* pBackgroundOU, SBackgroundOU* pOUNeighbours[], …
91 inline void BackgroundErosion (SBackgroundOU* pBackgroundOU, SBackgroundOU* pOUNeighbours[]);