Changeset 296 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TComPic.cpp
- Timestamp:
- 20 Feb 2013, 22:07:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/TComPic.cpp
r210 r296 59 59 #endif 60 60 #endif 61 #if H HI_INTER_VIEW_MOTION_PRED61 #if H3D_IVMP 62 62 m_pcOrgDepthMap = NULL; 63 63 #endif 64 #if H HI_INTER_VIEW_RESIDUAL_PRED64 #if H3D_IVRP 65 65 m_pcResidual = NULL; 66 66 #endif … … 76 76 m_pcUsedPelsMap = NULL; 77 77 #endif 78 #if SONY_COLPIC_AVAILABILITY79 m_iViewOrderIdx = 0; 78 #if INTER_VIEW_VECTOR_SCALING_C0115 79 m_iViewOrderIdx = 0; // will be changed to view_id 80 80 #endif 81 81 m_aaiCodedScale = 0; … … 84 84 m_bReduceBitsQTL = 0; 85 85 #endif 86 #if QC_SIMPLE_NBDV_B004786 #if H3D_NBDV 87 87 m_bRapCheck = false; 88 88 m_eRapRefList = REF_PIC_LIST_0; … … 157 157 #endif 158 158 #endif 159 #if H HI_INTER_VIEW_MOTION_PRED159 #if H3D_IVMP 160 160 if( m_pcOrgDepthMap ) 161 161 { … … 165 165 } 166 166 #endif 167 #if H HI_INTER_VIEW_RESIDUAL_PRED167 #if H3D_IVRP 168 168 if( m_pcResidual ) 169 169 { … … 206 206 #endif 207 207 208 #if H HI_INTER_VIEW_MOTION_PRED208 #if H3D_IVMP 209 209 Void 210 210 TComPic::addOrgDepthMapBuffer() … … 222 222 #endif 223 223 224 #if H HI_INTER_VIEW_RESIDUAL_PRED224 #if H3D_IVRP 225 225 Void 226 226 TComPic::addResidualBuffer() … … 259 259 #endif 260 260 261 #if H HI_INTER_VIEW_MOTION_PRED261 #if H3D_IVMP 262 262 Void 263 263 TComPic::removeOrgDepthMapBuffer() … … 272 272 #endif 273 273 274 #if H HI_INTER_VIEW_RESIDUAL_PRED274 #if H3D_IVRP 275 275 Void 276 276 TComPic::removeResidualBuffer() … … 316 316 m_pbValidSlice[s] = true; 317 317 } 318 #if !LCU_SYNTAX_ALF319 if( pSliceStartAddress == NULL || (numSlices == 1 && numTiles == 1) )320 {321 return;322 }323 #endif324 318 m_pSliceSUMap = new Int[maxNumSUInLCU * numLCUInPic]; 325 319 … … 489 483 } 490 484 } 491 #if QC_SIMPLE_NBDV_B0047485 #if H3D_NBDV 492 486 Bool TComPic::getDisCandRefPictures(Int iColPOC) 493 487 {
Note: See TracChangeset for help on using the changeset viewer.