Changeset 473 in 3DVCSoftware for branches/HTM-DEV-0.3-dev1/source/Lib/TLibEncoder/TEncSearch.cpp
- Timestamp:
- 17 Jun 2013, 15:56:57 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev1/source/Lib/TLibEncoder/TEncSearch.cpp
r471 r473 2787 2787 2788 2788 #if H_3D_VSO // M35 2789 #if H_3D_VSO_FIX // This fix should be enabled after verification 2789 2790 Double dLambda; 2790 2791 if ( m_pcRdCost->getUseLambdaScaleVSO() ) … … 2794 2795 2795 2796 Double cost = (Double)uiSad + (Double)iModeBits * m_pcRdCost->getSqrtLambda(); 2797 #else 2798 Double cost = (Double)uiSad + (Double)iModeBits * m_pcRdCost->getSqrtLambda(); 2799 #endif 2796 2800 #else 2797 2801 Double cost = (Double)uiSad + (Double)iModeBits * m_pcRdCost->getSqrtLambda();
Note: See TracChangeset for help on using the changeset viewer.