Changeset 1156 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 8 Jul 2015, 00:36:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1155 r1156 3012 3012 3013 3013 NumOutputLayersInOutputLayerSet[i] = 0; 3014 for (j = 0; j < vps->getNumLayersInIdList(layerSetIdxForOutputLayerSet); j++) 3014 3015 for( j = 0; j < vps->getNumLayersInIdList(layerSetIdxForOutputLayerSet); j++ ) 3015 3016 { 3016 3017 NumOutputLayersInOutputLayerSet[i] += vps->getOutputLayerFlag(i, j); 3017 if (vps->getOutputLayerFlag(i, j))3018 if( vps->getOutputLayerFlag(i, j) ) 3018 3019 { 3019 3020 OlsHighestOutputLayerId[i] = vps->getLayerSetLayerIdList(layerSetIdxForOutputLayerSet, j); 3020 3021 } 3021 3022 } 3022 if (NumOutputLayersInOutputLayerSet[i] == 1 && vps->getNumDirectRefLayers(OlsHighestOutputLayerId[i]) > 0)3023 if( NumOutputLayersInOutputLayerSet[i] == 1 && vps->getNumDirectRefLayers(OlsHighestOutputLayerId[i]) > 0 ) 3023 3024 { 3024 3025 READ_FLAG(uiCode, "alt_output_layer_flag[i]"); … … 3032 3033 } 3033 3034 #endif 3034 #if Q0165_OUTPUT_LAYER_SET 3035 assert( NumOutputLayersInOutputLayerSet[i]>0 ); 3036 #endif 3035 3036 assert( NumOutputLayersInOutputLayerSet[i] > 0 ); 3037 3037 } 3038 3038
Note: See TracChangeset for help on using the changeset viewer.