Changeset 398 in SHVCSoftware for branches/SHM-3.1-dev/source/App
- Timestamp:
- 17 Sep 2013, 19:25:17 (11 years ago)
- Location:
- branches/SHM-3.1-dev/source/App/TAppEncoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r397 r398 74 74 , m_elRapSliceBEnabled(0) 75 75 #if N0120_MAX_TID_REF_CFG 76 , m_maxTid IlRefPicsPlus1PresentFlag(1)76 , m_maxTidRefPresentFlag(1) 77 77 #endif 78 78 { … … 524 524 #endif 525 525 #if N0120_MAX_TID_REF_CFG 526 ("MaxTid IlRefPicsPlus1Present", m_maxTidIlRefPicsPlus1PresentFlag, true, "max_tid_il_ref_pics_plus1_present_flag (0: not present, 1: present(default)) " )526 ("MaxTidRefPresentFlag", m_maxTidRefPresentFlag, true, "max_tid_ref_present_flag (0: not present, 1: present(default)) " ) 527 527 ("MaxTidIlRefPicsPlus1%d", cfg_maxTidIlRefPicsPlus1, 1, MAX_LAYERS, "allowed maximum temporal_id for inter-layer prediction") 528 528 #endif -
branches/SHM-3.1-dev/source/App/TAppEncoder/TAppEncCfg.h
r397 r398 77 77 #endif 78 78 #if N0120_MAX_TID_REF_CFG 79 Bool m_maxTid IlRefPicsPlus1PresentFlag;79 Bool m_maxTidRefPresentFlag; 80 80 #endif 81 81 #else -
branches/SHM-3.1-dev/source/App/TAppEncoder/TAppEncTop.cpp
r397 r398 932 932 #if N0120_MAX_TID_REF_PRESENT_FLAG 933 933 #if N0120_MAX_TID_REF_CFG 934 vps->setMaxTid IlRefPicsPlus1PresentFlag(m_maxTidIlRefPicsPlus1PresentFlag);934 vps->setMaxTidRefPresentFlag(m_maxTidRefPresentFlag); 935 935 #else 936 936 vps->setMaxTidIlRefPicsPlus1PresentFlag(true); 937 937 #endif 938 if (vps->getMaxTid IlRefPicsPlus1PresentFlag())938 if (vps->getMaxTidRefPresentFlag()) 939 939 { 940 940 for( i = 0; i < MAX_VPS_LAYER_ID_PLUS1 - 1; i++ )
Note: See TracChangeset for help on using the changeset viewer.