Changeset 1475 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder/TEncCfg.h
- Timestamp:
- 22 Sep 2015, 20:18:26 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCfg.h
r1460 r1475 321 321 Int* m_kneeSEIInputKneePoint; 322 322 Int* m_kneeSEIOutputKneePoint; 323 #if Q0074_COLOUR_REMAPPING_SEI324 323 std::string m_colourRemapSEIFileRoot; ///< SEI Colour Remapping File (initialized from external file) 325 #endif326 324 TComSEIMasteringDisplay m_masteringDisplay; 327 325 //====== Weighted Prediction ======== … … 486 484 #endif 487 485 #endif //SVC_EXTENSION 488 #if Q0074_COLOUR_REMAPPING_SEI489 string m_colourRemapSEIFileName; ///< SEI Colour Remapping File (initialized from external file)490 #endif491 486 492 487 public: … … 494 489 : m_tileColumnWidth() 495 490 , m_tileRowHeight() 496 #if Q0074_COLOUR_REMAPPING_SEI497 , m_colourRemapSEIFileName()498 #endif499 491 { 500 492 m_PCMBitDepth[CHANNEL_TYPE_LUMA]=8; … … 910 902 Void setKneeSEIOutputKneePoint(Int *p) { m_kneeSEIOutputKneePoint = p; } 911 903 Int* getKneeSEIOutputKneePoint() { return m_kneeSEIOutputKneePoint; } 912 #if Q0074_COLOUR_REMAPPING_SEI913 904 Void setColourRemapInfoSEIFileRoot( const std::string &s ) { m_colourRemapSEIFileRoot = s; } 914 905 const std::string &getColourRemapInfoSEIFileRoot() const { return m_colourRemapSEIFileRoot; } 915 #endif916 906 Void setMasteringDisplaySEI(const TComSEIMasteringDisplay &src) { m_masteringDisplay = src; } 917 907 const TComSEIMasteringDisplay &getMasteringDisplaySEI() const { return m_masteringDisplay; }
Note: See TracChangeset for help on using the changeset viewer.