Changeset 1089 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.h
- Timestamp:
- 25 Jun 2015, 16:19:05 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.h
r1057 r1089 462 462 #if Q0074_COLOUR_REMAPPING_SEI 463 463 #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; 484 465 #endif 485 466 #endif
Note: See TracChangeset for help on using the changeset viewer.