Ignore:
Timestamp:
14 Jul 2015, 00:26:07 (9 years ago)
Author:
seregin
Message:

port rev 4240

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TComTU.cpp

    r1235 r1246  
    169169
    170170    mOrigWidth[i]=mRect[i].width;
    171     if (!mCodeAll[i] && mbProcessLastOfLevel) mRect[i].width=0;
     171    if (!mCodeAll[i] && mbProcessLastOfLevel)
     172    {
     173      mRect[i].width=0;
     174    }
    172175  }
    173176}
     
    185188    {
    186189      mOffsets[i]+=mRect[i].width*mRect[i].height;
    187       if (mbProcessLastOfLevel) mRect[i].width=mOrigWidth[i];
     190      if (mbProcessLastOfLevel)
     191      {
     192        mRect[i].width=mOrigWidth[i];
     193      }
    188194      mRect[i].x0+=mRect[i].width;
    189195      const TComRectangle &parentRect=parent.getRect(ComponentID(i));
     
    195201      if (!mCodeAll[i])
    196202      {
    197         if (!mbProcessLastOfLevel || mSection!=2) mRect[i].width=0;
     203        if (!mbProcessLastOfLevel || mSection!=2)
     204        {
     205          mRect[i].width=0;
     206        }
    198207      }
    199208    }
Note: See TracChangeset for help on using the changeset viewer.