Ignore:
Timestamp:
17 May 2013, 14:17:35 (11 years ago)
Author:
rwth
Message:
  • renamed LGE_CONCATENATE to LGE_CONCATENATE_D0141
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-6.2-dev3-RWTH-Fix/source/Lib/TLibEncoder/TEncSbac.cpp

    r406 r414  
    4545#define GetNumDepthValues()     (pcCU->getSlice()->getSPS()->getNumDepthValues())
    4646#define GetBitsPerDepthValue()  (pcCU->getSlice()->getSPS()->getBitsPerDepthValue())
    47 #if LGE_CONCATENATE
     47#if LGE_CONCATENATE_D0141
    4848#define PrefixThreshold ( ((GetNumDepthValues() * 3) >> 2) )
    4949#define BitsPerSuffix ( (UInt)ceil( Log2(GetNumDepthValues() - PrefixThreshold) ) )
     
    26532653  UInt uiSign     = segmentDCOffset < 0 ? 1 : 0;
    26542654  UInt uiAbsIdx   = abs(segmentDCOffset);
    2655 #if !LGE_CONCATENATE
     2655#if !LGE_CONCATENATE_D0141
    26562656  UInt uiBit = 0;
    26572657#endif
     
    26802680    // encode residual magnitude
    26812681    uiAbsIdx -= 1;
    2682 #if LGE_CONCATENATE
     2682#if LGE_CONCATENATE_D0141
    26832683    //prefix part
    26842684    if ( uiAbsIdx == 0 )
Note: See TracChangeset for help on using the changeset viewer.