Changeset 1317 in 3DVCSoftware for branches/HTM-15.0-dev0/source/Lib/TLibCommon/TComRdCost.cpp
- Timestamp:
- 4 Sep 2015, 21:28:58 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.0-dev0/source/Lib/TLibCommon/TComRdCost.cpp
r1313 r1317 133 133 } 134 134 135 #if NH_MV 135 136 D_PRINT_INDENT( g_traceRDCost, "Dist: " + n2s(uiDistortion) + " Bits: " + n2s(uiBits) + " RD Cost: " + n2s(dRdCost)); 137 #endif 136 138 return dRdCost; 137 139 } … … 603 605 cDtParam.bitDepth = bitDepth; 604 606 605 #if NH_3D_IC_FIX606 607 cDtParam.bUseIC = false; 607 #endif608 608 #if NH_3D_SDC_INTER 609 609 cDtParam.bUseSDCMRSAD = false; … … 3685 3685 } 3686 3686 3687 #if NH_MV 3687 3688 D_PRINT_INDENT( g_traceRDCost, "VSO Dist: " + n2s(uiDistortion) + " Bits: " + n2s(uiBits) + " RD Cost: " + n2s(dRdCost)); 3689 #endif 3688 3690 3689 3691 return dRdCost;
Note: See TracChangeset for help on using the changeset viewer.