Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Derror_concealment.cpp226 int32_t iPicWidthRightLimit = pMCRefMem->iPicWidth; in DoMbECMvCopy() local
230 iPicWidthRightLimit = (pMCRefMem->iPicWidth - pCtx->sFrameCrop.iRightOffset * 2); in DoMbECMvCopy()
236 int32_t iMaxRightOffset = ((iPicWidthRightLimit - 18) * (1 << 2)); in DoMbECMvCopy()
244 iFullMVx = WELS_MIN (((iPicWidthRightLimit - 16) * (1 << 2)), iFullMVx); in DoMbECMvCopy()