Changeset 1424 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 5 Aug 2015, 19:23:14 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCfg.h
r1415 r1424 395 395 UInt m_layerId; 396 396 UInt m_numLayer; 397 Intm_elRapSliceBEnabled;397 Bool m_elRapSliceBEnabled; 398 398 Int m_adaptiveResolutionChange; 399 399 Int m_layerSwitchOffBegin; … … 1096 1096 Void setConformanceWindow(Window& conformanceWindow ) { m_conformanceWindow = conformanceWindow; } 1097 1097 Void setElRapSliceTypeB(Int bEnabled) { m_elRapSliceBEnabled = bEnabled; } 1098 IntgetElRapSliceTypeB() { return m_elRapSliceBEnabled; }1098 Bool getElRapSliceTypeB() { return m_elRapSliceBEnabled; } 1099 1099 Void setAdaptiveResolutionChange(Int x) { m_adaptiveResolutionChange = x; } 1100 1100 Int getAdaptiveResolutionChange() { return m_adaptiveResolutionChange; } -
branches/SHM-dev/source/Lib/TLibEncoder/TEncSearch.cpp
r1421 r1424 2354 2354 if (m_pcEncCfg->getFastUDIUseMPMEnabled()) 2355 2355 { 2356 #if FAST_INTRA_SHVC == 02356 #if !FAST_INTRA_SHVC 2357 2357 Int uiPreds[NUM_MOST_PROBABLE_MODES] = {-1, -1, -1}; 2358 2358
Note: See TracChangeset for help on using the changeset viewer.