Changeset 189 in 3DVCSoftware for trunk/CommonTestConditionsCfgs
- Timestamp:
- 18 Nov 2012, 22:11:37 (12 years ago)
- Location:
- trunk/CommonTestConditionsCfgs
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CommonTestConditionsCfgs/baseCfg_2view+depth.cfg
r127 r189 157 157 SignHideFlag : 1 # sign hiding 158 158 SignHideThreshold : 4 # sign hiding threshold 159 159 IlluCompEnable : 1 # illumination compensation (0: OFF, 1: ON) 160 160 161 161 #============ PCM ================ … … 201 201 MVI : 1 # motion parameter inheritance 202 202 VSO : 1 # use of view synthesis optimization for depth coding 203 203 QTLPC : 1 # use of quadtree limitation + predictive coding of the quadtree for depth coding 204 SDC : 1 # use simplified depth coding tree 205 DLT : 1 # use depth lookup table 204 206 205 207 #========== view synthesis optimization (VSO) ========== 206 208 VSOConfig : [cx0 B(cc1) I(s0.25 s0.5 s0.75)][cx1 B(oo0) I(s0.25 s0.5 s0.75)] # VSO configuration string 209 WVSO : 1 # use of WVSO (Depth distortion metric with a weighted depth fidelity term) 210 VSOWeight : 10 # weight of VSO ( in SAD case, cf. squared in SSE case ) 211 VSDWeight : 1 # weight of VSD ( in SAD case, cf. squared in SSE case ) 212 DWeight : 1 # weight of depth distortion itself ( in SAD case, cf. squared in SSE case ) 207 213 208 214 #============ Misc. ================ -
trunk/CommonTestConditionsCfgs/baseCfg_2view.cfg
r127 r189 151 151 SignHideFlag : 1 # sign hiding 152 152 SignHideThreshold : 4 # sign hiding threshold 153 153 IlluCompEnable : 1 # illumination compensation (0: OFF, 1: ON) 154 154 155 155 #============ PCM ================ -
trunk/CommonTestConditionsCfgs/baseCfg_3view+depth.cfg
r127 r189 161 161 SignHideFlag : 1 # sign hiding 162 162 SignHideThreshold : 4 # sign hiding threshold 163 163 IlluCompEnable : 1 # illumination compensation (0: OFF, 1: ON) 164 164 165 165 #============ PCM ================ … … 205 205 MVI : 1 # motion parameter inheritance 206 206 VSO : 1 # use of view synthesis optimization for depth coding 207 207 QTLPC : 1 # use of quadtree limitation + predictive coding of the quadtree for depth coding 208 SDC : 1 # use simplified depth coding tree 209 DLT : 1 # use depth lookup table 208 210 209 211 #========== view synthesis optimization (VSO) ========== 210 212 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 213 WVSO : 1 # use of WVSO (Depth distortion metric with a weighted depth fidelity term) 214 VSOWeight : 10 # weight of VSO ( in SAD case, cf. squared in SSE case ) 215 VSDWeight : 1 # weight of VSD ( in SAD case, cf. squared in SSE case ) 216 DWeight : 1 # weight of depth distortion itself ( in SAD case, cf. squared in SSE case ) 217 211 218 #============ Misc. ================ 212 219 SEIpictureDigest : 0 # Control generation of picture_digest SEI messages -
trunk/CommonTestConditionsCfgs/baseCfg_3view.cfg
r127 r189 153 153 SignHideFlag : 1 # sign hiding 154 154 SignHideThreshold : 4 # sign hiding threshold 155 155 IlluCompEnable : 1 # illumination compensation (0: OFF, 1: ON) 156 156 157 157 #============ PCM ================
Note: See TracChangeset for help on using the changeset viewer.