Changeset 153 in 3DVCSoftware for branches


Ignore:
Timestamp:
26 Oct 2012, 13:03:11 (12 years ago)
Author:
lg
Message:
  1. Change Macro name: LG_BUG_FIX to LGE_CLEAN_UP
Location:
branches/HTM-4.1-dev2-LG/source/Lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.1-dev2-LG/source/Lib/TLibCommon/TypeDef.h

    r152 r153  
    106106#define LGE_ILLUCOMP_B0045_ENCSIMP        1
    107107#endif
    108 #define LG_BUG_FIX                        1
     108#define LGE_CLEAN_UP                      1
    109109
    110110#define OL_DEPTHLIMIT_A0044               1 //JCT2-A0044
  • branches/HTM-4.1-dev2-LG/source/Lib/TLibEncoder/TEncCu.cpp

    r152 r153  
    456456  TComDataCU * pcTextureCU;
    457457  Bool  depthMapDetect =  false;
    458 #if !LG_BUG_FIX
     458#if !LGE_CLEAN_UP
    459459  UInt         uiPrevTexPartIndex = 0;
    460460#endif
     
    645645          bTryNx2N = true;
    646646          bTry2NxN = true;
    647 #if !LG_BUG_FIX
     647#if !LGE_CLEAN_UP
    648648          uiPrevTexPartIndex = pcTexture->getTexPartIndex();
    649649#endif
     
    658658          //scan ahead till next depth
    659659          uiTexdepth = pcTexture->accessPartInfo(1);
    660 #if !LG_BUG_FIX
     660#if !LGE_CLEAN_UP
    661661          uiPrevTexPartIndex = pcTexture->getTexPartIndex();
    662662#endif
     
    694694          bTryNx2N = false;
    695695          bTry2NxN = true;
    696 #if !LG_BUG_FIX
     696#if !LGE_CLEAN_UP
    697697          uiPrevTexPartIndex = pcTexture->getTexPartIndex(); 
    698698#endif
     
    704704          bTryNx2N = true;
    705705          bTry2NxN = false;
    706 #if !LG_BUG_FIX
     706#if !LGE_CLEAN_UP
    707707          uiPrevTexPartIndex = pcTexture->getTexPartIndex(); 
    708708#endif
Note: See TracChangeset for help on using the changeset viewer.