Changeset 466 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibEncoder/TEncTop.h
- Timestamp:
- 13 Nov 2013, 23:25:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/Lib/TLibEncoder/TEncTop.h
r460 r466 140 140 Int m_ilSampleOnlyPred; 141 141 #endif 142 #if SCALED_REF_LAYER_OFFSETS 142 143 UInt m_numScaledRefLayerOffsets; 143 144 Window m_scaledRefLayerWindow[MAX_LAYERS]; 145 #endif 144 146 #if POC_RESET_FLAG 145 147 Int m_pocAdjustmentValue; 146 148 #endif 147 #endif //SVC_EXTENSION149 #endif 148 150 protected: 149 151 Void xGetNewPicBuffer ( TComPic*& rpcPic ); ///< get picture buffer which will be processed … … 207 209 Int getNumPicRcvd () { return m_iNumPicRcvd; } 208 210 Void setNumPicRcvd ( Int num ) { m_iNumPicRcvd = num; } 211 #if SCALED_REF_LAYER_OFFSETS 209 212 Void setNumScaledRefLayerOffsets(Int x) { m_numScaledRefLayerOffsets = x; } 210 213 UInt getNumScaledRefLayerOffsets() { return m_numScaledRefLayerOffsets; } 211 214 Window& getScaledRefLayerWindow(Int x) { return m_scaledRefLayerWindow[x]; } 212 #endif //SVC_EXTENSION 215 #endif 216 #endif 213 217 214 218 // -------------------------------------------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.