Changeset 1246 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon/TComTU.cpp
- Timestamp:
- 14 Jul 2015, 00:26:07 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComTU.cpp
r1235 r1246 169 169 170 170 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 } 172 175 } 173 176 } … … 185 188 { 186 189 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 } 188 194 mRect[i].x0+=mRect[i].width; 189 195 const TComRectangle &parentRect=parent.getRect(ComponentID(i)); … … 195 201 if (!mCodeAll[i]) 196 202 { 197 if (!mbProcessLastOfLevel || mSection!=2) mRect[i].width=0; 203 if (!mbProcessLastOfLevel || mSection!=2) 204 { 205 mRect[i].width=0; 206 } 198 207 } 199 208 }
Note: See TracChangeset for help on using the changeset viewer.