Changeset 1148 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder/TEncCfg.h
- Timestamp:
- 8 Jul 2015, 00:10:36 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCfg.h
r1131 r1148 378 378 Bool m_crossLayerBLAFlag; 379 379 #endif 380 #if VPS_EXTN_DIRECT_REF_LAYERS 380 381 381 Int m_numDirectRefLayers; 382 382 Int m_refLayerId[MAX_VPS_LAYER_IDX_PLUS1]; … … 390 390 Bool m_samplePredEnabledFlag[MAX_VPS_LAYER_IDX_PLUS1]; 391 391 Bool m_motionPredEnabledFlag[MAX_VPS_LAYER_IDX_PLUS1]; 392 #endif 392 393 393 Int m_maxTidIlRefPicsPlus1; 394 394 #if FAST_INTRA_SHVC … … 1032 1032 Void setUseFastIntraScalable ( Bool b ) { m_useFastIntraScalable = b; } 1033 1033 #endif 1034 #if VPS_EXTN_DIRECT_REF_LAYERS 1034 1035 1035 Int getNumDirectRefLayers () { return m_numDirectRefLayers; } 1036 1036 Void setNumDirectRefLayers (Int num) { m_numDirectRefLayers = num; } … … 1062 1062 Bool getMotionPredEnabledFlag (Int layerIdx) { return m_motionPredEnabledFlag[layerIdx]; } 1063 1063 Void setMotionPredEnabledFlag (Int layerIdx,Bool flag) { m_motionPredEnabledFlag[layerIdx] = flag; } 1064 #endif 1064 1065 1065 Int getMaxTidIlRefPicsPlus1 () { return m_maxTidIlRefPicsPlus1; } 1066 1066 Void setMaxTidIlRefPicsPlus1 (Int num) { m_maxTidIlRefPicsPlus1 = num; }
Note: See TracChangeset for help on using the changeset viewer.