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/Lib/TLibExtractor/TExtrTop.cpp

    r1124 r1128  
    7272  {
    7373     TComSPS     cSPS;
    74 #if H_3D
    75 
    76 #if HHI_TOOL_PARAMETERS_I2_J0107
    7774     m_cEntropyDecoder   .decodeSPS( &cSPS );
    78 #else
    79       Int layerIdInVPS = m_cVPS.getLayerIdInVps( uiLayerId );
    80      m_cEntropyDecoder   .decodeSPS( &cSPS, m_cVPS.getViewIndex( layerIdInVPS ), ( m_cVPS.getDepthId( layerIdInVPS ) == 1 ) );
    81 #endif
    82 #else
    83      m_cEntropyDecoder   .decodeSPS( &cSPS );
    84 #endif
    8575     m_acSPSBuffer       .push_back( cSPS );
    8676  }
     
    114104    rcVpsInfoHandle << "LayerIdInNuh   = " << layerId                             << std::endl;
    115105    rcVpsInfoHandle << "ViewOrderIndex = " << m_cVPS.getViewIndex     ( layerId ) << std::endl;     
    116 #if H_3D   
    117     rcVpsInfoHandle << "DepthFlag      = " << m_cVPS.getDepthId       ( layerId ) << std::endl;     
    118 #endif
    119106    rcVpsInfoHandle << "ViewId         = " << m_cVPS.getViewId        ( layerId ) << std::endl;     
    120107  }
Note: See TracChangeset for help on using the changeset viewer.