Changeset 464 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibDecoder
- Timestamp:
- 13 Nov 2013, 03:10:08 (11 years ago)
- Location:
- branches/SHM-4.0-dev/source/Lib/TLibDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r458 r464 1251 1251 vps->setMaxOneActiveRefLayerFlag(uiCode); 1252 1252 #endif 1253 #if O0215_PHASE_ALIGNMENT 1254 READ_FLAG( uiCode, "phase_align_flag"); vps->setPhaseAlignFlag( uiCode == 1 ? true : false ); 1255 #endif 1253 1256 1254 1257 #if N0147_IRAP_ALIGN_FLAG -
branches/SHM-4.0-dev/source/Lib/TLibDecoder/TDecTop.cpp
r462 r464 1144 1144 if( pcPic->isSpatialEnhLayer(refLayerIdc) ) 1145 1145 { 1146 #if O0215_PHASE_ALIGNMENT 1147 m_cPrediction.upsampleBasePic( refLayerIdc, pcPic->getFullPelBaseRec(refLayerIdc), pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec(), pcPic->getPicYuvRec(), pcSlice->getSPS()->getScaledRefLayerWindow(refLayerIdc), pcSlice->getVPS()->getPhaseAlignFlag() ); 1148 #else 1146 1149 m_cPrediction.upsampleBasePic( refLayerIdc, pcPic->getFullPelBaseRec(refLayerIdc), pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec(), pcPic->getPicYuvRec(), pcSlice->getSPS()->getScaledRefLayerWindow(refLayerIdc) ); 1150 #endif 1147 1151 } 1148 1152 else … … 1201 1205 1202 1206 pcSlice->setILRPic( m_cIlpPic ); 1207 1203 1208 #if REF_IDX_MFM 1204 1209 #if M0457_COL_PICTURE_SIGNALING
Note: See TracChangeset for help on using the changeset viewer.