Changeset 377 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecTop.h
- Timestamp:
- 30 Aug 2013, 03:29:41 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecTop.h
r374 r377 130 130 Bool m_motionPredEnabledFlag[MAX_VPS_LAYER_ID_PLUS1]; 131 131 #endif 132 TComPic* m_cIlpPic[MAX_NUM_REF]; ///< Inter layer Prediction picture = upsampled picture 132 133 #endif 133 134 #if AVC_SYNTAX || SYNTAX_OUTPUT 134 135 fstream* m_pBLSyntaxFile; 135 #endif136 #if REF_IDX_FRAMEWORK137 TComPic* m_cIlpPic[MAX_NUM_REF]; ///< Inter layer Prediction picture = upsampled picture138 136 #endif 139 137 … … 209 207 Int getBLHeight() { return m_iBLSourceHeight; } 210 208 #endif 209 Void xInitILRP(TComSPS *pcSPS); 210 Void setILRPic(TComPic *pcPic); 211 211 #endif 212 212 #if AVC_SYNTAX || SYNTAX_OUTPUT 213 213 Void setBLSyntaxFile( fstream* pFile ) { m_pBLSyntaxFile = pFile; } 214 214 fstream* getBLSyntaxFile() { return m_pBLSyntaxFile; } 215 #endif216 #if REF_IDX_FRAMEWORK217 Void xInitILRP(TComSPS *pcSPS);218 Void setILRPic(TComPic *pcPic);219 215 #endif 220 216
Note: See TracChangeset for help on using the changeset viewer.