Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dfmo.h110 MB_XY_T FmoNextMb (PFmo pFmo, const MB_XY_T kiMbXy);
/third_party/openh264/codec/decoder/core/src/
Dfmo.cpp302 MB_XY_T FmoNextMb (PFmo pFmo, const MB_XY_T kiMbXy) { in FmoNextMb() function
Ddecode_slice.cpp145 iNextMbXyIndex = FmoNextMb (pFmo, iNextMbXyIndex); in WelsTargetSliceConstruction()
1606 iNextMbXyIndex = FmoNextMb (pFmo, iNextMbXyIndex); in WelsDecodeSlice()
1761 iNextMbXyIndex = FmoNextMb (pFmo, iNextMbXyIndex); in WelsDecodeAndConstructSlice()
Ddeblocking.cpp1265 iNextMbXyIndex = FmoNextMb (pFmo, iNextMbXyIndex); in WelsDeblockingFilterSlice()
Ddecoder_core.cpp2992 iRealMbIdx = (pCtx->pPps->uiNumSliceGroups > 1) ? FmoNextMb (pCtx->pFmo, iRealMbIdx) : in CheckRefPicturesComplete()