Ignore:
Timestamp:
4 Jun 2013, 18:05:33 (11 years ago)
Author:
tech
Message:

Fixed linux compiler warnings and changed some variable names to match styleguide.

File:
1 edited

Legend:

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

    r446 r456  
    25762576     
    25772577#if H_3D_VSO // M35
     2578#if H_3D_VSO_FIX // This fix should be enabled after verification
    25782579        Double dLambda;
    25792580        if ( m_pcRdCost->getUseLambdaScaleVSO() )
     
    25832584
    25842585        Double cost      = (Double)uiSad + (Double)iModeBits * m_pcRdCost->getSqrtLambda();
     2586#else
     2587        Double cost      = (Double)uiSad + (Double)iModeBits * m_pcRdCost->getSqrtLambda();
     2588#endif
    25852589#else
    25862590        Double cost      = (Double)uiSad + (Double)iModeBits * m_pcRdCost->getSqrtLambda();
Note: See TracChangeset for help on using the changeset viewer.