Ignore:
Timestamp:
8 Nov 2013, 06:17:03 (11 years ago)
Author:
seregin
Message:

remove SCALED_REF_LAYER_OFFSETS macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-4.0-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r445 r448  
    561561    m_acTEncTop[layer].setLog2MaxMvLengthVertical( m_log2MaxMvLengthVertical );
    562562    m_acTEncTop[layer].setElRapSliceTypeB(layer == 0? 0 : m_elRapSliceBEnabled);
    563 #if SCALED_REF_LAYER_OFFSETS
    564563    if( layer > 0 )
    565564    {
     
    571570      }
    572571    }
    573 #endif
    574572#if M0040_ADAPTIVE_RESOLUTION_CHANGE
    575573    m_acTEncTop[layer].setAdaptiveResolutionChange( m_adaptiveResolutionChange );
     
    577575  }
    578576}
    579 #else
     577#else //SVC_EXTENSION
    580578Void TAppEncTop::xInitLibCfg()
    581579{
     
    851849  m_cTEncTop.setLog2MaxMvLengthVertical( m_log2MaxMvLengthVertical );
    852850}
    853 #endif
     851#endif //SVC_EXTENSION
    854852
    855853Void TAppEncTop::xCreateLib()
     
    878876    m_acTEncTop[layer].create();
    879877  }
    880 #else
     878#else //SVC_EXTENSION
    881879  m_cTVideoIOYuvInputFile.open( m_pchInputFile,     false, m_inputBitDepthY, m_inputBitDepthC, m_internalBitDepthY, m_internalBitDepthC );  // read  mode
    882880  m_cTVideoIOYuvInputFile.skipFrames(m_FrameSkip, m_iSourceWidth - m_aiPad[0], m_iSourceHeight - m_aiPad[1]);
     
    887885  // Neo Decoder
    888886  m_cTEncTop.create();
    889 #endif
     887#endif //SVC_EXTENSION
    890888}
    891889
     
    911909    m_acTEncTop[layer].destroy();
    912910  }
    913 #else
     911#else //SVC_EXTENSION
    914912  m_cTVideoIOYuvInputFile.close();
    915913  m_cTVideoIOYuvReconFile.close();
     
    917915  // Neo Decoder
    918916  m_cTEncTop.destroy();
    919 #endif
     917#endif //SVC_EXTENSION
    920918}
    921919
Note: See TracChangeset for help on using the changeset viewer.