Ignore:
Timestamp:
17 Jun 2013, 15:56:57 (11 years ago)
Author:
tech
Message:

Included fixes for memory leaks and gcc-4.6.3 compiler warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev1/source/Lib/TLibEncoder/TEncSearch.cpp

    r471 r473  
    27872787     
    27882788#if H_3D_VSO // M35
     2789#if H_3D_VSO_FIX // This fix should be enabled after verification
    27892790        Double dLambda;
    27902791        if ( m_pcRdCost->getUseLambdaScaleVSO() )
     
    27942795
    27952796        Double cost      = (Double)uiSad + (Double)iModeBits * m_pcRdCost->getSqrtLambda();
     2797#else
     2798        Double cost      = (Double)uiSad + (Double)iModeBits * m_pcRdCost->getSqrtLambda();
     2799#endif
    27962800#else
    27972801        Double cost      = (Double)uiSad + (Double)iModeBits * m_pcRdCost->getSqrtLambda();
Note: See TracChangeset for help on using the changeset viewer.