Home
last modified time | relevance | path

Searched defs:iPicWidthInMb (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/processing/src/backgrounddetection/
DBackgroundDetection.cpp160 int32_t iPicWidthInMb = (15 + pBgdParam->iBgdWidth) >> 4; in ForegroundBackgroundDivision() local
313 …e void CBackgroundDetection::SetBackgroundMbFlag (int8_t* pBackgroundMbFlag, int32_t iPicWidthInMb, in SetBackgroundMbFlag()
319 int32_t iPicWidthInOU, int32_t iPicWidthInMb) { in UpperOUForegroundCheck()
337 int32_t iPicWidthInMb = (15 + pBgdParam->iBgdWidth) >> 4; in ForegroundDilationAndBackgroundErosion() local
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp762 int32_t iPicWidthInMb = (pCurPicture->iWidthInPixel + 15) >> 4; in BackgroundDetection() local