Changeset 483 in 3DVCSoftware for branches/HTM-DEV-0.3-dev0/source/Lib/TLibEncoder
- Timestamp:
- 19 Jun 2013, 17:57:12 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev0/source/Lib/TLibEncoder/TEncSearch.cpp
r446 r483 2576 2576 2577 2577 #if H_3D_VSO // M35 2578 #if H_3D_VSO_FIX // This fix should be enabled after verification 2578 2579 Double dLambda; 2579 2580 if ( m_pcRdCost->getUseLambdaScaleVSO() ) … … 2583 2584 2584 2585 Double cost = (Double)uiSad + (Double)iModeBits * m_pcRdCost->getSqrtLambda(); 2586 #else 2587 Double cost = (Double)uiSad + (Double)iModeBits * m_pcRdCost->getSqrtLambda(); 2588 #endif 2585 2589 #else 2586 2590 Double cost = (Double)uiSad + (Double)iModeBits * m_pcRdCost->getSqrtLambda();
Note: See TracChangeset for help on using the changeset viewer.