Changeset 698 in SHVCSoftware
- Timestamp:
- 18 Apr 2014, 22:23:09 (11 years ago)
- Location:
- branches/SHM-6-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibCommon/SEI.h
r697 r698 417 417 virtual ~SEIColorMappingInfo() {} 418 418 419 Int 420 Bool 421 Bool 422 Bool 423 Bool 424 UShortm_colorMap_primaries;425 UShortm_colorMap_transfer_characteristics;426 UShortm_colorMap_matrix_coeffs;427 UShortm_colorMapModelId;419 Int m_colorMapId; 420 Bool m_colorMapCancelFlag; 421 Bool m_colorMapPersistenceFlag; 422 Bool m_colorMap_video_signal_type_present_flag; 423 Bool m_colorMap_video_full_range_flag; 424 Int m_colorMap_primaries; 425 Int m_colorMap_transfer_characteristics; 426 Int m_colorMap_matrix_coeffs; 427 Int m_colorMapModelId; 428 428 429 429 Int m_colour_map_coded_data_bit_depth; -
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.h
r697 r698 67 67 class TDecColorMapping 68 68 { 69 Int 70 Bool 71 Bool 72 Bool 73 Bool 74 UShortm_colorMap_primaries;75 UShortm_colorMap_transfer_characteristics;76 UShortm_colorMap_matrix_coeffs;77 UShortm_colorMapModelId;69 Int m_colorMapId; 70 Bool m_colorMapCancelFlag; 71 Bool m_colorMapPersistenceFlag; 72 Bool m_colorMap_video_signal_type_present_flag; 73 Bool m_colorMap_video_full_range_flag; 74 Int m_colorMap_primaries; 75 Int m_colorMap_transfer_characteristics; 76 Int m_colorMap_matrix_coeffs; 77 Int m_colorMapModelId; 78 78 79 79 Int m_colour_map_coded_data_bit_depth;
Note: See TracChangeset for help on using the changeset viewer.