Ignore:
Timestamp:
22 Sep 2015, 20:18:26 (9 years ago)
Author:
seregin
Message:

port rev 4600, remove macro Q0074_COLOUR_REMAPPING_SEI

File:
1 edited

Legend:

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

    r1463 r1475  
    773773
    774774  Int*    cfg_maxTidIlRefPicsPlus1[MAX_LAYERS];
    775 #if Q0074_COLOUR_REMAPPING_SEI
    776775  string* cfg_colourRemapSEIFileRoot[MAX_LAYERS];
    777 #endif
    778776  Bool*   cfg_entropyCodingSyncEnabledFlag[MAX_LAYERS];
    779777  Int*    cfg_layerSwitchOffBegin[MAX_LAYERS];
     
    792790    cfg_dQPFileName[layer]  = &m_apcLayerCfg[layer]->m_dQPFileName;
    793791    cfg_fQP[layer]          = &m_apcLayerCfg[layer]->m_fQP;
    794 #if Q0074_COLOUR_REMAPPING_SEI
    795792    cfg_colourRemapSEIFileRoot[layer] = &m_apcLayerCfg[layer]->m_colourRemapSEIFileRoot;
    796 #endif
    797793    cfg_repFormatIdx[layer]         = &m_apcLayerCfg[layer]->m_repFormatIdx;
    798794    cfg_layerId[layer]              = &m_apcLayerCfg[layer]->m_layerId;
     
    10721068  ("PhaseHorChroma%d",                              cfg_phaseHorChromaPtr,            string(""), m_numLayers, "chroma shift in the horizontal direction used in resampling proces")
    10731069  ("PhaseVerChroma%d",                              cfg_phaseVerChromaPtr,            string(""), m_numLayers, "chroma shift in the vertical   direction used in resampling proces")
    1074 #if Q0074_COLOUR_REMAPPING_SEI
    10751070  ("SEIColourRemappingInfoFileRoot%d,-cri",         cfg_colourRemapSEIFileRoot,       string(""), m_numLayers, "Colour Remapping Information SEI parameters root file name (wo num ext)")
    1076 #endif
    10771071  ("InputBitDepth%d",                                cfg_InputBitDepth[CHANNEL_TYPE_LUMA],     8, m_numLayers, "Bit-depth of input file for layer %d")
    10781072  ("InternalBitDepth%d",                             cfg_InternalBitDepth[CHANNEL_TYPE_LUMA],  0, m_numLayers, "Bit-depth the codec operates at. (default:InputBitDepth) for layer %d "
     
    14601454  ("Log2MaxMvLengthVertical",                         m_log2MaxMvLengthVertical,                           15, "Indicate the maximum absolute value of a decoded vertical MV component in quarter-pel luma units")
    14611455#if !SVC_EXTENSION
    1462 #if Q0074_COLOUR_REMAPPING_SEI
    14631456  ("SEIColourRemappingInfoFileRoot,-cri",             m_colourRemapSEIFileRoot,                    string(""), "Colour Remapping Information SEI parameters root file name (wo num ext)")
    1464 #endif
    14651457#endif
    14661458  ("SEIRecoveryPoint",                                m_recoveryPointSEIEnabled,                        false, "Control generation of recovery point SEI messages")
Note: See TracChangeset for help on using the changeset viewer.