Changeset 899 in SHVCSoftware
- Timestamp:
- 6 Oct 2014, 19:01:37 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r898 r899 262 262 #define ALT_OPT_LAYER_FLAG 1 ///< JCTVC-R0154: proposal1 - alt_output_layer_flag[i] inference 263 263 #define DEF_OPT_LAYER_IDC 1 ///< JCTVC-R0154: proposal2 - default_output_layer_idc and output_layer_flag[i][j] 264 #define ISLICE_TYPE_NUMDIR 1 ///< JCTVC-R0155: Proposal 1 I slice_type 264 265 #define R0340_RESAMPLING_MODIFICATION 1 ///< JCTVC-R0340: set of changes regarding resampling (as listed below) 265 266 #if R0340_RESAMPLING_MODIFICATION -
branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r894 r899 1304 1304 } 1305 1305 } 1306 1306 #if ISLICE_TYPE_NUMDIR 1307 if( pcSlice->getActiveNumILRRefIdx() == 0 && pcSlice->getNalUnitType() >= NAL_UNIT_CODED_SLICE_BLA_W_LP && pcSlice->getNalUnitType() <= NAL_UNIT_CODED_SLICE_CRA && (m_pcEncTop->getNumDirectRefLayers() == 0) ) 1308 #else 1307 1309 if( pcSlice->getActiveNumILRRefIdx() == 0 && pcSlice->getNalUnitType() >= NAL_UNIT_CODED_SLICE_BLA_W_LP && pcSlice->getNalUnitType() <= NAL_UNIT_CODED_SLICE_CRA ) 1310 #endif 1308 1311 { 1309 1312 pcSlice->setSliceType(I_SLICE);
Note: See TracChangeset for help on using the changeset viewer.