Changeset 1459 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
20 Aug 2015, 19:49:34 (10 years ago)
Author:
seregin
Message:

port rev 4593

Location:
branches/SHM-dev/source/Lib/TLibCommon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/SEI.h

    r1442 r1459  
    158158  virtual ~SEIDecodedPictureHash() {}
    159159
    160   enum Method
    161   {
    162     MD5,
    163     CRC,
    164     CHECKSUM,
    165     RESERVED,
    166   } method;
     160  HashType method;
    167161
    168162  TComPictureHash m_pictureHash;
  • branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h

    r1442 r1459  
    558558  FIXED_NUMBER_OF_BYTES  = 2,          ///< Limit maximum number of bytes in a slice / slice segment
    559559  FIXED_NUMBER_OF_TILES  = 3,          ///< slices / slice segments span an integer number of tiles
     560  NUMBER_OF_SLICE_CONSTRAINT_MODES = 4
     561};
     562
     563// For use with decoded picture hash SEI messages, generated by encoder.
     564enum HashType
     565{
     566  HASHTYPE_MD5             = 0,
     567  HASHTYPE_CRC             = 1,
     568  HASHTYPE_CHECKSUM        = 2,
     569  HASHTYPE_NONE            = 3,
     570  NUMBER_OF_HASHTYPES      = 4
    560571};
    561572
Note: See TracChangeset for help on using the changeset viewer.