Changeset 872 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 18 Aug 2014, 22:31:55 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r869 r872 2123 2123 { 2124 2124 UInt uiCode; 2125 #if SUB_LAYERS_IN_LAYER_SET 2126 vps->calculateMaxSLInLayerSets(); 2127 #else 2125 2128 #if DPB_PARAMS_MAXTLAYERS 2126 2129 #if BITRATE_PICRATE_SIGNALLING … … 2151 2154 } 2152 2155 #endif 2156 #endif 2153 2157 2154 2158 #if !RESOLUTION_BASED_DPB … … 2161 2165 #endif 2162 2166 READ_FLAG( uiCode, "sub_layer_flag_info_present_flag[i]"); vps->setSubLayerFlagInfoPresentFlag( i, uiCode ? true : false ); 2167 #if SUB_LAYERS_IN_LAYER_SET 2168 for(Int j = 0; j <= vps->getMaxSLayersInLayerSetMinus1( layerSetIdxForOutputLayerSet ); j++) 2169 #else 2163 2170 #if DPB_PARAMS_MAXTLAYERS 2164 2171 #if BITRATE_PICRATE_SIGNALLING … … 2169 2176 #else 2170 2177 for(Int j = 0; j <= vps->getMaxTLayers(); j++) 2178 #endif 2171 2179 #endif 2172 2180 { … … 2222 2230 } 2223 2231 2232 #if !SUB_LAYERS_IN_LAYER_SET 2224 2233 #if BITRATE_PICRATE_SIGNALLING 2225 2234 if( MaxSubLayersInLayerSetMinus1 ) … … 2227 2236 delete [] MaxSubLayersInLayerSetMinus1; 2228 2237 } 2238 #endif 2229 2239 #endif 2230 2240
Note: See TracChangeset for help on using the changeset viewer.