Changeset 1439 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 12 Aug 2015, 20:03:56 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibDecoder
- Files:
-
- 2 edited
-
TDecCAVLC.cpp (modified) (1 diff)
-
TDecSlice.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1433 r1439 3411 3411 else 3412 3412 { 3413 vps->setNumVideoSignalInfo(vps->getMaxLayers() - vps->getBaseLayerInternalFlag() ? 0 : 1);3413 vps->setNumVideoSignalInfo(vps->getMaxLayers() - (vps->getBaseLayerInternalFlag() ? 0 : 1)); 3414 3414 } 3415 3415 -
branches/SHM-dev/source/Lib/TLibDecoder/TDecSlice.h
r1287 r1439 69 69 TDecSbac m_entropyCodingSyncContextState; ///< context storate for state of contexts at the wavefront/WPP/entropy-coding-sync second CTU of tile-row 70 70 71 #if SVC_EXTENSION72 UInt* m_saoMaxOffsetQVal;73 #endif74 75 71 public: 76 72 TDecSlice();
Note: See TracChangeset for help on using the changeset viewer.