Changeset 850 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon
- Timestamp:
- 1 Aug 2014, 22:23:56 (11 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibCommon
- Files:
-
- 3 edited
-
TComSlice.cpp (modified) (1 diff)
-
TComSlice.h (modified) (3 diffs)
-
TypeDef.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp
r849 r850 106 106 , m_temporalLayerNonReferenceFlag ( false ) 107 107 , m_enableTMVPFlag ( true ) 108 #if R0226_SLICE_TMVP 109 , m_availableForTMVPRefFlag ( true ) 110 #endif 108 111 #if SVC_EXTENSION 109 112 , m_layerId ( 0 ) -
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h
r849 r850 2050 2050 Int m_associatedIrapPocBeforeReset; 2051 2051 #endif 2052 2053 2052 NalUnitType m_iAssociatedIRAPType; 2054 2053 static Int m_prevTid0POC; … … 2141 2140 2142 2141 Bool m_enableTMVPFlag; 2142 #if R0226_SLICE_TMVP 2143 Bool m_availableForTMVPRefFlag; 2144 #endif 2143 2145 2144 2146 #if SVC_EXTENSION … … 2448 2450 Bool getEnableTMVPFlag () { return m_enableTMVPFlag;} 2449 2451 2452 #if R0226_SLICE_TMVP 2453 Void setAvailableForTMVPRefFlag ( Bool b ) { m_availableForTMVPRefFlag = b; } 2454 Bool getAvailableForTMVPRefFlag () { return m_availableForTMVPRefFlag;} 2455 #endif 2456 2450 2457 #if SVC_EXTENSION 2451 2458 Bool setBaseColPic ( TComList<TComPic*>& rcListPic , UInt refLayerIdc ); -
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r849 r850 51 51 #define O0137_MAX_LAYERID 1 ///< JCTVC-O0137, JCTVC-O0200, JCTVC-O0223: restrict nuh_layer_id and vps_max_layers_minus1 52 52 53 #define R0226_SLICE_TMVP 1 ///< JCTVC-R0226, Regarding slice_temporal_mvp_enabled_flag 53 54 #define R0279_REP_FORMAT_INBL 1 ///< JCTVC-R0279, For any independent non-base layer the used representation format is the one that is signalled in the active SPS for the layer 54 55 #define R0227_VUI_BSP_HRD_FLAG 1 ///< JCTVC-R0227, Conformance checking such that VPS VUI HRD only present if VPS timing info is signalled
Note: See TracChangeset for help on using the changeset viewer.