Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp960 const SLevelLimits* pSMaxLevelLimits = GetLevelLimits (52, false); in ParseSps() local
1065 …if (((uint64_t)pSps->iMbWidth * (uint64_t)pSps->iMbWidth) > (uint64_t) (8 * pSMaxLevelLimits->uiMa… in ParseSps()
1079 …if (((uint64_t)pSps->iMbHeight * (uint64_t)pSps->iMbHeight) > (uint64_t) (8 * pSMaxLevelLimits->ui… in ParseSps()
1088 if (uiTmp64 > (uint64_t)pSMaxLevelLimits->uiMaxFS) { in ParseSps()