Changeset 1460 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder/TAppEncLayerCfg.h
- Timestamp:
- 20 Aug 2015, 20:54:17 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncLayerCfg.h
r1459 r1460 135 135 Int m_repFormatIdx; 136 136 #if Q0074_COLOUR_REMAPPING_SEI 137 string m_colourRemapSEIFileName; ///< Colour Remapping Information SEI message parameters file 138 Int m_colourRemapSEIId; 139 Bool m_colourRemapSEICancelFlag; 140 Bool m_colourRemapSEIPersistenceFlag; 141 Bool m_colourRemapSEIVideoSignalInfoPresentFlag; 142 Bool m_colourRemapSEIFullRangeFlag; 143 Int m_colourRemapSEIPrimaries; 144 Int m_colourRemapSEITransferFunction; 145 Int m_colourRemapSEIMatrixCoefficients; 146 Int m_colourRemapSEIInputBitDepth; 147 Int m_colourRemapSEIBitDepth; 148 Int m_colourRemapSEIPreLutNumValMinus1[3]; 149 Int* m_colourRemapSEIPreLutCodedValue[3]; 150 Int* m_colourRemapSEIPreLutTargetValue[3]; 151 Bool m_colourRemapSEIMatrixPresentFlag; 152 Int m_colourRemapSEILog2MatrixDenom; 153 Int m_colourRemapSEICoeffs[3][3]; 154 Int m_colourRemapSEIPostLutNumValMinus1[3]; 155 Int* m_colourRemapSEIPostLutCodedValue[3]; 156 Int* m_colourRemapSEIPostLutTargetValue[3]; 137 string m_colourRemapSEIFileRoot; 157 138 #endif 158 139
Note: See TracChangeset for help on using the changeset viewer.