Changeset 947 in SHVCSoftware
- Timestamp:
- 31 Dec 2014, 07:51:28 (10 years ago)
- Location:
- branches/SHM-upgrade/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-upgrade/source/App/TAppEncoder/TAppEncLayerCfg.cpp
r945 r947 309 309 printf("Internal Format : %dx%d %dHz\n", m_iSourceWidth, m_iSourceHeight, m_iFrameRate ); 310 310 #if MULTIPLE_PTL_SUPPORT 311 printf("PTL index : %d ", m_layerPTLIdx );311 printf("PTL index : %d\n", m_layerPTLIdx ); 312 312 #endif 313 313 #if O0194_DIFFERENT_BITDEPTH_EL_BL -
branches/SHM-upgrade/source/Lib/TLibDecoder/TDecTop.cpp
r946 r947 2013 2013 { 2014 2014 #if O0215_PHASE_ALIGNMENT_REMOVAL 2015 m_cPrediction.upsampleBasePic( pcSlice, refLayerIdc, pcPic->getFullPelBaseRec(refLayerIdc), pBaseColRec,pcPic->getPicYuvRec());2015 m_cPrediction.upsampleBasePic( pcSlice, refLayerIdc, m_pcPic->getFullPelBaseRec(refLayerIdc), pBaseColRec, m_pcPic->getPicYuvRec()); 2016 2016 #else 2017 2017 #if O0215_PHASE_ALIGNMENT
Note: See TracChangeset for help on using the changeset viewer.