diff --git a/applications/reconstruct/src/dibr.cu b/applications/reconstruct/src/dibr.cu
index 6a236b0793a90721d4f81ab4d2b9dfd66ae06442..a7ba0e9df91637c687eda13d1048f323f72a30f4 100644
--- a/applications/reconstruct/src/dibr.cu
+++ b/applications/reconstruct/src/dibr.cu
@@ -401,8 +401,8 @@ __device__ inline float warpMin(float e) {
 
 #define ENERGY_THRESHOLD 0.1f
 #define SMOOTHING_MULTIPLIER_A 10.0f	// For surface search
-#define SMOOTHING_MULTIPLIER_B 5.0f		// For z contribution
-#define SMOOTHING_MULTIPLIER_C 5.0f		// For colour contribution
+#define SMOOTHING_MULTIPLIER_B 4.0f		// For z contribution
+#define SMOOTHING_MULTIPLIER_C 4.0f		// For colour contribution
 
 
 /*