- Timestamp:
- 6 Mar 2013, 01:35:15 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HM-10.0-dev-SHM/source/Lib/TLibDecoder/TDecTop.cpp
r58 r62 960 960 if( nalu.m_layerId == 1 && pBLPic->getPicYuvRec() == NULL ) 961 961 { 962 #if SVC_UPSAMPLING963 #if AVC_SYNTAX964 962 TComSPS* sps = new TComSPS(); 965 963 Int numReorderPics[MAX_TLAYER]; 966 964 Window &conformanceWindow = sps->getConformanceWindow(); 967 965 Window defaultDisplayWindow = sps->getVuiParametersPresentFlag() ? sps->getVuiParameters()->getDefaultDisplayWindow() : Window(); 966 #if SVC_UPSAMPLING 967 #if AVC_SYNTAX 968 968 969 969 pBLPic->create( m_ppcTDecTop[0]->getBLWidth(), m_ppcTDecTop[0]->getBLHeight(), g_uiMaxCUWidth, g_uiMaxCUHeight, g_uiMaxCUDepth, conformanceWindow, defaultDisplayWindow, numReorderPics, sps, true); 970 970 #else 971 pBLPic->create( m_ppcTDecTop[0]->getBLWidth(), m_ppcTDecTop[0]->getBLHeight(), g_uiMaxCUWidth, g_uiMaxCUHeight, g_uiMaxCUDepth, NULL, onformanceWindow, defaultDisplayWindow, numReorderPics, true);971 pBLPic->create( m_ppcTDecTop[0]->getBLWidth(), m_ppcTDecTop[0]->getBLHeight(), g_uiMaxCUWidth, g_uiMaxCUHeight, g_uiMaxCUDepth, conformanceWindow, defaultDisplayWindow, numReorderPics, NULL, true); 972 972 #endif 973 973 #else
Note: See TracChangeset for help on using the changeset viewer.