Changeset 532 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2/cfg/3D-HEVC
- Timestamp:
- 12 Jul 2013, 17:57:35 (11 years ago)
- Location:
- branches/HTM-DEV-0.3-dev2/cfg/3D-HEVC
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2/cfg/3D-HEVC/baseCfg_2view+depth.cfg
r531 r532 173 173 IvMvPred : 1 # Inter-view motion prediction 174 174 AdvMultiviewResPred : 1 # Advanced inter-view residual prediction (0:off, 1:on) 175 IlluCompEnable : 1 1 # Enable Illumination compensation ( 0: off, 1: on ) 176 ViewSynthesisPred : 0# View synthesis prediction175 IlluCompEnable : 1 1 # Enable Illumination compensation ( 0: off, 1: on ) (v/d) 176 ViewSynthesisPred : 1 # View synthesis prediction 177 177 DepthRefinement : 1 # Dispary refined by depth DoNBDV 178 IvMvScaling : 1 # Interview motion vector scaling 178 179 179 180 #========== depth coding tools ========== -
branches/HTM-DEV-0.3-dev2/cfg/3D-HEVC/baseCfg_2view.cfg
r517 r532 2 2 # (m) specification per layer/dimension/layerset possible 3 3 # (c) cyclic repetition of values, if not given for all layers/dimensions/layersets. (e.g. 5 layers and 1 2 3 -> 1 2 3 1 2 ) 4 # (v/d) two values possible first for depth layer, second for texture layers 4 5 5 6 #======== File I/O ===================== … … 152 153 IvMvPred : 1 # Inter-view motion prediction 153 154 AdvMultiviewResPred : 1 # Advanced inter-view residual prediction (0:off, 1:on) 154 IlluCompEnable : 1 0 # Enable Illumination compensation ( 0: off, 1: on ) 155 ViewSynthesisPred : 0 # View synthesis prediction 156 DepthRefinement : 0 # Dispary refined by depth DoNBDV 155 IlluCompEnable : 1 1 # Enable Illumination compensation ( 0: off, 1: on ) (v/d) 156 ViewSynthesisPred : 1 # View synthesis prediction 157 DepthRefinement : 1 # Dispary refined by depth DoNBDV 158 IvMvScaling : 1 # Interview motion vector scaling 157 159 158 160 ### DO NOT ADD ANYTHING BELOW THIS LINE ### -
branches/HTM-DEV-0.3-dev2/cfg/3D-HEVC/baseCfg_3view+depth.cfg
r531 r532 196 196 IvMvPred : 1 # Inter-view motion prediction 197 197 AdvMultiviewResPred : 1 # Advanced inter-view residual prediction (0:off, 1:on) 198 IlluCompEnable : 1 1 # Enable Illumination compensation ( 0: off, 1: on ) 199 ViewSynthesisPred : 0# View synthesis prediction198 IlluCompEnable : 1 1 # Enable Illumination compensation ( 0: off, 1: on ) (v/d) 199 ViewSynthesisPred : 1 # View synthesis prediction 200 200 DepthRefinement : 1 # Dispary refined by depth DoNBDV 201 IvMvScaling : 1 # Interview motion vector scaling 202 201 203 202 204 -
branches/HTM-DEV-0.3-dev2/cfg/3D-HEVC/baseCfg_3view.cfg
r517 r532 162 162 IvMvPred : 1 # Inter-view motion prediction 163 163 AdvMultiviewResPred : 1 # Advanced inter-view residual prediction (0:off, 1:on) 164 IlluCompEnable : 1 0 # Enable Illumination compensation ( 0: off, 1: on)164 IlluCompEnable : 1 # Enable Illumination compensation ( 0: off, 1: on ) (v/d) 165 165 ViewSynthesisPred : 0 # View synthesis prediction 166 166 DepthRefinement : 0 # Dispary refined by depth DoNBDV -
branches/HTM-DEV-0.3-dev2/cfg/3D-HEVC/fullCfg.cfg
r531 r532 200 200 201 201 #========== multiview coding tools ========== 202 IvMvPred : 1 # Inter-view motion prediction 203 ViewSynthesisPred : 1 # View synthesis prediction 204 DepthRefinement : 1 # Dispary refined by depth DoNBDV 202 IvMvPred : 1 # Inter-view motion prediction 203 AdvMultiviewResPred : 1 # Advanced inter-view residual prediction (0:off, 1:on) 204 IlluCompEnable : 1 1 # Enable Illumination compensation ( 0: off, 1: on ) (v/d) 205 ViewSynthesisPred : 1 # View synthesis prediction 206 DepthRefinement : 1 # Dispary refined by depth DoNBDV 207 IvMvScaling : 1 # Interview motion vector scaling 205 208 206 209 #========== depth coding tools ========== 207 VSO : 1 210 VSO : 1 # use of view synthesis optimization for depth coding 208 211 DMM : 1 209 212 RBC : 1
Note: See TracChangeset for help on using the changeset viewer.