Changeset 1475 in SHVCSoftware for branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.h
- Timestamp:
- 22 Sep 2015, 20:18:26 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.h
r1470 r1475 81 81 std::ofstream m_seiMessageFileStream; ///< Used for outputing SEI messages. 82 82 83 #if Q0074_COLOUR_REMAPPING_SEI84 83 SEIColourRemappingInfo* m_pcSeiColourRemappingInfoPrevious; 85 #endif86 84 87 85 public: … … 125 123 Bool isNaluWithinTargetDecLayerIdSet ( InputNALUnit* nalu ); ///< check whether given Nalu is within targetDecLayerIdSet 126 124 127 #if Q0074_COLOUR_REMAPPING_SEI128 125 private: 129 126 Void applyColourRemapping(const TComPicYuv& pic, SEIColourRemappingInfo& pCriSEI, const TComSPS &activeSPS); 130 127 Void xOutputColourRemapPic(TComPic* pcPic); 131 #endif 128 132 129 #if ALIGNED_BUMPING 133 130 Void checkOutputBeforeDecoding(Int layerIdx);
Note: See TracChangeset for help on using the changeset viewer.