Searched refs:uiPocType (Results 1 – 3 of 3) sorted by relevance
476 if (kpSps->uiPocType == 0) { in CheckAccessUnitBoundaryExt()481 } else if (kpSps->uiPocType == 1) { in CheckAccessUnitBoundaryExt()536 if (kpSps->uiPocType == 0) { in CheckAccessUnitBoundary()541 } else if (kpSps->uiPocType == 1) { in CheckAccessUnitBoundary()1022 pSps->uiPocType = uiCode; in ParseSps()1024 if (0 == pSps->uiPocType) { in ParseSps()1031 } else if (1 == pSps->uiPocType) { in ParseSps()1049 if (pSps->uiPocType > 2) { in ParseSps()1050 …lsLog (& (pCtx->sLogCtx), WELS_LOG_WARNING, " illegal pic_order_cnt_type: %d ! ", pSps->uiPocType); in ParseSps()1205 BsWriteUE (&sSubsetSpsBs, pSps->uiPocType); //pic_order_cnt_type in ParseSps()[all …]
1068 if (pSps->uiPocType == 0) { in ParseSliceHeaderSyntaxs()1102 } else if (pSps->uiPocType == 1 && !pSps->bDeltaPicOrderAlwaysZeroFlag) { in ParseSliceHeaderSyntaxs()
84 uint32_t uiPocType; member