Searched refs:SBackgroundOU (Results 1 – 2 of 2) sorted by relevance
58 } SBackgroundOU; typedef75 SBackgroundOU* pOU_array;83 inline SBackgroundOU* AllocateOUArrayMemory (int32_t iWidth, int32_t iHeight);85 inline bool ForegroundDilation23Luma (SBackgroundOU* pBackgroundOU,86 … SBackgroundOU* pOUNeighbours[]); //Foreground_Dilation_2_3_Luma89 …inline void ForegroundDilation (SBackgroundOU* pBackgroundOU, SBackgroundOU* pOUNeighbours[], …91 inline void BackgroundErosion (SBackgroundOU* pBackgroundOU, SBackgroundOU* pOUNeighbours[]);93 …inline void UpperOUForegroundCheck (SBackgroundOU* pCurOU, int8_t* pBackgroundMbFlag, int32_t …97 SBackgroundOU* pBackgroundOU);
109 inline SBackgroundOU* CBackgroundDetection::AllocateOUArrayMemory (int32_t iWidth, int32_t iHeight)… in AllocateOUArrayMemory()112 return (SBackgroundOU*)WelsMalloc (iMaxOUWidth * iMaxOUHeight * sizeof (SBackgroundOU)); in AllocateOUArrayMemory()116 SBackgroundOU* pBgdOU) { in GetOUParameters()162 SBackgroundOU* pBackgroundOU = pBgdParam->pOU_array; in ForegroundBackgroundDivision()200 inline bool CBackgroundDetection::ForegroundDilation23Luma (SBackgroundOU* pBackgroundOU, in ForegroundDilation23Luma()201 SBackgroundOU* pOUNeighbours[]) { in ForegroundDilation23Luma()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()[all …]