Changeset 1340 in SHVCSoftware
- Timestamp:
- 22 Jul 2015, 02:53:09 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComPicSym.cpp
r1296 r1340 292 292 } 293 293 294 #if TILE_SIZE_CHECK 294 // Tile size check 295 295 Int minWidth = 1; 296 296 Int minHeight = 1; … … 313 313 } 314 314 } 315 #endif316 315 317 316 //initialize each tile of the current picture -
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1339 r1340 167 167 #define SAO_ENCODE_ALLOW_USE_PREDEBLOCK 1 168 168 #define T0196_SELECTIVE_RDOQ 1 ///< selective RDOQ 169 #define TILE_SIZE_CHECK 1170 169 171 170 // ====================================================================================================================
Note: See TracChangeset for help on using the changeset viewer.