Changeset 847 in 3DVCSoftware for branches/HTM-10.0rc1-dev0/source/Lib/TLibCommon/TComRom.cpp
- Timestamp:
- 12 Feb 2014, 20:30:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-10.0rc1-dev0/source/Lib/TLibCommon/TComRom.cpp
r845 r847 579 579 580 580 Bool stopFlag = false; 581 if ( g_stopAtPos && poc == 0 && layerId == 4)581 if ( g_stopAtPos && poc == 0 && layerId == 1 ) 582 582 { 583 583 Bool stopAtCU = true; 584 584 if ( stopAtCU ) // Stop at CU with specific size 585 585 { 586 stopFlag = ( cuPelX == 16 ) && ( cuPelY == 112 ) && ( cuWidth == 16 ) && ( cuHeight == 16);586 stopFlag = ( cuPelX == 888 ) && ( cuPelY == 248 ) && ( cuWidth == 8 ) && ( cuHeight == 8); 587 587 } 588 588 else 589 589 { // Stop at specific position 590 Int xPos = 18;591 Int yPos = 112;590 Int xPos = 888; 591 Int yPos = 248; 592 592 593 593 Int cuPelXEnd = cuPelX + cuWidth - 1;
Note: See TracChangeset for help on using the changeset viewer.