Changeset 1078 in 3DVCSoftware for branches/HTM-12.1-dev0/source/Lib/TLibCommon


Ignore:
Timestamp:
21 Oct 2014, 22:36:22 (10 years ago)
Author:
tech
Message:

Removed MV-HEVC related macros part 4.

Location:
branches/HTM-12.1-dev0/source/Lib/TLibCommon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.1-dev0/source/Lib/TLibCommon/TComSlice.cpp

    r1076 r1078  
    43824382, m_nonPackedConstraintFlag(false)
    43834383, m_frameOnlyConstraintFlag(false)
     4384#if H_MV
    43844385  , m_max12bitConstraintFlag      ( false )
    43854386  , m_max10bitConstraintFlag      ( false )
     
    43924393  , m_lowerBitRateConstraintFlag  ( false )
    43934394  , m_inbldFlag                   ( false )
     4395#endif
    43944396{
    43954397  ::memset(m_profileCompatibilityFlag, 0, sizeof(m_profileCompatibilityFlag));
    43964398}
    43974399
     4400#if H_MV
    43984401Bool ProfileTierLevel::getV2ConstraintsPresentFlag()
    43994402{
     
    44404443  copyV2ConstraintFlags      ( ptlRef );
    44414444}
    4442 
     4445#endif
    44434446
    44444447TComPTL::TComPTL()
  • branches/HTM-12.1-dev0/source/Lib/TLibCommon/TypeDef.h

    r1076 r1078  
    367367/////////////////////////////////////////////////////////////////////////////////
    368368// TBD: Check if integration is necessary.
    369 
     369#define H_MV_HLS_PTL_LIMITS                  0
    370370#define H_MV_HLS7_GEN                        0  // General changes (not tested)
    371371
     
    434434
    435435#define MAX_VPS_NUM_HRD_PARAMETERS                1024
     436#if H_MV
    436437#define MAX_NUM_SUB_LAYERS                        7
    437438#define MAX_NUM_SIGNALLED_PARTITIONING_SCHEMES    16
    438 
     439#endif
    439440#define MAX_VPS_OP_SETS_PLUS1                     1024
    440441#if H_MV
Note: See TracChangeset for help on using the changeset viewer.