Ignore:
Timestamp:
6 Nov 2014, 20:29:09 (10 years ago)
Author:
tech
Message:
  • HHI_TOOL_PARAMETERS_I2_J0107: Tool parameters moved to SPS and combined with dependency flags
  • Related update of cfg files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.2-dev2-HHI/source/Lib/TLibExtractor/TExtrTop.cpp

    r655 r1106  
    7474#if H_3D
    7575     Int layerIdInVPS = m_cVPS.getLayerIdInVps( uiLayerId );
     76#if HHI_TOOL_PARAMETERS_I2_J0107
     77     m_cEntropyDecoder   .decodeSPS( &cSPS );
     78#else
    7679     m_cEntropyDecoder   .decodeSPS( &cSPS, m_cVPS.getViewIndex( layerIdInVPS ), ( m_cVPS.getDepthId( layerIdInVPS ) == 1 ) );
     80#endif
    7781#else
    7882     m_cEntropyDecoder   .decodeSPS( &cSPS );
Note: See TracChangeset for help on using the changeset viewer.