Changeset 377 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibEncoder/TEncCfg.h
- Timestamp:
- 30 Aug 2013, 03:29:41 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibEncoder/TEncCfg.h
r362 r377 363 363 UInt m_layerId; 364 364 UInt m_numLayer; 365 #endif 366 #if REF_IDX_FRAMEWORK 367 Int m_elRapSliceBEnabled; 368 #endif 365 Int m_elRapSliceBEnabled; 369 366 #if M0040_ADAPTIVE_RESOLUTION_CHANGE 370 Int m_adaptiveResolutionChange; 367 Int m_adaptiveResolutionChange; 368 #endif 371 369 #endif 372 370 … … 868 866 Void setConformanceMode (Int mode) { m_conformanceMode = mode; } 869 867 Void setConformanceWindow(Window& conformanceWindow ) { m_conformanceWindow = conformanceWindow; } 870 #endif871 #if REF_IDX_FRAMEWORK872 868 Void setElRapSliceTypeB(Int bEnabled) {m_elRapSliceBEnabled = bEnabled;} 873 869 Int getElRapSliceTypeB() {return m_elRapSliceBEnabled;} 874 #endif875 870 #if M0040_ADAPTIVE_RESOLUTION_CHANGE 876 871 Void setAdaptiveResolutionChange(Int x) { m_adaptiveResolutionChange = x; } 877 872 Int getAdaptiveResolutionChange() { return m_adaptiveResolutionChange; } 878 873 #endif 874 #endif 879 875 }; 880 876
Note: See TracChangeset for help on using the changeset viewer.