Changeset 622 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TComRom.cpp
- Timestamp:
- 11 Sep 2013, 14:40:25 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/TComRom.cpp
r608 r622 347 347 { //2x2 4x4 8x8 16x16 32x32 64x64 348 348 0, 7, 10, 11, 11, 13 }; 349 #if LGE_PKU_DMM3_OVERLAP_E0159 349 #if LGE_PKU_DMM3_OVERLAP_E0159_HHIFIX 350 350 const UChar g_dmm3IntraTabIdxBits[6] = 351 351 { //2x2 4x4 8x8 16x16 32x32 64x64 … … 380 380 Bool g_traceTU = true; 381 381 Bool g_disableHLSTrace = false; 382 UInt64 g_stopAtCounter = 10803; 382 UInt64 g_stopAtCounter = 48; 383 Bool g_traceCopyBack = false; 384 Bool g_decTraceDispDer = false; 385 Bool g_decTraceMvFromMerge = false; 383 386 #endif 384 387 #endif … … 611 614 std::vector< std::vector< std::vector<UInt> > > g_aauiWdgLstM3; 612 615 616 #if LGE_PKU_DMM3_OVERLAP_E0159_HHIFIX 617 Void initWedgeLists( Bool initNodeList ) 618 #else 613 619 Void initWedgeLists( Bool initRefinements ) 620 #endif 614 621 { 615 622 if( !g_dmmWedgeLists.empty() ) return; … … 624 631 g_dmmWedgeRefLists.push_back( acWedgeRefList ); 625 632 633 #if LGE_PKU_DMM3_OVERLAP_E0159_HHIFIX 634 if( initNodeList ) 635 { 636 #endif 626 637 // create WedgeNodeList 627 638 std::vector<TComWedgeNode> acWedgeNodeList; … … 633 644 cWedgeNode.setPatternIdx( uiPos ); 634 645 646 #if !LGE_PKU_DMM3_OVERLAP_E0159_HHIFIX 635 647 if( initRefinements ) 636 648 { 649 #endif 637 650 UInt uiRefPos = 0; 638 651 for( Int iOffS = -1; iOffS <= 1; iOffS++ ) … … 681 694 } 682 695 } 696 #if !LGE_PKU_DMM3_OVERLAP_E0159_HHIFIX 683 697 } 698 #endif 684 699 acWedgeNodeList.push_back( cWedgeNode ); 685 700 } 686 701 } 687 702 g_dmmWedgeNodeLists.push_back( acWedgeNodeList ); 703 #if LGE_PKU_DMM3_OVERLAP_E0159_HHIFIX 704 } 705 #endif 688 706 } 689 707 return;
Note: See TracChangeset for help on using the changeset viewer.