Changeset 1198 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 8 Jul 2015, 19:43:28 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1194 r1198 1278 1278 1279 1279 #if SVC_EXTENSION 1280 #if O0062_POC_LSB_NOT_PRESENT_FLAG1281 1280 if( ( pcSlice->getLayerId() > 0 && !pcSlice->getVPS()->getPocLsbNotPresentFlag( pcSlice->getVPS()->getLayerIdxInVps(pcSlice->getLayerId())) ) || !pcSlice->getIdrPicFlag() ) 1282 #else1283 if( pcSlice->getLayerId() > 0 || !pcSlice->getIdrPicFlag() )1284 #endif1285 1281 #else 1286 1282 else … … 3034 3030 vps->setVpsPocLsbAlignedFlag(uiCode); 3035 3031 #endif 3036 #if O0062_POC_LSB_NOT_PRESENT_FLAG 3032 3037 3033 for(i = 1; i< vps->getMaxLayers(); i++) 3038 3034 { … … 3043 3039 } 3044 3040 } 3045 #endif3046 3041 3047 3042 #if VPS_DPB_SIZE_TABLE … … 3186 3181 #endif 3187 3182 3188 #if O0062_POC_LSB_NOT_PRESENT_FLAG3189 3183 // When not present, poc_lsb_not_present_flag[ i ] is inferred to be equal to 0. 3190 for( i = 1; i< vps->getMaxLayers(); i++)3184 for( i = 1; i< vps->getMaxLayers(); i++ ) 3191 3185 { 3192 3186 vps->setPocLsbNotPresentFlag(i, 0); 3193 3187 } 3194 #endif3195 3188 3196 3189 // set default values for VPS VUI
Note: See TracChangeset for help on using the changeset viewer.