Changeset 922 in SHVCSoftware for branches


Ignore:
Timestamp:
13 Nov 2014, 18:51:11 (10 years ago)
Author:
seregin
Message:

update config files

Location:
branches/SHM-upgrade
Files:
8 added
12 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-upgrade/source/App/TAppEncoder/TAppEncCfg.cpp

    r918 r922  
    30403040  Bool m_useExtendedPrecision                = m_acLayerCfg[layerId].m_useExtendedPrecision;
    30413041  Bool m_useHighPrecisionPredictionWeighting = m_acLayerCfg[layerId].m_useHighPrecisionPredictionWeighting;
    3042   m_chromaFormatIDC             = m_acLayerCfg[layerId].m_chromaFormatIDC;
    3043   m_chromaFormatConstraint      = m_acLayerCfg[layerId].m_chromaFormatConstraint;
    3044   m_bitDepthConstraint                  = m_acLayerCfg[layerId].m_bitDepthConstraint;
     3042  m_chromaFormatIDC                          = m_acLayerCfg[layerId].m_chromaFormatIDC;
     3043  m_chromaFormatConstraint                   = m_acLayerCfg[layerId].m_chromaFormatConstraint;
     3044  m_bitDepthConstraint                       = m_acLayerCfg[layerId].m_bitDepthConstraint;
    30453045
    30463046  Int m_inputBitDepth[]       = {m_acLayerCfg[layerId].m_inputBitDepth[CHANNEL_TYPE_LUMA],       m_acLayerCfg[layerId].m_inputBitDepth[CHANNEL_TYPE_CHROMA]};
Note: See TracChangeset for help on using the changeset viewer.