Searched refs:pSps2 (Results 1 – 1 of 1) sorted by relevance
106 static bool CheckMatchedSps (SWelsSPS* const pSps1, SWelsSPS* const pSps2) { in CheckMatchedSps() argument108 if ((pSps1->iMbWidth != pSps2->iMbWidth) in CheckMatchedSps()109 || (pSps1->iMbHeight != pSps2->iMbHeight)) { in CheckMatchedSps()113 if ((pSps1->uiLog2MaxFrameNum != pSps2->uiLog2MaxFrameNum) in CheckMatchedSps()114 || (pSps1->iLog2MaxPocLsb != pSps2->iLog2MaxPocLsb)) { in CheckMatchedSps()118 if (pSps1->iNumRefFrames != pSps2->iNumRefFrames) { in CheckMatchedSps()122 if ((pSps1->bFrameCroppingFlag != pSps2->bFrameCroppingFlag) in CheckMatchedSps()123 || (pSps1->sFrameCrop.iCropLeft != pSps2->sFrameCrop.iCropLeft) in CheckMatchedSps()124 || (pSps1->sFrameCrop.iCropRight != pSps2->sFrameCrop.iCropRight) in CheckMatchedSps()125 || (pSps1->sFrameCrop.iCropTop != pSps2->sFrameCrop.iCropTop) in CheckMatchedSps()[all …]