Changeset 414 in 3DVCSoftware for branches/HTM-6.2-dev3-RWTH-Fix/source/Lib/TLibDecoder/TDecSbac.cpp
- Timestamp:
- 17 May 2013, 14:17:35 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-6.2-dev3-RWTH-Fix/source/Lib/TLibDecoder/TDecSbac.cpp
r406 r414 41 41 #define GetNumDepthValues() (pcCU->getSlice()->getSPS()->getNumDepthValues()) 42 42 #define GetBitsPerDepthValue() (pcCU->getSlice()->getSPS()->getBitsPerDepthValue()) 43 #if LGE_CONCATENATE 43 #if LGE_CONCATENATE_D0141 44 44 #define PrefixThreshold ( ((GetNumDepthValues() * 3) >> 2) ) 45 45 #define BitsPerSuffix ( (UInt)ceil( Log2(GetNumDepthValues() - PrefixThreshold) ) ) … … 2677 2677 2678 2678 // decode residual magnitude 2679 #if LGE_CONCATENATE 2679 #if LGE_CONCATENATE_D0141 2680 2680 //prefix part 2681 2681 UInt uiCount = 0;
Note: See TracChangeset for help on using the changeset viewer.