Ignore:
Timestamp:
17 May 2013, 14:17:35 (12 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/TLibDecoder/TDecSbac.cpp

    r406 r414  
    4141#define GetNumDepthValues()     (pcCU->getSlice()->getSPS()->getNumDepthValues())
    4242#define GetBitsPerDepthValue()  (pcCU->getSlice()->getSPS()->getBitsPerDepthValue())
    43 #if LGE_CONCATENATE
     43#if LGE_CONCATENATE_D0141
    4444#define PrefixThreshold ( ((GetNumDepthValues() * 3) >> 2) )
    4545#define BitsPerSuffix ( (UInt)ceil( Log2(GetNumDepthValues() - PrefixThreshold) ) )
     
    26772677   
    26782678    // decode residual magnitude
    2679 #if LGE_CONCATENATE
     2679#if LGE_CONCATENATE_D0141
    26802680    //prefix part
    26812681    UInt uiCount = 0;
Note: See TracChangeset for help on using the changeset viewer.