Changeset 1475 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder


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

port rev 4600, remove macro Q0074_COLOUR_REMAPPING_SEI

Location:
branches/SHM-dev/source/App/TAppEncoder
Files:
4 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")
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.h

    r1460 r1475  
    458458  Int       m_log2MaxMvLengthVertical;                        ///< Indicate the maximum absolute value of a decoded vertical MV component in quarter-pel luma units
    459459#if !SVC_EXTENSION
    460 #if Q0074_COLOUR_REMAPPING_SEI
    461460  std::string m_colourRemapSEIFileRoot;
    462 #endif
    463461#endif
    464462
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncLayerCfg.h

    r1460 r1475  
    134134
    135135  Int       m_repFormatIdx;
    136 #if Q0074_COLOUR_REMAPPING_SEI
    137136  string    m_colourRemapSEIFileRoot;
    138 #endif
    139137
    140138  Int       m_layerSwitchOffBegin;
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r1460 r1475  
    509509    Int&           m_maxTempLayer                               = m_apcLayerCfg[layer]->m_maxTempLayer;
    510510
    511 #if Q0074_COLOUR_REMAPPING_SEI
    512511    string&        m_colourRemapSEIFileRoot                     = m_apcLayerCfg[layer]->m_colourRemapSEIFileRoot;
    513 #endif
    514512#endif
    515513
     
    766764  m_cTEncTop.setKneeSEIInputKneePoint                             ( m_kneeSEIInputKneePoint );
    767765  m_cTEncTop.setKneeSEIOutputKneePoint                            ( m_kneeSEIOutputKneePoint );
    768 #if Q0074_COLOUR_REMAPPING_SEI
    769766  m_cTEncTop.setColourRemapInfoSEIFileRoot                        ( m_colourRemapSEIFileRoot );
    770 #endif
    771767  m_cTEncTop.setMasteringDisplaySEI                               ( m_masteringDisplay );
    772768
Note: See TracChangeset for help on using the changeset viewer.