Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/backgrounddetection/
DBackgroundDetection.cpp37 #define LOG2_BGD_OU_SIZE (4) macro
38 #define LOG2_BGD_OU_SIZE_UV (LOG2_BGD_OU_SIZE-1)
39 #define BGD_OU_SIZE (1<<LOG2_BGD_OU_SIZE)
110 int32_t iMaxOUWidth = (BGD_OU_SIZE - 1 + iWidth) >> LOG2_BGD_OU_SIZE; in AllocateOUArrayMemory()
111 int32_t iMaxOUHeight = (BGD_OU_SIZE - 1 + iHeight) >> LOG2_BGD_OU_SIZE; in AllocateOUArrayMemory()
158 int32_t iPicWidthInOU = pBgdParam->iBgdWidth >> LOG2_BGD_OU_SIZE; in ForegroundBackgroundDivision()
159 int32_t iPicHeightInOU = pBgdParam->iBgdHeight >> LOG2_BGD_OU_SIZE; in ForegroundBackgroundDivision()
166 …GetOUParameters (pBgdParam->pCalcRes, (j * iPicWidthInMb + i) << (LOG2_BGD_OU_SIZE - LOG2_MB_SIZE)… in ForegroundBackgroundDivision()
334 int32_t iPicWidthInOU = pBgdParam->iBgdWidth >> LOG2_BGD_OU_SIZE; in ForegroundDilationAndBackgroundErosion()
335 int32_t iPicHeightInOU = pBgdParam->iBgdHeight >> LOG2_BGD_OU_SIZE; in ForegroundDilationAndBackgroundErosion()
[all …]