Ignore:
Timestamp:
25 Jun 2015, 16:19:05 (9 years ago)
Author:
seregin
Message:

Patch provided by Hiron Franck <franck.hiron@…> to complete implementation of the CRI (Colour remapping info) with the following features:

  • Management of SEI-CRI messages per picture
  • Management of the persistence of the colour remapping information (parameter “colour_remap_persistence_flag”)
  • Output the remapping picture in display order
  • Maintains the HM like mode (#define SVC_EXTENSION 0)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.h

    r1057 r1089  
    462462#if Q0074_COLOUR_REMAPPING_SEI
    463463#if !SVC_EXTENSION
    464   Char*     m_colourRemapSEIFile;
    465   Int       m_colourRemapSEIId;
    466   Bool      m_colourRemapSEICancelFlag;
    467   Bool      m_colourRemapSEIPersistenceFlag;
    468   Bool      m_colourRemapSEIVideoSignalInfoPresentFlag;
    469   Bool      m_colourRemapSEIFullRangeFlag;
    470   Int       m_colourRemapSEIPrimaries;
    471   Int       m_colourRemapSEITransferFunction;
    472   Int       m_colourRemapSEIMatrixCoefficients;
    473   Int       m_colourRemapSEIInputBitDepth;
    474   Int       m_colourRemapSEIBitDepth;
    475   Int       m_colourRemapSEIPreLutNumValMinus1[3];
    476   Int*      m_colourRemapSEIPreLutCodedValue[3];
    477   Int*      m_colourRemapSEIPreLutTargetValue[3];
    478   Bool      m_colourRemapSEIMatrixPresentFlag;
    479   Int       m_colourRemapSEILog2MatrixDenom;
    480   Int       m_colourRemapSEICoeffs[3][3];
    481   Int       m_colourRemapSEIPostLutNumValMinus1[3];
    482   Int*      m_colourRemapSEIPostLutCodedValue[3];
    483   Int*      m_colourRemapSEIPostLutTargetValue[3];
     464  string    m_colourRemapSEIFileRoot;
    484465#endif
    485466#endif
Note: See TracChangeset for help on using the changeset viewer.