Searched refs:iPicWidthInMb (Results 1 – 3 of 3) sorted by relevance
/third_party/openh264/codec/processing/src/backgrounddetection/ |
D | BackgroundDetection.cpp | 160 int32_t iPicWidthInMb = (15 + pBgdParam->iBgdWidth) >> 4; in ForegroundBackgroundDivision() local 166 …tOUParameters (pBgdParam->pCalcRes, (j * iPicWidthInMb + i) << (LOG2_BGD_OU_SIZE - LOG2_MB_SIZE), … in ForegroundBackgroundDivision() 313 …e void CBackgroundDetection::SetBackgroundMbFlag (int8_t* pBackgroundMbFlag, int32_t iPicWidthInMb, in SetBackgroundMbFlag() argument 319 int32_t iPicWidthInOU, int32_t iPicWidthInMb) { in UpperOUForegroundCheck() argument 326 SetBackgroundMbFlag (pBackgroundMbFlag, iPicWidthInMb, 0); in UpperOUForegroundCheck() 337 int32_t iPicWidthInMb = (15 + pBgdParam->iBgdWidth) >> 4; in ForegroundDilationAndBackgroundErosion() local 358 …heck (pOUNeighbours[2], pRowSkipFlag - OU_SIZE_IN_MB * iPicWidthInMb, iPicWidthInOU, iPicWidthInMb… in ForegroundDilationAndBackgroundErosion() 361 SetBackgroundMbFlag (pRowSkipFlag, iPicWidthInMb, pBackgroundOU->iBackgroundFlag); in ForegroundDilationAndBackgroundErosion() 371 pVaaBackgroundMbFlag += OU_SIZE_IN_MB * iPicWidthInMb; in ForegroundDilationAndBackgroundErosion()
|
D | BackgroundDetection.h | 92 …inline void SetBackgroundMbFlag (int8_t* pBackgroundMbFlag, int32_t iPicWidthInMb, int32_t iBa… 94 int32_t iPicWidthInMb);
|
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 762 int32_t iPicWidthInMb = (pCurPicture->iWidthInPixel + 15) >> 4; in BackgroundDetection() local 764 memset (pVaaInfo->pVaaBackgroundMbFlag, 0, iPicWidthInMb * iPicHeightInMb); in BackgroundDetection()
|