Changeset 756 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder
- Timestamp:
- 29 Apr 2014, 23:55:59 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCfg.h
r694 r756 348 348 Bool m_motionPredEnabledFlag[MAX_VPS_LAYER_ID_PLUS1]; 349 349 #endif 350 #if N0120_MAX_TID_REF_CFG351 350 Int m_maxTidIlRefPicsPlus1; 352 #endif353 351 #if AUXILIARY_PICTURES 354 352 ChromaFormat m_chromaFormatIDC; … … 877 875 Void setMotionPredEnabledFlag (Int i,Bool flag) { m_motionPredEnabledFlag[i] = flag; } 878 876 #endif 879 #if N0120_MAX_TID_REF_CFG880 877 Int getMaxTidIlRefPicsPlus1 () { return m_maxTidIlRefPicsPlus1; } 881 878 Void setMaxTidIlRefPicsPlus1 (Int num) { m_maxTidIlRefPicsPlus1 = num; } 882 #endif883 879 #if LAYERS_NOT_PRESENT_SEI 884 880 Void setLayersNotPresentSEIEnabled(Int b) { m_layersNotPresentSEIEnabled = b; }
Note: See TracChangeset for help on using the changeset viewer.