Changeset 1136 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon
- Timestamp:
- 7 Jul 2015, 23:12:48 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibCommon
- Files:
-
- 3 edited
-
TComSlice.cpp (modified) (4 diffs)
-
TComSlice.h (modified) (1 diff)
-
TypeDef.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp
r1135 r1136 3155 3155 } 3156 3156 } 3157 #endif3158 3157 3159 3158 #if DERIVE_LAYER_ID_LIST_VARIABLES … … 3609 3608 } 3610 3609 #endif 3611 #if SUB_LAYERS_IN_LAYER_SET 3610 3612 3611 Void TComVPS::calculateMaxSLInLayerSets() 3613 3612 { … … 3622 3621 } 3623 3622 } 3624 #endif3625 3623 3626 3624 #if REPN_FORMAT_IN_VPS … … 3814 3812 #endif 3815 3813 3816 #if SVC_EXTENSION 3814 3817 3815 Bool TComSlice::setBaseColPic( TComList<TComPic*>& rcListPic, UInt refLayerIdc ) 3818 3816 { -
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h
r1135 r1136 1316 1316 Void checkNecessaryLayerFlagCondition(); 1317 1317 #endif 1318 #if SUB_LAYERS_IN_LAYER_SET1319 1318 Void calculateMaxSLInLayerSets(); 1320 #endif1321 1319 #endif //SVC_EXTENSION 1322 1320 }; -
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1135 r1136 61 61 #endif 62 62 #define BSP_INIT_ARRIVAL_SEI 1 ///< JCTVC-R0231: Make signalling of vcl_initial_arrival_delay independent of NalHrdBpPresentFlag 63 #define SUB_LAYERS_IN_LAYER_SET 1 ///< Move calculation of MaxSubLayerInLayerSets to a separate function64 63 #define VPS_VUI_BSP_HRD_PARAMS 1 ///< JCTVC-R0231: Define the VPS VUI BSP hrd_params() as a separate function, and apply changes adopted. 65 64 #define O0137_MAX_LAYERID 1 ///< JCTVC-O0137, JCTVC-O0200, JCTVC-O0223: restrict nuh_layer_id and vps_max_layers_minus1
Note: See TracChangeset for help on using the changeset viewer.