Changeset 1475 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
- Timestamp:
- 22 Sep 2015, 20:18:26 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r1463 r1475 773 773 774 774 Int* cfg_maxTidIlRefPicsPlus1[MAX_LAYERS]; 775 #if Q0074_COLOUR_REMAPPING_SEI776 775 string* cfg_colourRemapSEIFileRoot[MAX_LAYERS]; 777 #endif778 776 Bool* cfg_entropyCodingSyncEnabledFlag[MAX_LAYERS]; 779 777 Int* cfg_layerSwitchOffBegin[MAX_LAYERS]; … … 792 790 cfg_dQPFileName[layer] = &m_apcLayerCfg[layer]->m_dQPFileName; 793 791 cfg_fQP[layer] = &m_apcLayerCfg[layer]->m_fQP; 794 #if Q0074_COLOUR_REMAPPING_SEI795 792 cfg_colourRemapSEIFileRoot[layer] = &m_apcLayerCfg[layer]->m_colourRemapSEIFileRoot; 796 #endif797 793 cfg_repFormatIdx[layer] = &m_apcLayerCfg[layer]->m_repFormatIdx; 798 794 cfg_layerId[layer] = &m_apcLayerCfg[layer]->m_layerId; … … 1072 1068 ("PhaseHorChroma%d", cfg_phaseHorChromaPtr, string(""), m_numLayers, "chroma shift in the horizontal direction used in resampling proces") 1073 1069 ("PhaseVerChroma%d", cfg_phaseVerChromaPtr, string(""), m_numLayers, "chroma shift in the vertical direction used in resampling proces") 1074 #if Q0074_COLOUR_REMAPPING_SEI1075 1070 ("SEIColourRemappingInfoFileRoot%d,-cri", cfg_colourRemapSEIFileRoot, string(""), m_numLayers, "Colour Remapping Information SEI parameters root file name (wo num ext)") 1076 #endif1077 1071 ("InputBitDepth%d", cfg_InputBitDepth[CHANNEL_TYPE_LUMA], 8, m_numLayers, "Bit-depth of input file for layer %d") 1078 1072 ("InternalBitDepth%d", cfg_InternalBitDepth[CHANNEL_TYPE_LUMA], 0, m_numLayers, "Bit-depth the codec operates at. (default:InputBitDepth) for layer %d " … … 1460 1454 ("Log2MaxMvLengthVertical", m_log2MaxMvLengthVertical, 15, "Indicate the maximum absolute value of a decoded vertical MV component in quarter-pel luma units") 1461 1455 #if !SVC_EXTENSION 1462 #if Q0074_COLOUR_REMAPPING_SEI1463 1456 ("SEIColourRemappingInfoFileRoot,-cri", m_colourRemapSEIFileRoot, string(""), "Colour Remapping Information SEI parameters root file name (wo num ext)") 1464 #endif1465 1457 #endif 1466 1458 ("SEIRecoveryPoint", m_recoveryPointSEIEnabled, false, "Control generation of recovery point SEI messages")
Note: See TracChangeset for help on using the changeset viewer.