Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp1086 uint64_t uiTmp64 = (uint64_t)pSps->iMbWidth * (uint64_t)pSps->iMbHeight; in ParseSps() local
1087 if (uiTmp64 > (uint64_t)pSLevelLimits->uiMaxFS) { in ParseSps()
1088 if (uiTmp64 > (uint64_t)pSMaxLevelLimits->uiMaxFS) { in ParseSps()
1095 pSps->uiTotalMbCount = (uint32_t)uiTmp64; in ParseSps()