Changeset 1124 in 3DVCSoftware for trunk/cfg/3D-HEVC/NonCTC/rc
- Timestamp:
- 10 Nov 2014, 12:22:20 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cfg/3D-HEVC/NonCTC/rc/baseCfg_3view+depth_rate_control.cfg
r1084 r1124 62 62 63 63 #======== VPS / Dependencies ================ 64 DirectRefLayers_1 : # Indices in VPS of direct reference layers65 DirectRefLayers_2 : 0 # Indices in VPS of direct reference layers66 DirectRefLayers_3 : 1 # Indices in VPS of direct reference layers67 DirectRefLayers_4 : 0 # Indices in VPS of direct reference layers68 DirectRefLayers_5 : 1 # Indices in VPS of direct reference layers69 70 DependencyTypes_1 : # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion71 DependencyTypes_2 : 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion72 DependencyTypes_3 : 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion73 DependencyTypes_4 : 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion74 DependencyTypes_5 : 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion64 DirectRefLayers_1 : 0 # Indices in VPS of direct reference layers 65 DirectRefLayers_2 : 0 1 # Indices in VPS of direct reference layers 66 DirectRefLayers_3 : 1 2 # Indices in VPS of direct reference layers 67 DirectRefLayers_4 : 0 1 # Indices in VPS of direct reference layers 68 DirectRefLayers_5 : 1 4 # Indices in VPS of direct reference layers 69 70 DependencyTypes_1 : 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 71 DependencyTypes_2 : 2 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 72 DependencyTypes_3 : 2 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 73 DependencyTypes_4 : 2 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 74 DependencyTypes_5 : 2 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 75 75 76 76 #========== Camera parameters ========== … … 252 252 253 253 #========== multiview coding tools ========== 254 IvMvPred 255 AdvMultiviewResPred: 1 # Advanced inter-view residual prediction (0:off, 1:on)254 IvMvPredFlag : 1 1 # Inter-view motion prediction 255 IvResPredFlag : 1 # Advanced inter-view residual prediction (0:off, 1:on) 256 256 IlluCompEnable : 1 # Enable Illumination compensation ( 0: off, 1: on ) (v/d) 257 257 IlluCompLowLatencyEnc : 0 # Enable low-latency Illumination compensation encoding( 0: off, 1: on ) 258 ViewSynthesisPred 259 DepthRefinement 260 IvMvScaling 261 SubPULog2Size : 3 # Log2 of sub-PU size for IvMvPred (2...6) 262 SubPUMPILog2Size : 3 # Log2 of sub-PU size for MPI (3...6) 263 D BBP: 1 # Depth-based Block Partitioning258 ViewSynthesisPredFlag : 1 # View synthesis prediction 259 DepthRefinementFlag : 1 # Disparity refined by depth DoNBDV 260 IvMvScalingFlag : 1 # Interview motion vector scaling 261 Log2SubPbSizeMinus3 : 0 # Log2 of sub-PU size minus 3 for IvMvPred (0 ... 3) and smaller than or equal to log2(maxCUSize)-3 262 Log2MpiSubPbSizeMinus3 : 0 # Log2 of sub-PU size minus 3 for MPI (0 ... 3) and smaller than or equal to log2(maxCUSize)-3 263 DepthBasedBlkPartFlag : 1 # Depth-based Block Partitioning 264 264 265 265 #========== depth coding tools ========== 266 266 VSO : 1 # use of view synthesis optimization for depth coding 267 DMM: 1268 I VP: 1 # use of intra-view prediction mode269 SDC: 1270 DLT : 1271 QTL : 1272 LimQtPredFlag: 1273 InterS DC: 1 # use of inter sdc274 M PI: 1275 SingleDepthMode: 1 # use of single depth mode267 IntraWedgeFlag : 1 268 IntraContourFlag : 1 # use of intra-view prediction mode 269 IntraSdcFlag : 1 270 DLT : 1 271 QTL : 1 272 QtPredFlag : 1 273 InterSdcFlag : 1 # use of inter sdc 274 MpiFlag : 1 275 IntraSingleFlag : 1 # use of single depth mode 276 276 #========== view synthesis optimization (VSO) ========== 277 277 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
Note: See TracChangeset for help on using the changeset viewer.