Changeset 166 in 3DVCSoftware for branches/HTM-4.0.1-VSP-dev0/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 1 Nov 2012, 19:22:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.0.1-VSP-dev0/source/Lib/TLibDecoder/TDecCAVLC.cpp
r100 r166 2348 2348 #endif 2349 2349 2350 #if VSP_SLICE_HEADER 2351 if( rpcSlice->getSPS()->getViewId()!=0 2352 #if VSP_TEXT_ONLY 2353 && !(rpcSlice->getSPS()->isDepth()) 2354 #endif 2355 ) 2356 { 2357 READ_FLAG( uiCode, "vsp_flag" ); 2358 rpcSlice->setVspFlag( uiCode ? true : false ); 2359 } 2360 #endif 2361 2350 2362 if (!bEntropySlice) 2351 2363 { … … 2601 2613 } 2602 2614 2615 #if FORCE_REF_VSP==1 2616 Void TDecCavlc::parseVspFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ) 2617 { 2618 assert(0); 2619 } 2620 #endif 2621 2603 2622 #if HHI_INTER_VIEW_MOTION_PRED 2604 2623 Void TDecCavlc::parseMVPIdx( Int& riMVPIdx, Int iAMVPCands )
Note: See TracChangeset for help on using the changeset viewer.