Index: trunk/CommonTestConditionsCfgs/baseCfg_2view+depth.cfg
===================================================================
--- trunk/CommonTestConditionsCfgs/baseCfg_2view+depth.cfg	(revision 127)
+++ trunk/CommonTestConditionsCfgs/baseCfg_2view+depth.cfg	(revision 189)
@@ -157,5 +157,5 @@
 SignHideFlag                   : 1                                 # sign hiding
 SignHideThreshold              : 4                                 # sign hiding threshold
-
+IlluCompEnable                 : 1                                 # illumination compensation (0: OFF, 1: ON)
 
 #============ PCM ================
@@ -201,8 +201,14 @@
 MVI                       : 1                                      # motion parameter inheritance
 VSO                       : 1                                      # use of view synthesis optimization for depth coding
-
+QTLPC                     : 1                                      # use of quadtree limitation + predictive coding of the quadtree for depth coding
+SDC                       : 1                                      # use simplified depth coding tree
+DLT                       : 1                                      # use depth lookup table
 
 #========== view synthesis optimization (VSO) ==========
 VSOConfig                 : [cx0 B(cc1) I(s0.25 s0.5 s0.75)][cx1 B(oo0) I(s0.25 s0.5 s0.75)]  # VSO configuration string
+WVSO                      : 1                                    # use of WVSO (Depth distortion metric with a weighted depth fidelity term) 
+VSOWeight                 : 10                                   # weight of VSO ( in SAD case, cf. squared in SSE case )
+VSDWeight                 : 1                                    # weight of VSD ( in SAD case, cf. squared in SSE case )
+DWeight                   : 1                                    # weight of depth distortion itself ( in SAD case, cf. squared in SSE case )
 
 #============ Misc. ================
Index: trunk/CommonTestConditionsCfgs/baseCfg_2view.cfg
===================================================================
--- trunk/CommonTestConditionsCfgs/baseCfg_2view.cfg	(revision 127)
+++ trunk/CommonTestConditionsCfgs/baseCfg_2view.cfg	(revision 189)
@@ -151,5 +151,5 @@
 SignHideFlag                   : 1                                 # sign hiding
 SignHideThreshold              : 4                                 # sign hiding threshold
-
+IlluCompEnable                 : 1                                 # illumination compensation (0: OFF, 1: ON)
 
 #============ PCM ================
Index: trunk/CommonTestConditionsCfgs/baseCfg_3view+depth.cfg
===================================================================
--- trunk/CommonTestConditionsCfgs/baseCfg_3view+depth.cfg	(revision 127)
+++ trunk/CommonTestConditionsCfgs/baseCfg_3view+depth.cfg	(revision 189)
@@ -161,5 +161,5 @@
 SignHideFlag                   : 1                                 # sign hiding
 SignHideThreshold              : 4                                 # sign hiding threshold
-
+IlluCompEnable                 : 1                                 # illumination compensation (0: OFF, 1: ON)
 
 #============ PCM ================
@@ -205,8 +205,15 @@
 MVI                       : 1                                      # motion parameter inheritance
 VSO                       : 1                                      # use of view synthesis optimization for depth coding
-
+QTLPC                     : 1                                      # use of quadtree limitation + predictive coding of the quadtree for depth coding
+SDC                       : 1                                      # use simplified depth coding tree
+DLT                       : 1                                      # use depth lookup table
 
 #========== view synthesis optimization (VSO) ==========
 VSOConfig                 : [cx0 B(cc1) I(s0.25 s0.5 s0.75)][cx1 B(oo0) B(oo2) I(s0.25 s0.5 s0.75 s1.25 s1.5 s1.75)][cx2 B(cc1) I(s1.25 s1.5 s1.75)] # VSO configuration string
+WVSO                       : 1                                     # use of WVSO (Depth distortion metric with a weighted depth fidelity term) 
+VSOWeight                  : 10                                    # weight of VSO ( in SAD case, cf. squared in SSE case )
+VSDWeight                  : 1                                     # weight of VSD ( in SAD case, cf. squared in SSE case )
+DWeight                    : 1                                     # weight of depth distortion itself ( in SAD case, cf. squared in SSE case )
+
 #============ Misc. ================
 SEIpictureDigest          : 0                                      # Control generation of picture_digest SEI messages
Index: trunk/CommonTestConditionsCfgs/baseCfg_3view.cfg
===================================================================
--- trunk/CommonTestConditionsCfgs/baseCfg_3view.cfg	(revision 127)
+++ trunk/CommonTestConditionsCfgs/baseCfg_3view.cfg	(revision 189)
@@ -153,5 +153,5 @@
 SignHideFlag                   : 1                                 # sign hiding
 SignHideThreshold              : 4                                 # sign hiding threshold
-
+IlluCompEnable                 : 1                                 # illumination compensation (0: OFF, 1: ON)
 
 #============ PCM ================
