Changeset 1339 in SHVCSoftware for branches/SHM-dev
- Timestamp:
- 22 Jul 2015, 02:51:33 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1338 r1339 168 168 #define T0196_SELECTIVE_RDOQ 1 ///< selective RDOQ 169 169 #define TILE_SIZE_CHECK 1 170 #define WRITE_BACK 1 ///< Enable/disable the encoder to replace the deltaPOC and Used by current from the config file with the values derived by the refIdc parameter.171 170 172 171 // ==================================================================================================================== -
branches/SHM-dev/source/Lib/TLibEncoder/TEncTop.cpp
r1322 r1339 1285 1285 rps->setRefIdc(j, ge.m_refIdc[j]); 1286 1286 } 1287 #if WRITE_BACK1288 1287 // the following code overwrite the deltaPOC and Used by current values read from the config file with the ones 1289 1288 // computed from the RefIdc. A warning is printed if they are not identical. … … 1339 1338 } 1340 1339 } 1341 #endif1342 1340 } 1343 1341 }
Note: See TracChangeset for help on using the changeset viewer.