Changeset 1095 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 2 Jul 2015, 21:15:31 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1094 r1095 2877 2877 vps->setTreePartitionLayerIdList(); 2878 2878 #endif 2879 #if MOVE_ADDN_LS_SIGNALLING2880 2879 #if Q0078_ADD_LAYER_SETS 2881 2880 if (vps->getNumIndependentLayers() > 1) … … 2905 2904 vps->setNumAddLayerSets(0); 2906 2905 } 2907 #endif2908 2906 #endif 2909 2907 #if VPS_TSLAYERS … … 2997 2995 #endif 2998 2996 } 2999 #endif3000 3001 #if !MOVE_ADDN_LS_SIGNALLING3002 #if Q0078_ADD_LAYER_SETS3003 if (vps->getNumIndependentLayers() > 1)3004 {3005 READ_UVLC(uiCode, "num_add_layer_sets"); vps->setNumAddLayerSets(uiCode);3006 for (i = 0; i < vps->getNumAddLayerSets(); i++)3007 {3008 for (j = 1; j < vps->getNumIndependentLayers(); j++)3009 {3010 int len = 1;3011 while ((1 << len) < (vps->getNumLayersInTreePartition(j) + 1))3012 {3013 len++;3014 }3015 READ_CODE(len, uiCode, "highest_layer_idx_plus1[i][j]"); vps->setHighestLayerIdxPlus1(i, j, uiCode);3016 }3017 }3018 vps->setNumLayerSets(vps->getNumLayerSets() + vps->getNumAddLayerSets());3019 vps->setLayerIdIncludedFlagsForAddLayerSets();3020 }3021 #endif3022 2997 #endif 3023 2998
Note: See TracChangeset for help on using the changeset viewer.