Changeset 294 in 3DVCSoftware for branches/HTM-5.1-dev0/source/Lib/TLibDecoder/TDecGop.h
- Timestamp:
- 19 Feb 2013, 20:33:52 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev0/source/Lib/TLibDecoder/TDecGop.h
r56 r294 101 101 bool m_pictureDigestEnabled; ///< if true, handle picture_digest SEI messages 102 102 AlfCUCtrlInfo m_cAlfCUCtrlOneSlice; 103 #if LCU_SYNTAX_ALF104 103 AlfParamSet m_alfParamSetPilot; 105 #endif106 104 107 105 public: … … 131 129 void setPictureDigestEnabled(bool enabled) { m_pictureDigestEnabled = enabled; } 132 130 AlfCUCtrlInfo& getAlfCuCtrlParam() { return m_cAlfCUCtrlOneSlice; } 133 #if LCU_SYNTAX_ALF134 131 AlfParamSet& getAlfParamSet() {return m_alfParamSetPilot;} 135 #endif136 132 137 133 private: 138 #if LCU_SYNTAX_ALF139 134 Void patchAlfLCUParams(ALFParam*** alfLCUParam, AlfParamSet* alfParamSet, Int firstLCUAddr = 0); 140 #endif141 135 142 136
Note: See TracChangeset for help on using the changeset viewer.