Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dparaset_strategy.cpp143 static bool CheckMatchedSubsetSps (SSubsetSps* const pSubsetSps1, SSubsetSps* const pSubsetSps2) { in CheckMatchedSubsetSps() argument
144 if (!CheckMatchedSps (&pSubsetSps1->pSps, &pSubsetSps2->pSps)) { in CheckMatchedSubsetSps()
148 …if ((pSubsetSps1->sSpsSvcExt.iExtendedSpatialScalability != pSubsetSps2->sSpsSvcExt.iExtended… in CheckMatchedSubsetSps()
149 …|| (pSubsetSps1->sSpsSvcExt.bAdaptiveTcoeffLevelPredFlag != pSubsetSps2->sSpsSvcExt.bAdaptiveTcoe… in CheckMatchedSubsetSps()
150 …|| (pSubsetSps1->sSpsSvcExt.bSeqTcoeffLevelPredFlag != pSubsetSps2->sSpsSvcExt.bSeqTcoeffLevelPred… in CheckMatchedSubsetSps()
151 …|| (pSubsetSps1->sSpsSvcExt.bSliceHeaderRestrictionFlag != pSubsetSps2->sSpsSvcExt.bSliceHeaderRes… in CheckMatchedSubsetSps()