Changeset 796 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon/TComSlice.cpp
- Timestamp:
- 6 Jun 2014, 20:40:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibCommon/TComSlice.cpp
r795 r796 2342 2342 ::memset(m_loopFilterNotAcrossTilesFlag, 0, sizeof(m_loopFilterNotAcrossTilesFlag)); 2343 2343 #endif 2344 #if TILE_BOUNDARY_ALIGNED_FLAG2345 2344 ::memset(m_tileBoundariesAlignedFlag, 0, sizeof(m_tileBoundariesAlignedFlag)); 2346 #endif2347 2345 #if VPS_VUI_WPP_NOT_IN_USE__FLAG 2348 2346 m_wppNotInUseFlag = true; … … 2489 2487 } 2490 2488 } 2491 #if TILE_BOUNDARY_ALIGNED_FLAG 2489 2492 2490 if (m_tilesNotInUseFlag) 2493 2491 { … … 2500 2498 } 2501 2499 } 2502 #endif 2503 } 2504 #endif 2500 } 2501 #endif 2502 2505 2503 #if VPS_VUI_WPP_NOT_IN_USE__FLAG 2506 2504 Void TComVPS::setWppNotInUseFlag(Bool x)
Note: See TracChangeset for help on using the changeset viewer.