Changeset 1273 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder
- Timestamp:
- 15 Jul 2015, 20:51:59 (10 years ago)
- Location:
- branches/SHM-dev/source/App/TAppEncoder
- Files:
-
- 2 edited
-
TAppEncCfg.cpp (modified) (2 diffs)
-
TAppEncTop.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r1259 r1273 1401 1401 "\t1: use MD5\n" 1402 1402 "\t0: disable") 1403 ("SEIpictureDigest", m_decodedPictureHashSEIEnabled, 0, "deprecated alias for SEIDecodedPictureHash")1404 1403 ("TMVPMode", m_TMVPModeId, 1, "TMVP mode 0: TMVP disable for all slices. 1: TMVP enable for all slices (default) 2: TMVP enable for certain slices only") 1405 1404 ("FEN", m_bUseFastEnc, false, "fast encoder setting") … … 4135 4134 if((m_numTileColumnsMinus1 <= 0) && (m_numTileRowsMinus1 <= 0) && m_tmctsSEIEnabled) 4136 4135 { 4137 printf(" SEITempMotionConstrainedTileSets is set to false to disable 'temporal_motion_constrained_tile_sets' SEI because there are no tiles enabled\n");4136 printf("Warning: SEITempMotionConstrainedTileSets is set to false to disable temporal motion-constrained tile sets SEI message because there are no tiles enabled.\n"); 4138 4137 m_tmctsSEIEnabled = false; 4139 4138 } -
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r1260 r1273 1604 1604 numDU ++; 1605 1605 } 1606 vps->getBspHrd(i)->setNumDU( numDU );1606 //vps->getBspHrd(i)->setNumDU( numDU ); 1607 1607 vps->setBspHrdParameters( i, pcCfgLayer->getFrameRate(), numDU, pcCfgLayer->getTargetBitrate(), ( pcCfgLayer->getIntraPeriod() > 0 ) ); 1608 1608 }
Note: See TracChangeset for help on using the changeset viewer.