Changeset 114 in 3DVCSoftware for branches/HTM-4.0-Orange/source
- Timestamp:
- 30 Aug 2012, 13:55:15 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.0-Orange/source/Lib/TLibEncoder/TEncCu.cpp
r112 r114 458 458 static UInt uiTexPartIndex; 459 459 static Bool depthMapDetect = false; 460 UInt uiPrevTexPartIndex ; //kat debug460 UInt uiPrevTexPartIndex = 0; 461 461 #if OL_DO_NOT_LIMIT_INTRA_SLICES_PART 462 462 static Bool bIntraSliceDetect = false; … … 639 639 bTryNx2N = true; 640 640 bTry2NxN = true; 641 uiPrevTexPartIndex = uiTexPartIndex; //kat debug641 uiPrevTexPartIndex = uiTexPartIndex; 642 642 uiTexPartIndex += 2; 643 643 } … … 649 649 //scan ahead till next depth 650 650 uiTexdepth = (UInt)texPartInfo[uiTexPartIndex+1]; 651 uiPrevTexPartIndex = uiTexPartIndex; //kat debug651 uiPrevTexPartIndex = uiTexPartIndex; 652 652 uiTexPartIndex+=2; 653 653 temp_uiTexPartIndex = uiTexPartIndex; //store in case to rewind … … 684 684 bTryNx2N = false; 685 685 bTry2NxN = true; 686 uiPrevTexPartIndex = uiTexPartIndex; //kat debug686 uiPrevTexPartIndex = uiTexPartIndex; 687 687 uiTexPartIndex += 2; 688 688 } … … 692 692 bTryNx2N = true; 693 693 bTry2NxN = false; 694 uiPrevTexPartIndex = uiTexPartIndex; //kat debug694 uiPrevTexPartIndex = uiTexPartIndex; 695 695 uiTexPartIndex += 2; 696 696 }
Note: See TracChangeset for help on using the changeset viewer.