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


Ignore:
Timestamp:
10 Apr 2014, 02:02:07 (11 years ago)
Author:
sony
Message:

Following two macros are introduced
Q0195_REP_FORMAT_CLEANUP : JCTVC-Q0195 restructureing of rep_format() signaling
REP_FORMAT_FIX : update_rep_format_flag should be inferred to be equal to 0
by ohji.nakagami@…

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

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibCommon/TComSlice.cpp

    r657 r662  
    21832183#endif
    21842184#if REPN_FORMAT_IN_VPS
     2185#if Q0195_REP_FORMAT_CLEANUP
     2186, m_repFormatIdxPresentFlag   (false)
     2187#else
    21852188, m_repFormatIdxPresentFlag   (true)
     2189#endif
    21862190, m_vpsNumRepFormats          (1)
    21872191#endif
  • branches/SHM-6-dev/source/Lib/TLibCommon/TypeDef.h

    r652 r662  
    225225#define O0096_REP_FORMAT_INDEX           1      ///< JCTVC-O0096: identify SPS rep_format() with an index into the lists of formats in VPS extension.
    226226#define O0096_DEFAULT_DEPENDENCY_TYPE    1      ///< JCTVC-O0096: specify default dependency type for all direct reference layers
     227
     228#define Q0195_REP_FORMAT_CLEANUP         1      ///< JCTVC-Q0195: restructureing of rep_format() signaling
     229#define REP_FORMAT_FIX                   1      ///< update_rep_format_flag should be inferred to be equal to 0
    227230
    228231#define RESAMPLING_CONSTRAINT_BUG_FIX    1
Note: See TracChangeset for help on using the changeset viewer.