Changeset 389 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecSbac.cpp
- Timestamp:
- 10 Sep 2013, 17:27:55 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecSbac.cpp
r345 r389 860 860 { 861 861 UInt uiSign; 862 #if REPN_FORMAT_IN_VPS 863 Int qpBdOffsetY = pcCU->getSlice()->getQpBDOffsetY(); 864 #else 862 865 Int qpBdOffsetY = pcCU->getSlice()->getSPS()->getQpBDOffsetY(); 866 #endif 863 867 m_pcTDecBinIf->decodeBinEP(uiSign); 864 868 iDQp = uiDQp;
Note: See TracChangeset for help on using the changeset viewer.