Ignore:
Timestamp:
18 Jun 2013, 17:25:49 (11 years ago)
Author:
tech
Message:

Minor clean ups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibEncoder/TEncTop.cpp

    r476 r478  
    123123  m_cDepthMapGenerator. create( false, getSourceWidth(), getSourceHeight(), g_uiMaxCUDepth, g_uiMaxCUWidth, g_uiMaxCUHeight, g_bitDepthY, PDM_SUB_SAMP_EXP_X(m_uiPredDepthMapGeneration), PDM_SUB_SAMP_EXP_Y(m_uiPredDepthMapGeneration) );
    124124#endif
    125 
    126125#if RATE_CONTROL_LAMBDA_DOMAIN
    127126  if ( m_RCEnableRateControl )
     
    229228  m_cLoopFilter.        destroy();
    230229  m_cRateCtrl.          destroy();
    231 
    232230#if H_3D_IV_MERGE
    233231  m_cDepthMapGenerator. destroy();
     
    322320  m_cDepthMapGenerator.init( (TComPrediction*)this->getPredSearch(), m_pcTAppEncTop->getVPSAccess(), m_pcTAppEncTop->getSPSAccess(), m_pcTAppEncTop->getAUPicAccess() );
    323321#endif
    324 
    325322  // initialize transform & quantization class
    326323  m_pcCavlcCoder = getCavlcCoder();
     
    13341331}
    13351332#endif
    1336 
    1337 
    13381333//! \}
Note: See TracChangeset for help on using the changeset viewer.