Ignore:
Timestamp:
20 Jul 2015, 11:23:15 (9 years ago)
Author:
tech
Message:

Further fixes to pruning.

Location:
branches/HTM-14.1-update-dev1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev1

  • branches/HTM-14.1-update-dev1/source/Lib/TLibCommon/TComRom.cpp

    r1282 r1285  
    686686  }
    687687  Bool stopFlag = false;
    688   if ( g_stopAtPos && poc == 6 && layerId == 2 )
     688  if ( g_stopAtPos && poc == 16 && layerId == 5 )
    689689  {
    690690    Bool stopAtCU = true;
    691691    if ( stopAtCU )        // Stop at CU with specific size
    692692    {   
    693       stopFlag = ( cuPelX  == 128 ) && ( cuPelY  == 160 ) && ( cuWidth == 32 ) && ( cuHeight == 32 );
     693      stopFlag = ( cuPelX  == 224 ) && ( cuPelY  == 128 ) && ( cuWidth == 16 ) && ( cuHeight == 16 );
    694694    }
    695695    else
Note: See TracChangeset for help on using the changeset viewer.