Changeset 414 in 3DVCSoftware for branches/HTM-6.2-dev3-RWTH-Fix/source/Lib/TLibEncoder/TEncSbac.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/TLibEncoder/TEncSbac.cpp
r406 r414 45 45 #define GetNumDepthValues() (pcCU->getSlice()->getSPS()->getNumDepthValues()) 46 46 #define GetBitsPerDepthValue() (pcCU->getSlice()->getSPS()->getBitsPerDepthValue()) 47 #if LGE_CONCATENATE 47 #if LGE_CONCATENATE_D0141 48 48 #define PrefixThreshold ( ((GetNumDepthValues() * 3) >> 2) ) 49 49 #define BitsPerSuffix ( (UInt)ceil( Log2(GetNumDepthValues() - PrefixThreshold) ) ) … … 2653 2653 UInt uiSign = segmentDCOffset < 0 ? 1 : 0; 2654 2654 UInt uiAbsIdx = abs(segmentDCOffset); 2655 #if !LGE_CONCATENATE 2655 #if !LGE_CONCATENATE_D0141 2656 2656 UInt uiBit = 0; 2657 2657 #endif … … 2680 2680 // encode residual magnitude 2681 2681 uiAbsIdx -= 1; 2682 #if LGE_CONCATENATE 2682 #if LGE_CONCATENATE_D0141 2683 2683 //prefix part 2684 2684 if ( uiAbsIdx == 0 )
Note: See TracChangeset for help on using the changeset viewer.