Changeset 1380 in SHVCSoftware for branches/SHM-dev
- Timestamp:
- 24 Jul 2015, 19:36:45 (9 years ago)
- Location:
- branches/SHM-dev/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r1377 r1380 797 797 798 798 #if SVC_EXTENSION 799 string cfg_LayerCfgFile [MAX_LAYERS];800 799 string cfg_BitstreamFile; 801 800 string* cfg_InputFile [MAX_LAYERS]; … … 1102 1101 ("InputFile%d,-i%d", cfg_InputFile, string(""), m_numLayers, "original YUV input file name for layer %d") 1103 1102 ("ReconFile%d,-o%d", cfg_ReconFile, string(""), m_numLayers, "reconstruction YUV input file name for layer %d") 1104 ("LayerConfig%d,-lc%d", cfg_LayerCfgFile, string(""), m_numLayers, "layer %d configuration file name")1105 1103 ("SourceWidth%d,-wdt%d", cfg_SourceWidth, 0, m_numLayers, "Source picture width for layer %d") 1106 1104 ("SourceHeight%d,-hgt%d", cfg_SourceHeight, 0, m_numLayers, "Source picture height for layer %d") -
branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r1369 r1380 2571 2571 OutputNALUnit nalu(NAL_UNIT_PPS, 0, m_layerId); 2572 2572 m_pcEntropyCoder->setBitstream(&nalu.m_Bitstream); 2573 m_pcEntropyCoder->encodePPS(pcSlice->getPPS() , &m_Enc3DAsymLUTPPS ); 2573 m_pcEntropyCoder->encodePPS(pcSlice->getPPS() , &m_Enc3DAsymLUTPPS ); 2574 2574 accessUnit.push_back(new NALUnitEBSP(nalu)); 2575 2575 }
Note: See TracChangeset for help on using the changeset viewer.