Changeset 1327 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder
- Timestamp:
- 22 Jul 2015, 00:46:06 (9 years ago)
- Location:
- branches/SHM-dev/source/App/TAppEncoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp ¶
r1326 r1327 1377 1377 1378 1378 ("ConstrainedIntraPred", m_bUseConstrainedIntraPred, false, "Constrained Intra Prediction") 1379 ("FastUDIUseMPMEnabled", m_bFastUDIUseMPMEnabled, true, "If enabled, adapt intra direction search, accounting for MPM") 1379 1380 ("PCMEnabledFlag", m_usePCM, false) 1380 1381 ("PCMLog2MaxSize", m_pcmLog2MaxSize, 5u) -
TabularUnified branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.h ¶
r1326 r1327 304 304 305 305 Bool m_bUseConstrainedIntraPred; ///< flag for using constrained intra prediction 306 Bool m_bFastUDIUseMPMEnabled; 306 307 307 308 Int m_decodedPictureHashSEIEnabled; ///< Checksum(3)/CRC(2)/MD5(1)/disable(0) acting on decoded picture hash SEI message -
TabularUnified branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp ¶
r1326 r1327 472 472 } 473 473 m_acTEncTop[layer].setUseConstrainedIntraPred ( m_bUseConstrainedIntraPred ); 474 m_acTEncTop[layer].setFastUDIUseMPMEnabled ( m_bFastUDIUseMPMEnabled ); 474 475 m_acTEncTop[layer].setPCMLog2MinSize ( m_uiPCMLog2MinSize); 475 476 m_acTEncTop[layer].setUsePCM ( m_usePCM ); … … 911 912 } 912 913 m_cTEncTop.setUseConstrainedIntraPred ( m_bUseConstrainedIntraPred ); 914 m_cTEncTop.setFastUDIUseMPMEnabled ( m_bFastUDIUseMPMEnabled ); 913 915 m_cTEncTop.setPCMLog2MinSize ( m_uiPCMLog2MinSize); 914 916 m_cTEncTop.setUsePCM ( m_usePCM );
Note: See TracChangeset for help on using the changeset viewer.