Changeset 187 in SHVCSoftware for branches/SHM-2.0-dev/source/Lib/TLibDecoder
- Timestamp:
- 12 May 2013, 18:11:47 (12 years ago)
- Location:
- branches/SHM-2.0-dev/source/Lib/TLibDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.0-dev/source/Lib/TLibDecoder/TDecCu.cpp
r125 r187 370 370 m_pcEntropyDecoder->decodePredInfo( pcCU, uiAbsPartIdx, uiDepth, m_ppcCU[uiDepth]); 371 371 #endif 372 372 373 373 // Coefficient decoding 374 374 Bool bCodeDQP = getdQPFlag(); -
branches/SHM-2.0-dev/source/Lib/TLibDecoder/TDecTop.cpp
r182 r187 1268 1268 if( vps->getNumDirectRefLayers( m_layerId ) <= 0 ) 1269 1269 { 1270 #if ZERO_NUM_DIRECT_LAYERS 1271 return (TDecTop *)getLayerDec( 0 ); 1272 #else 1270 1273 return NULL; 1274 #endif 1271 1275 } 1272 1276 … … 1276 1280 assert( vps->getMaxOneActiveRefLayerFlag() == 1 ); 1277 1281 #endif 1278 1279 1282 1280 1283 return (TDecTop *)getLayerDec( vps->getRefLayerId( m_layerId, 0 ) ); 1281 1284 }
Note: See TracChangeset for help on using the changeset viewer.