Changeset 153 in 3DVCSoftware for branches/HTM-4.1-dev2-LG/source/Lib/TLibEncoder
- Timestamp:
- 26 Oct 2012, 13:03:11 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.