- Timestamp:
- 26 Oct 2012, 13:03:11 (12 years ago)
- 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 106 106 #define LGE_ILLUCOMP_B0045_ENCSIMP 1 107 107 #endif 108 #define LG _BUG_FIX1108 #define LGE_CLEAN_UP 1 109 109 110 110 #define OL_DEPTHLIMIT_A0044 1 //JCT2-A0044 -
branches/HTM-4.1-dev2-LG/source/Lib/TLibEncoder/TEncCu.cpp
r152 r153 456 456 TComDataCU * pcTextureCU; 457 457 Bool depthMapDetect = false; 458 #if !LG _BUG_FIX458 #if !LGE_CLEAN_UP 459 459 UInt uiPrevTexPartIndex = 0; 460 460 #endif … … 645 645 bTryNx2N = true; 646 646 bTry2NxN = true; 647 #if !LG _BUG_FIX647 #if !LGE_CLEAN_UP 648 648 uiPrevTexPartIndex = pcTexture->getTexPartIndex(); 649 649 #endif … … 658 658 //scan ahead till next depth 659 659 uiTexdepth = pcTexture->accessPartInfo(1); 660 #if !LG _BUG_FIX660 #if !LGE_CLEAN_UP 661 661 uiPrevTexPartIndex = pcTexture->getTexPartIndex(); 662 662 #endif … … 694 694 bTryNx2N = false; 695 695 bTry2NxN = true; 696 #if !LG _BUG_FIX696 #if !LGE_CLEAN_UP 697 697 uiPrevTexPartIndex = pcTexture->getTexPartIndex(); 698 698 #endif … … 704 704 bTryNx2N = true; 705 705 bTry2NxN = false; 706 #if !LG _BUG_FIX706 #if !LGE_CLEAN_UP 707 707 uiPrevTexPartIndex = pcTexture->getTexPartIndex(); 708 708 #endif
Note: See TracChangeset for help on using the changeset viewer.