Changeset 1184 in SHVCSoftware


Ignore:
Timestamp:
8 Jul 2015, 03:12:50 (9 years ago)
Author:
seregin
Message:

macro cleanup: R0226_CONSTRAINT_TMVP_SEI

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

Legend:

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

    r1183 r1184  
    5353#define VPS_VUI_BSP_HRD_PARAMS           1      ///< JCTVC-R0231: Define the VPS VUI BSP hrd_params() as a separate function, and apply changes adopted.
    5454
    55 #define R0226_CONSTRAINT_TMVP_SEI        1      ///< JCTVC-R0226, Modification to semantics in temporal motion vector prediction constraints SEI message
    5655#define R0226_SLICE_TMVP                 1      ///< JCTVC-R0226, Regarding slice_temporal_mvp_enabled_flag
    5756#define R0227_VUI_BSP_HRD_FLAG           1      ///< JCTVC-R0227, Conformance checking such that VPS VUI HRD only present if VPS timing info is signalled
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r1179 r1184  
    15811581      }
    15821582
    1583 #if R0226_CONSTRAINT_TMVP_SEI
    15841583      // Check if any new temporal motion vector prediction constraints SEI has arrived
    15851584      SEIMessages seiTMVPConstrainsList = extractSeisByType (m_SEIs, SEI::TMVP_CONSTRAINTS);
     
    16071606        }
    16081607      }
    1609 #endif
    16101608    }
    16111609   
Note: See TracChangeset for help on using the changeset viewer.