Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dparameter_sets.h128 const SLevelLimits* pSLevelLimits; member
/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp961 const SLevelLimits* pSLevelLimits = GetLevelLimits (uiLevelIdc, bConstraintSetFlags[3]); in ParseSps() local
962 if (NULL == pSLevelLimits) { in ParseSps()
965 } else pSps->pSLevelLimits = pSLevelLimits; in ParseSps()
1064 …if (((uint64_t)pSps->iMbWidth * (uint64_t)pSps->iMbWidth) > (uint64_t) (8 * pSLevelLimits->uiMaxFS… in ParseSps()
1078 …if (((uint64_t)pSps->iMbHeight * (uint64_t)pSps->iMbHeight) > (uint64_t) (8 * pSLevelLimits->uiMax… in ParseSps()
1087 if (uiTmp64 > (uint64_t)pSLevelLimits->uiMaxFS) { in ParseSps()
1099 uint32_t uiMaxDpbMbs = pSLevelLimits->uiMaxDPBMbs; in ParseSps()
Dparse_mb_syn_cavlc.cpp1079 int16_t iMinVmv = pSliceHeader->pSps->pSLevelLimits->iMinVmv; in ParseInterInfo()
1080 int16_t iMaxVmv = pSliceHeader->pSps->pSLevelLimits->iMaxVmv; in ParseInterInfo()
1344 int16_t iMinVmv = pSliceHeader->pSps->pSLevelLimits->iMinVmv; in ParseInterBInfo()
1345 int16_t iMaxVmv = pSliceHeader->pSps->pSLevelLimits->iMaxVmv; in ParseInterBInfo()
Dparse_mb_syn_cabac.cpp533 int16_t iMinVmv = pSliceHeader->pSps->pSLevelLimits->iMinVmv; in ParseInterPMotionInfoCabac()
534 int16_t iMaxVmv = pSliceHeader->pSps->pSLevelLimits->iMaxVmv; in ParseInterPMotionInfoCabac()
737 int16_t iMinVmv = pSliceHeader->pSps->pSLevelLimits->iMinVmv; in ParseInterBMotionInfoCabac()
738 int16_t iMaxVmv = pSliceHeader->pSps->pSLevelLimits->iMaxVmv; in ParseInterBMotionInfoCabac()