Changeset 762 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder
- Timestamp:
- 30 Apr 2014, 01:10:03 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncTop.cpp
r760 r762 1072 1072 Void TEncTop::xInitPPS() 1073 1073 { 1074 #if SCALINGLIST_INFERRING1075 m_cPPS.setLayerId( m_layerId );1076 #endif1077 1078 1074 m_cPPS.setConstrainedIntraPred( m_bUseConstrainedIntraPred ); 1079 1075 Bool bUseDQP = (getMaxCuDQPDepth() > 0)? true : false; … … 1171 1167 } 1172 1168 #if SVC_EXTENSION 1169 #if SCALINGLIST_INFERRING 1170 m_cPPS.setLayerId( m_layerId ); 1171 #endif 1172 1173 1173 if( m_layerId > 0 ) 1174 1174 {
Note: See TracChangeset for help on using the changeset viewer.