Changeset 1066 in 3DVCSoftware for trunk/cfg/3D-HEVC/NonCTC/rc
- Timestamp:
- 13 Oct 2014, 12:19:36 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cfg/3D-HEVC/NonCTC/rc/baseCfg_3view+depth_rate_control.cfg
r1040 r1066 26 26 ScalabilityMask : 3 # Scalability Mask ( 2: View Scalability, 3: View + Depth Scalability ) 27 27 DimensionIdLen : 1 2 # Number of bits to store Ids, per scalability dimension, (m) 28 ViewOrderIndex : 0 0 1 1 2 2 # ViewOrderIndex (m)28 ViewOrderIndex : 0 0 1 1 2 2 # ViewOrderIndex, per layer (m) 29 29 DepthFlag : 0 1 0 1 0 1 # DepthFlag (m) 30 LayerIdInNuh : 0 # Layer Id in NAL unit header, (0: no explicit signalling ) (m)30 LayerIdInNuh : 0 # Layer Id in NAL unit header, (0: no explicit signalling, otherwise per layer ) (m) 31 31 SplittingFlag : 0 # Splitting Flag 32 ViewId : 1 0 2 # ViewId per ViewOrderIndex (m)32 ViewId : 1 0 2 # ViewId, per ViewOrderIndex (m) 33 33 34 34 #======== VPS/ Layer sets ================ 35 35 VpsNumLayerSets : 5 # Number of layer sets 36 LayerIdsInSet_0 : 0 # Indices in VPS of layers in layer set 37 LayerIdsInSet_1 : 0 1 # Indices in VPS of layers in layer set 38 LayerIdsInSet_2 : 0 1 2 3 # Indices in VPS of layers in layer set 39 LayerIdsInSet_3 : 0 1 4 5 # Indices in VPS of layers in layer set 40 LayerIdsInSet_4 : 0 1 2 3 4 5 # Indices in VPS of layers in layer set 41 36 LayerIdsInSet_0 : 0 # Indices in VPS of layers in layer set 0 37 LayerIdsInSet_1 : 0 1 # Indices in VPS of layers in layer set 1 38 LayerIdsInSet_2 : 0 1 2 3 # Indices in VPS of layers in layer set 2 39 LayerIdsInSet_3 : 0 1 4 5 # Indices in VPS of layers in layer set 3 40 LayerIdsInSet_4 : 0 1 2 3 4 5 # Indices in VPS of layers in layer set 4 41 42 #======== VPS / Output layer sets ================ 42 43 DefaultTargetOutputLayerIdc : 0 # Specifies output layers of layer sets, 0: output all layers, 1: output highest layer, 2: specified by LayerIdsInDefOutputLayerSet 43 44 OutputLayerSetIdx : 2 3 # Indices of layer sets used to derive additional output layer sets 44 LayerIdsInAddOutputLayerSet_0 : 2 3 # Indices in VPS of additional output layers 45 LayerIdsInAddOutputLayerSet_1 : 4 5 # Indices in VPS of additional output layers 46 ProfileLevelTierIdx : 0 0 0 0 0 0 0 0 # Indices to profile level tier (TBD) 45 LayerIdsInAddOutputLayerSet_0 : 2 3 # Indices in VPS of output layers in additional output layer set 0 46 LayerIdsInAddOutputLayerSet_1 : 4 5 # Indices in VPS of output layers in additional output layer set 1 47 48 49 #======== VPS / PTLI ================ 50 Profile : main main 3d-main # Profile indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 51 Level : none none none # Level indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 52 Tier : main main main # Tier indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 53 InblFlag : 0 0 0 # Inbl indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 54 55 ProfileTierLevelIdx_0 : 1 # VpsProfileTierLevel indices of layers in output layer set 0 (m) (should be -1, when layer is not necessary) 56 ProfileTierLevelIdx_1 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 1 (m) (should be -1, when layer is not necessary) 57 ProfileTierLevelIdx_2 : 1 2 2 2 # VpsProfileTierLevel indices of layers in output layer set 2 (m) (should be -1, when layer is not necessary) 58 ProfileTierLevelIdx_3 : 1 2 2 2 # VpsProfileTierLevel indices of layers in output layer set 3 (m) (should be -1, when layer is not necessary) 59 ProfileTierLevelIdx_4 : 1 2 2 2 2 2 # VpsProfileTierLevel indices of layers in output layer set 4 (m) (should be -1, when layer is not necessary) 60 ProfileTierLevelIdx_5 : 1 2 2 2 # VpsProfileTierLevel indices of layers in output layer set 5 (m) (should be -1, when layer is not necessary) 61 ProfileTierLevelIdx_6 : 1 2 2 2 # VpsProfileTierLevel indices of layers in output layer set 6 (m) (should be -1, when layer is not necessary) 47 62 48 63 #======== VPS / Dependencies ================ … … 237 252 238 253 #========== multiview coding tools ========== 239 IvMvPred : 1 254 IvMvPred : 1 1 # Inter-view motion prediction 240 255 AdvMultiviewResPred : 1 # Advanced inter-view residual prediction (0:off, 1:on) 241 256 IlluCompEnable : 1 # Enable Illumination compensation ( 0: off, 1: on ) (v/d) 257 IlluCompLowLatencyEnc : 0 # Enable low-latency Illumination compensation encoding( 0: off, 1: on ) 242 258 ViewSynthesisPred : 1 # View synthesis prediction 243 DepthRefinement : 1 # Dispar y refined by depth DoNBDV259 DepthRefinement : 1 # Disparity refined by depth DoNBDV 244 260 IvMvScaling : 1 # Interview motion vector scaling 245 246 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 DBBP : 1 # Depth-based Block Partitioning 247 264 248 265 #========== depth coding tools ========== 249 266 VSO : 1 # use of view synthesis optimization for depth coding 250 267 DMM : 1 268 IVP : 1 # use of intra-view prediction mode 251 269 SDC : 1 252 270 DLT : 1 … … 255 273 InterSDC : 1 # use of inter sdc 256 274 MPI : 1 257 275 SingleDepthMode : 1 # use of single depth mode 258 276 #========== view synthesis optimization (VSO) ========== 259 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.