Ignore:
Timestamp:
12 Jan 2014, 04:39:11 (10 years ago)
Author:
tech
Message:

Cleanup part 4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.2-dev0/source/Lib/TLibEncoder/TEncTop.cpp

    r766 r767  
    299299{
    300300  // initialize SPS
    301 #if DLT_DIFF_CODING_IN_PPS
     301#if H_3D
    302302  // Assuming that all PPS indirectly refer to the same VPS via different SPS
    303303  m_cSPS.setVPS(m_cVPS);
     
    843843    pcVUI->setLog2MaxMvLengthVertical(getLog2MaxMvLengthVertical());
    844844  }
    845 #if H_3D
    846 #if !CAM_HLS_F0136_F0045_F0082
    847   {
    848     m_cSPS.initCamParaSPS           ( m_viewIndex, m_uiCamParPrecision, m_bCamParInSliceHeader, m_aaiCodedScale, m_aaiCodedOffset );
    849   }
    850 #endif
    851 #endif
    852845}
    853846
     
    864857#endif
    865858
    866 #if DLT_DIFF_CODING_IN_PPS
     859#if H_3D
    867860  m_cPPS.setDLT( getDLT() );
    868861#endif
     
    995988  }
    996989#if H_3D
    997 #if CAM_HLS_F0136_F0045_F0082
    998990  if( m_cVPS->hasCamParInSliceHeader( getViewIndex() ) )
    999 #else
    1000   if( m_cSPS.hasCamParInSliceHeader() )
    1001 #endif
    1002991  {
    1003992    m_cPPS.setSliceHeaderExtensionPresentFlag( true );
Note: See TracChangeset for help on using the changeset viewer.