Changeset 467 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibEncoder/TEncTop.cpp
- Timestamp:
- 14 Nov 2013, 00:54:41 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/Lib/TLibEncoder/TEncTop.cpp
r466 r467 88 88 m_bMFMEnabledFlag = false; 89 89 #endif 90 #if SCALED_REF_LAYER_OFFSETS91 90 m_numScaledRefLayerOffsets = 0; 92 #endif93 #endif94 91 #if POC_RESET_FLAG 95 92 m_pocAdjustmentValue = 0; 96 93 #endif 94 #endif //SVC_EXTENSION 97 95 } 98 96 … … 175 173 } 176 174 } 175 176 #if LAYER_CTB 177 memcpy(g_auiLayerZscanToRaster[m_layerId], g_auiZscanToRaster, sizeof( g_auiZscanToRaster ) ); 178 memcpy(g_auiLayerRasterToZscan[m_layerId], g_auiRasterToZscan, sizeof( g_auiRasterToZscan ) ); 179 memcpy(g_auiLayerRasterToPelX[m_layerId], g_auiRasterToPelX, sizeof( g_auiRasterToPelX ) ); 180 memcpy(g_auiLayerRasterToPelY[m_layerId], g_auiRasterToPelY, sizeof( g_auiRasterToPelY ) ); 181 #endif 177 182 } 178 183 … … 871 876 #if SVC_EXTENSION 872 877 m_cSPS.setLayerId(m_layerId); 873 #endif874 878 #if REF_IDX_MFM 875 879 #if !M0457_COL_PICTURE_SIGNALING … … 877 881 #endif 878 882 #endif 879 #if SCALED_REF_LAYER_OFFSETS880 883 m_cSPS.setNumScaledRefLayerOffsets(m_numScaledRefLayerOffsets); 881 884 for(Int i = 0; i < m_cSPS.getNumScaledRefLayerOffsets(); i++) … … 883 886 m_cSPS.getScaledRefLayerWindow(i) = m_scaledRefLayerWindow[i]; 884 887 } 885 #endif 888 #endif //SVC_EXTENSION 886 889 ProfileTierLevel& profileTierLevel = *m_cSPS.getPTL()->getGeneralPTL(); 887 890 profileTierLevel.setLevelIdc(m_level);
Note: See TracChangeset for help on using the changeset viewer.