Changeset 1517 in SHVCSoftware


Ignore:
Timestamp:
7 Jan 2016, 00:55:13 (8 years ago)
Author:
seregin
Message:

remove FORMATIDX_CHECK

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

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r1502 r1517  
    139139    maxRepFormatIdx = std::max( m_apcLayerCfg[layer]->getRepFormatIdx(), maxRepFormatIdx );
    140140
    141 #if FORMATIDX_CHECK
    142141    for(Int compareLayer = 0; compareLayer < layer; compareLayer++ )
    143142    {
     
    159158      }
    160159    }
    161 #endif
    162160  }
    163161
  • branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h

    r1516 r1517  
    4848
    4949#if SVC_EXTENSION
    50 #define SCALABLE_REXT                    1
    51 #define FORMATIDX_CHECK                  1
     50#define SCALABLE_REXT                    1      ///< enabling scalable RExt profiles, for bit-depth greater than 10 consider to enable RExt__HIGH_BIT_DEPTH_SUPPORT
    5251
    5352#define MAX_LAYERS                       8      ///< max number of layers the codec is supposed to handle
Note: See TracChangeset for help on using the changeset viewer.