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

Further fixes to pruning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev2/source/Lib/TLibCommon/TComRom.cpp

    r1281 r1284  
    704704  }
    705705  Bool stopFlag = false;
    706   if ( g_stopAtPos && poc == 6 && layerId == 2 )
     706  if ( g_stopAtPos && poc == 16 && layerId == 5 )
    707707  {
    708708    Bool stopAtCU = true;
    709709    if ( stopAtCU )        // Stop at CU with specific size
    710710    {   
    711       stopFlag = ( cuPelX  == 128 ) && ( cuPelY  == 160 ) && ( cuWidth == 32 ) && ( cuHeight == 32 );
     711      stopFlag = ( cuPelX  == 224 ) && ( cuPelY  == 128 ) && ( cuWidth == 16 ) && ( cuHeight == 16 );
    712712    }
    713713    else
Note: See TracChangeset for help on using the changeset viewer.