Ignore:
Timestamp:
10 Nov 2014, 14:19:08 (10 years ago)
Author:
tech
Message:

Removed 3D-HEVC related code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-13.0-MV-draft-2/source/App/TAppDecoder/TAppDecTop.cpp

    r1084 r1128  
    6767  }
    6868#endif
    69 #if H_3D
    70     m_pScaleOffsetFile  = 0;
    71 #endif
    7269
    7370#if H_MV
     
    103100    m_pchReconFile = NULL;
    104101  }
    105 #if H_3D
    106   if (m_pchScaleOffsetFile)
    107   {
    108     free (m_pchScaleOffsetFile);
    109     m_pchScaleOffsetFile = NULL;
    110   }
    111 #endif
    112102}
    113103
     
    139129  }
    140130
    141 #if H_3D
    142   if( m_pchScaleOffsetFile )
    143   {
    144     m_pScaleOffsetFile = ::fopen( m_pchScaleOffsetFile, "wt" );
    145     AOF( m_pScaleOffsetFile );
    146   }
    147 #endif
    148131  InputByteStream bytestream(bitstreamFile);
    149132
     
    265248          }
    266249        }
    267 #if H_3D
    268         if (nalu.m_nalUnitType == NAL_UNIT_VPS )
    269         {                 
    270           m_cCamParsCollector.init( m_pScaleOffsetFile, m_tDecTop[decIdx]->getPrefetchedVPS() );
    271         }       
    272 #endif
    273250        bNewPicture       = ( newSliceDiffLayer || newSliceDiffPoc ) && !sliceSkippedFlag;
    274251        if ( nalu.isSlice() && firstSlice && !sliceSkippedFlag )       
     
    346323#endif
    347324#endif
    348 #if H_3D
    349     if ( allLayersDecoded || !bitstreamFile )
    350     {
    351       for( Int dI = 0; dI < m_numDecoders; dI++ )
    352       {
    353         TComPic* picLastCoded = m_ivPicLists.getPic( m_tDecTop[dI]->getLayerId(), pocLastPic );
    354         assert( picLastCoded != NULL );       
    355         picLastCoded->compressMotion(1);
    356       }
    357     }
    358 #endif
    359325
    360326    if( pcListPic )
     
    469435  }
    470436#if H_MV
    471 #if H_3D
    472   if( m_cCamParsCollector.isInitialized() )
    473   {
    474     m_cCamParsCollector.setSlice( 0 );
    475   }
    476 #endif
    477437  for(UInt decIdx = 0; decIdx < m_numDecoders; decIdx++)
    478438  {
     
    498458  // initialize global variables
    499459  initROM(); 
    500 #if H_3D_DIM_DMM
    501   initWedgeLists();
    502 #endif
    503460#else
    504461  // create decoder class
     
    538495  // destroy decoder class
    539496  m_cTDecTop.destroy();
    540 #endif
    541 #if H_3D
    542   m_cCamParsCollector.uninit();
    543   if( m_pScaleOffsetFile )
    544   {
    545     ::fclose( m_pScaleOffsetFile );
    546   }
    547497#endif
    548498}
     
    10511001    m_tDecTop[ decIdx ]->setTargetOptLayerSetIdx( m_targetOptLayerSetIdx );   
    10521002
    1053 #if H_3D
    1054    m_tDecTop[ decIdx ]->setCamParsCollector( &m_cCamParsCollector );
    1055 #endif
    10561003
    10571004    // append pic list of new decoder to PicLists
Note: See TracChangeset for help on using the changeset viewer.