Ignore:
Timestamp:
12 Apr 2018, 11:12:21 (7 years ago)
Author:
tech
Message:
  • Update HM-16.18
  • Cleanups
  • Encoder Extension

-- Representation formats
-- Parameter set sharing
-- GOP configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-16.2-dev/source/Lib/TLibEncoder/SEIEncoder.h

    r1405 r1412  
    44 * granted under this license.
    55 *
    6  * Copyright (c) 2010-2016, ITU/ISO/IEC
     6 * Copyright (c) 2010-2017, ITU/ISO/IEC
    77 * All rights reserved.
    88 *
     
    8282  Void initSEITimeCode(SEITimeCode *sei);
    8383  Bool initSEIColourRemappingInfo(SEIColourRemappingInfo *sei, Int currPOC); // returns true on success, false on failure.
    84 #if U0033_ALTERNATIVE_TRANSFER_CHARACTERISTICS_SEI
    8584  Void initSEIAlternativeTransferCharacteristics(SEIAlternativeTransferCharacteristics *sei);
    86 #endif
    8785
    8886  // trailing SEIs
    8987  Void initDecodedPictureHashSEI(SEIDecodedPictureHash *sei, TComPic *pcPic, std::string &rHashString, const BitDepths &bitDepths);
    9088  Void initTemporalLevel0IndexSEI(SEITemporalLevel0Index *sei, TComSlice *slice);
     89  Void initSEIGreenMetadataInfo(SEIGreenMetadataInfo *sei, UInt u);
     90
    9191#if NH_MV
    9292  Void createAnnexFGISeiMessages( SEIMessages& seiMessage, const TComSlice* slice );;
Note: See TracChangeset for help on using the changeset viewer.