Ignore:
Timestamp:
12 Feb 2014, 20:30:47 (11 years ago)
Author:
tech
Message:

Further fix to braces. Aligned Intra reconstruction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-10.0rc1-dev0/source/Lib/TLibCommon/TComRom.cpp

    r845 r847  
    579579
    580580  Bool stopFlag = false;
    581   if ( g_stopAtPos && poc == 0 && layerId == 4 )
     581  if ( g_stopAtPos && poc == 0 && layerId == 1 )
    582582  {
    583583    Bool stopAtCU = true;
    584584    if ( stopAtCU )        // Stop at CU with specific size
    585585    {   
    586       stopFlag = ( cuPelX  == 16 ) && ( cuPelY  == 112 ) && ( cuWidth == 16 ) && ( cuHeight == 16);
     586      stopFlag = ( cuPelX  == 888 ) && ( cuPelY  == 248 ) && ( cuWidth == 8 ) && ( cuHeight == 8);
    587587    }
    588588    else
    589589    {                     // Stop at specific position
    590       Int xPos = 18;
    591       Int yPos = 112;
     590      Int xPos = 888;
     591      Int yPos = 248;
    592592
    593593      Int cuPelXEnd = cuPelX + cuWidth  - 1;
Note: See TracChangeset for help on using the changeset viewer.