Searched refs:NAL_UNIT_SUBSET_SPS (Results 1 – 5 of 5) sorted by relevance
99 NAL_UNIT_SUBSET_SPS = 15, enumerator145 …S(t) ( (t) == NAL_UNIT_SPS || (t) == NAL_UNIT_PPS || (t) == NAL_UNIT_SUBSET_SPS )147 #define IS_SUBSET_SPS_NAL(t) ( (t) == NAL_UNIT_SUBSET_SPS )152 #define IS_SUBSET_SPS_USED(t) ( (t) == NAL_UNIT_SUBSET_SPS || (t) == NAL_UNIT_COD…
200 case NAL_UNIT_SUBSET_SPS: in MockPacketType()
592 case NAL_UNIT_SUBSET_SPS: in ParseNonVclNal()
2901 } else if (pCtx->sCurNalHead.eNalUnitType == NAL_UNIT_SUBSET_SPS) { in CheckAndFinishLastPic()
2906 WelsLoadNal (pCtx->pOut, NAL_UNIT_SUBSET_SPS, NRI_PRI_HIGHEST); in WelsWriteParameterSets()