Changeset 1066 in 3DVCSoftware for trunk/cfg/3D-HEVC/NonCTC
- Timestamp:
- 13 Oct 2014, 12:19:36 (11 years ago)
- Location:
- trunk/cfg/3D-HEVC/NonCTC
- Files:
-
- 1 added
- 1 deleted
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cfg/3D-HEVC/NonCTC/allintra/baseCfg_2view+depth_AllIntra.cfg
r1040 r1066 22 22 ScalabilityMask : 3 # Scalability Mask ( 2: View Scalability, 3: View + Depth Scalability ) 23 23 DimensionIdLen : 1 2 # Number of bits to store Ids, per scalability dimension, (m) 24 ViewOrderIndex : 0 0 1 1 # ViewOrderIndex (m)24 ViewOrderIndex : 0 0 1 1 # ViewOrderIndex, per layer (m) 25 25 DepthFlag : 0 1 0 1 # DepthFlag (m) 26 LayerIdInNuh : 0 # Layer Id in NAL unit header, (0: no explicit signalling ) (m)26 LayerIdInNuh : 0 # Layer Id in NAL unit header, (0: no explicit signalling, otherwise per layer ) (m) 27 27 SplittingFlag : 0 # Splitting Flag 28 ViewId : 1 0 # ViewId per ViewOrderIndex (m)28 ViewId : 1 0 # ViewId, per ViewOrderIndex (m) 29 29 30 30 #======== VPS/ Layer sets ================ 31 31 VpsNumLayerSets : 3 # Number of layer sets 32 LayerIdsInSet_0 : 0 # Indices in VPS of layers in layer set 33 LayerIdsInSet_1 : 0 1 # Indices in VPS of layers in layer set 34 LayerIdsInSet_2 : 0 1 2 3 # Indices in VPS of layers in layer set 35 32 LayerIdsInSet_0 : 0 # Indices in VPS of layers in layer set 0 33 LayerIdsInSet_1 : 0 1 # Indices in VPS of layers in layer set 1 34 LayerIdsInSet_2 : 0 1 2 3 # Indices in VPS of layers in layer set 2 35 36 #======== VPS / Output layer sets ================ 36 37 DefaultTargetOutputLayerIdc : 0 # Specifies output layers of layer sets, 0: output all layers, 1: output highest layer, 2: specified by LayerIdsInDefOutputLayerSet 37 38 OutputLayerSetIdx : 2 # Indices of layer sets used to derive additional output layer sets 38 39 LayerIdsInAddOutputLayerSet_0 : 2 3 # Indices in VPS of output layers in additional output layer set 39 ProfileLevelTierIdx : 0 0 0 0 # Indices to profile level tier (TBD) 40 41 #======== VPS / PTLI ================ 42 Profile : main main 3d-main # Profile indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 43 Level : none none none # Level indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 44 Tier : main main main # Tier indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 45 InblFlag : 0 0 0 # Inbl indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 46 47 ProfileTierLevelIdx_0 : 1 # VpsProfileTierLevel indices of layers in output layer set 0 (m) (should be -1, when layer is not necessary) 48 ProfileTierLevelIdx_1 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 1 (m) (should be -1, when layer is not necessary) 49 ProfileTierLevelIdx_2 : 1 2 2 2 # VpsProfileTierLevel indices of layers in output layer set 2 (m) (should be -1, when layer is not necessary) 50 ProfileTierLevelIdx_3 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 3 (m) (should be -1, when layer is not necessary) 51 ProfileTierLevelIdx_4 : 1 2 2 2 # VpsProfileTierLevel indices of layers in output layer set 4 (m) (should be -1, when layer is not necessary) 40 52 41 53 #======== VPS / Dependencies ================ … … 164 176 AdvMultiviewResPred : 1 # Advanced inter-view residual prediction (0:off, 1:on) 165 177 IlluCompEnable : 1 # Enable Illumination compensation ( 0: off, 1: on ) (v/d) 178 IlluCompLowLatencyEnc : 0 # Enable low-latency Illumination compensation encoding( 0: off, 1: on ) 166 179 ViewSynthesisPred : 1 # View synthesis prediction 167 DepthRefinement : 1 # Dispar y refined by depth DoNBDV180 DepthRefinement : 1 # Disparity refined by depth DoNBDV 168 181 IvMvScaling : 1 # Interview motion vector scaling 169 182 SubPULog2Size : 3 # Log2 of sub-PU size for IvMvPred (2...6) 170 183 SubPUMPILog2Size : 3 # Log2 of sub-PU size for MPI (3...6) 184 DBBP : 1 # Depth-based Block Partitioning 171 185 172 186 #========== depth coding tools ========== -
trunk/cfg/3D-HEVC/NonCTC/allintra/baseCfg_2view_AllIntra.cfg
r872 r1066 13 13 ReconFile_1 : rec_2.yuv 14 14 15 NumberOfLayers : 2 # number of layers to be coded15 NumberOfLayers : 2 # Number of layers 16 16 17 17 #======== VPS ============================ 18 ScalabilityMask : 1 # Scalability Mask ( 1: View Scalability, shall be 1 for MV-HEVC)18 ScalabilityMask : 2 # Scalability Mask ( 2: View Scalability, 3: View + Depth Scalability ) 19 19 DimensionIdLen : 3 # Number of bits to store Ids, per scalability dimension, (m) 20 View Id : 0 1 # ViewId (m)21 LayerIdInNuh : 0 # Layer Id in NAL unit header, (0: no explicit signalling ) (m)20 ViewOrderIndex : 0 1 # ViewOrderIndex, per layer (m) 21 LayerIdInNuh : 0 # Layer Id in NAL unit header, (0: no explicit signalling, otherwise per layer ) (m) 22 22 SplittingFlag : 0 # Splitting Flag 23 ViewId : 1 0 # ViewId, per ViewOrderIndex (m) 23 24 25 #======== VPS/ Layer sets ================ 26 VpsNumLayerSets : 2 # Number of layer sets 27 LayerIdsInSet_0 : 0 # Indices in VPS of layers in layer set 0 28 LayerIdsInSet_1 : 0 1 # Indices in VPS of layers in layer set 1 29 30 #======== VPS / Output layer sets ================ 31 DefaultTargetOutputLayerIdc : 0 # Specifies output layers of layer sets, 0: output all layers, 1: output highest layer, 2: specified by LayerIdsInDefOutputLayerSet 32 33 OutputLayerSetIdx : 1 # Indices of layer sets used to derive additional output layer sets 34 LayerIdsInAddOutputLayerSet_0 : 1 # Indices in VPS of output layers in additional output layer set 0 35 36 #======== VPS / PTLI ================ 37 Profile : main main multiview-main # Profile indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 38 Level : none none none # Level indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 39 Tier : main main main # Tier indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 40 InblFlag : 0 0 0 # Inbl indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 41 42 ProfileTierLevelIdx_0 : 1 # VpsProfileTierLevel indices of layers in output layer set 0 (m) (should be -1, when layer is not necessary) 43 ProfileTierLevelIdx_1 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 1 (m) (should be -1, when layer is not necessary) 44 ProfileTierLevelIdx_2 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 2 (m) (should be -1, when layer is not necessary) 45 46 #======== VPS / Dependencies ================ 47 DirectRefLayers_1 : 0 # Indices in VPS of direct reference layers 48 DependencyTypes_1 : 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 24 49 25 50 #========== Camera parameters ========== -
trunk/cfg/3D-HEVC/NonCTC/allintra/baseCfg_3view+depth_AllIntra.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 ================ … … 179 194 AdvMultiviewResPred : 1 # Advanced inter-view residual prediction (0:off, 1:on) 180 195 IlluCompEnable : 1 # Enable Illumination compensation ( 0: off, 1: on ) (v/d) 196 IlluCompLowLatencyEnc : 0 # Enable low-latency Illumination compensation encoding( 0: off, 1: on ) 181 197 ViewSynthesisPred : 1 # View synthesis prediction 182 DepthRefinement : 1 # Dispar y refined by depth DoNBDV198 DepthRefinement : 1 # Disparity refined by depth DoNBDV 183 199 IvMvScaling : 1 # Interview motion vector scaling 184 200 SubPULog2Size : 3 # Log2 of sub-PU size for IvMvPred (2...6) 185 201 SubPUMPILog2Size : 3 # Log2 of sub-PU size for MPI (3...6) 202 DBBP : 1 # Depth-based Block Partitioning 186 203 187 204 #========== depth coding tools ========== -
trunk/cfg/3D-HEVC/NonCTC/allintra/baseCfg_3view_AllIntra.cfg
r872 r1066 15 15 ReconFile_2 : rec_6.yuv 16 16 17 NumberOfLayers : 3 # number of layers to be coded17 NumberOfLayers : 3 # Number of layers 18 18 19 19 #======== VPS ============================ 20 ScalabilityMask : 1 # Scalability Mask ( 1: View Scalability, shall be 1 for MV-HEVC)20 ScalabilityMask : 2 # Scalability Mask ( 2: View Scalability, 3: View + Depth Scalability ) 21 21 DimensionIdLen : 3 # Number of bits to store Ids, per scalability dimension, (m) 22 View Id : 0 1 2 # ViewId (m)23 LayerIdInNuh : 0 # Layer Id in NAL unit header, (0: no explicit signalling ) (m)22 ViewOrderIndex : 0 1 2 # ViewOrderIndex, per layer (m) 23 LayerIdInNuh : 0 # Layer Id in NAL unit header, (0: no explicit signalling, otherwise per layer ) (m) 24 24 SplittingFlag : 0 # Splitting Flag 25 ViewId : 1 0 2 # ViewId, per ViewOrderIndex (m) 26 27 #======== VPS / Layer sets ================ 28 VpsNumLayerSets : 4 # Number of layer sets 29 LayerIdsInSet_0 : 0 # Indices in VPS of layers in layer set 0 30 LayerIdsInSet_1 : 0 1 # Indices in VPS of layers in layer set 1 31 LayerIdsInSet_2 : 0 2 # Indices in VPS of layers in layer set 2 32 LayerIdsInSet_3 : 0 1 2 # Indices in VPS of layers in layer set 3 33 34 #======== VPS / Output layer sets ================ 35 DefaultTargetOutputLayerIdc : 0 # Specifies output layers of layer sets, 0: output all layers, 1: output highest layer, 2: specified by LayerIdsInDefOutputLayerSet 36 37 OutputLayerSetIdx : 1 2 # Indices of layer sets used to derive additional output layer sets 38 LayerIdsInAddOutputLayerSet_0 : 1 # Indices in VPS of output layers in additional output layer set 0 39 LayerIdsInAddOutputLayerSet_1 : 2 # Indices in VPS of output layers in additional output layer set 1 40 41 #======== VPS / PTLI ================ 42 Profile : main main 3d-main # Profile indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 43 Level : none none none # Level indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 44 Tier : main main main # Tier indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 45 InblFlag : 0 0 0 # Inbl indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 46 47 ProfileTierLevelIdx_0 : 1 # VpsProfileTierLevel indices of layers in output layer set 0 (m) (should be -1, when layer is not necessary) 48 ProfileTierLevelIdx_1 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 1 (m) (should be -1, when layer is not necessary) 49 ProfileTierLevelIdx_2 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 2 (m) (should be -1, when layer is not necessary) 50 ProfileTierLevelIdx_3 : 1 2 2 # VpsProfileTierLevel indices of layers in output layer set 3 (m) (should be -1, when layer is not necessary) 51 ProfileTierLevelIdx_4 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 4 (m) (should be -1, when layer is not necessary) 52 ProfileTierLevelIdx_5 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 5 (m) (should be -1, when layer is not necessary) 53 54 #======== VPS / Dependencies ================ 55 DirectRefLayers_1 : 0 # Indices in VPS of direct reference layers 56 DirectRefLayers_2 : 0 # Indices in VPS of direct reference layers 57 58 DependencyTypes_1 : 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 59 DependencyTypes_2 : 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 25 60 26 61 #========== Camera parameters ========== -
trunk/cfg/3D-HEVC/NonCTC/fco/baseCfg_3view+depth.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 1 0 1 0 # 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 ================ … … 40 40 LayerIdsInSet_4 : 0 1 2 3 4 5 # Indices in VPS of layers in layer set 41 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 ================ … … 228 243 AdvMultiviewResPred : 1 # Advanced inter-view residual prediction (0:off, 1:on) 229 244 IlluCompEnable : 1 # Enable Illumination compensation ( 0: off, 1: on ) (v/d) 245 IlluCompLowLatencyEnc : 0 # Enable low-latency Illumination compensation encoding( 0: off, 1: on ) 230 246 ViewSynthesisPred : 1 # View synthesis prediction 231 DepthRefinement : 1 # Dispar y refined by depth DoNBDV247 DepthRefinement : 1 # Disparity refined by depth DoNBDV 232 248 IvMvScaling : 1 # Interview motion vector scaling 249 SubPULog2Size : 3 # Log2 of sub-PU size for IvMvPred (2...6) 250 SubPUMPILog2Size : 3 # Log2 of sub-PU size for MPI (3...6) 233 251 DBBP : 1 # Depth-based Block Partitioning 234 252 -
trunk/cfg/3D-HEVC/NonCTC/ibp/gopCfg_IBP_3view+depth.cfg
r872 r1066 17 17 LayerIdsInSet_3 : 0 1 2 3 4 5 # Indices in VPS of layers in layer set 18 18 19 #======== VPS / Output layer sets ================ 19 20 DefaultTargetOutputLayerIdc : 0 # Specifies output layers of layer sets, 0: output all layers, 1: output highest layer, 2: specified by LayerIdsInDefOutputLayerSet 20 21 OutputLayerSetIdx : 2 3 # Indices of layer sets used to derive additional output layer sets 21 22 LayerIdsInAddOutputLayerSet_0 : 2 3 # Indices in VPS of additional output layers 22 23 LayerIdsInAddOutputLayerSet_1 : 4 5 # Indices in VPS of additional output layers 23 ProfileLevelTierIdx : 0 0 0 0 0 0 0 0 # Indices to profile level tier (TBD) 24 25 #======== VPS / PTLI ================ 26 Profile : main main 3d-main # Profile indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 27 Level : none none none # Level indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 28 Tier : main main main # Tier indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 29 InblFlag : 0 0 0 # Inbl indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 30 31 ProfileTierLevelIdx_0 : 1 # VpsProfileTierLevel indices of layers in output layer set 0 (m) (should be -1, when layer is not necessary) 32 ProfileTierLevelIdx_1 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 1 (m) (should be -1, when layer is not necessary) 33 ProfileTierLevelIdx_2 : 1 2 2 2 # VpsProfileTierLevel indices of layers in output layer set 2 (m) (should be -1, when layer is not necessary) 34 ProfileTierLevelIdx_3 : 1 2 2 2 2 2 # VpsProfileTierLevel indices of layers in output layer set 3 (m) (should be -1, when layer is not necessary) 35 ProfileTierLevelIdx_4 : 1 2 2 2 # VpsProfileTierLevel indices of layers in output layer set 4 (m) (should be -1, when layer is not necessary) 36 ProfileTierLevelIdx_5 : 1 2 2 2 2 2 # VpsProfileTierLevel indices of layers in output layer set 5 (m) (should be -1, when layer is not necessary) 37 24 38 25 39 #======== VPS / Dependencies ================ -
trunk/cfg/3D-HEVC/NonCTC/ibp/gopCfg_IBP_3view.cfg
r872 r1066 13 13 LayerIdsInSet_2 : 0 1 2 # LayerIdcs in vps of layer set 14 14 15 #======== VPS / Output layer sets ================ 15 16 DefaultTargetOutputLayerIdc : 0 # Specifies output layers of layer sets, 0: output all layers, 1: output highest layer, 2: specified by LayerIdsInDefOutputLayerSet 16 17 OutputLayerSetIdx : 1 2 # Indices of layer sets used to derive additional output layer sets 17 18 LayerIdsInAddOutputLayerSet_0 : 1 # Indices in VPS of output layers in additional output layer set 18 19 LayerIdsInAddOutputLayerSet_1 : 2 # Indices in VPS of output layers in additional output layer set 19 ProfileLevelTierIdx : 0 0 0 0 0 # Indices to profile level tier (TBD) 20 21 #======== VPS / PTLI ================ 22 Profile : main main 3d-main # Profile indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 23 Level : none none none # Level indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 24 Tier : main main main # Tier indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 25 InblFlag : 0 0 0 # Inbl indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 26 27 ProfileTierLevelIdx_0 : 1 # VpsProfileTierLevel indices of layers in output layer set 0 (m) (should be -1, when layer is not necessary) 28 ProfileTierLevelIdx_1 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 1 (m) (should be -1, when layer is not necessary) 29 ProfileTierLevelIdx_2 : 1 2 2 # VpsProfileTierLevel indices of layers in output layer set 2 (m) (should be -1, when layer is not necessary) 30 ProfileTierLevelIdx_3 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 3 (m) (should be -1, when layer is not necessary) 31 ProfileTierLevelIdx_4 : 1 2 2 # VpsProfileTierLevel indices of layers in output layer set 4 (m) (should be -1, when layer is not necessary) 20 32 21 33 #======== VPS / Dependencies ================ -
trunk/cfg/3D-HEVC/NonCTC/misc/gopCfg_ILP_on_IRAP_3view+depth.cfg
r872 r1066 3 3 #======== VPS/ Layer sets ================ 4 4 VpsNumLayerSets : 4 # Number of layer sets 5 LayerIdsInSet_0 : 0 # Indices in VPS of layers in layer set 6 LayerIdsInSet_1 : 0 1 # Indices in VPS of layers in layer set 7 LayerIdsInSet_2 : 0 1 2 3 # Indices in VPS of layers in layer set 8 LayerIdsInSet_3 : 0 1 2 3 4 5 # Indices in VPS of layers in layer set 5 LayerIdsInSet_0 : 0 # Indices in VPS of layers in layer set 0 6 LayerIdsInSet_1 : 0 1 # Indices in VPS of layers in layer set 1 7 LayerIdsInSet_2 : 0 1 2 3 # Indices in VPS of layers in layer set 2 8 LayerIdsInSet_3 : 0 1 2 3 4 5 # Indices in VPS of layers in layer set 3 9 9 10 #======== VPS / Output layer sets ================ 10 11 DefaultTargetOutputLayerIdc : 0 # Specifies output layers of layer sets, 0: output all layers, 1: output highest layer, 2: specified by LayerIdsInDefOutputLayerSet 11 12 OutputLayerSetIdx : 2 3 # Indices of layer sets used to derive additional output layer sets 12 13 LayerIdsInAddOutputLayerSet_0 : 2 3 # Indices in VPS of additional output layers 13 14 LayerIdsInAddOutputLayerSet_1 : 4 5 # Indices in VPS of additional output layers 14 ProfileLevelTierIdx : 0 0 0 0 0 0 0 # Indices to profile level tier (TBD) 15 16 #======== VPS / PTLI ================ 17 Profile : main main 3d-main # Profile indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 18 Level : none none none # Level indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 19 Tier : main main main # Tier indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 20 InblFlag : 0 0 0 # Inbl indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 21 22 ProfileTierLevelIdx_0 : 1 # VpsProfileTierLevel indices of layers in output layer set 0 (m) (should be -1, when layer is not necessary) 23 ProfileTierLevelIdx_1 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 1 (m) (should be -1, when layer is not necessary) 24 ProfileTierLevelIdx_2 : 1 2 2 2 # VpsProfileTierLevel indices of layers in output layer set 2 (m) (should be -1, when layer is not necessary) 25 ProfileTierLevelIdx_3 : 1 2 2 2 2 2 # VpsProfileTierLevel indices of layers in output layer set 3 (m) (should be -1, when layer is not necessary) 26 ProfileTierLevelIdx_4 : 1 2 2 2 # VpsProfileTierLevel indices of layers in output layer set 4 (m) (should be -1, when layer is not necessary) 27 ProfileTierLevelIdx_5 : 1 2 2 2 2 2 # VpsProfileTierLevel indices of layers in output layer set 5 (m) (should be -1, when layer is not necessary) 28 29 15 30 16 31 #======== VPS / Dependencies ================ -
trunk/cfg/3D-HEVC/NonCTC/misc/gopCfg_NoIv_3view+depth.cfg
r872 r1066 1 1 #======== VPS/ Layer sets ================ 2 2 VpsNumLayerSets : 4 # Number of layer sets 3 LayerIdsInSet_0 : 0 # Indices in VPS of layers in layer set 4 LayerIdsInSet_1 : 0 1 # Indices in VPS of layers in layer set 5 LayerIdsInSet_2 : 0 1 2 3 # Indices in VPS of layers in layer set 6 LayerIdsInSet_3 : 0 1 2 3 4 5 # Indices in VPS of layers in layer set 3 LayerIdsInSet_0 : 0 # Indices in VPS of layers in layer set 0 4 LayerIdsInSet_1 : 0 1 # Indices in VPS of layers in layer set 1 5 LayerIdsInSet_2 : 0 1 2 3 # Indices in VPS of layers in layer set 2 6 LayerIdsInSet_3 : 0 1 2 3 4 5 # Indices in VPS of layers in layer set 3 7 7 8 #======== VPS / Output layer sets ================ 8 9 DefaultTargetOutputLayerIdc : 0 # Specifies output layers of layer sets, 0: output all layers, 1: output highest layer, 2: specified by LayerIdsInDefOutputLayerSet 9 10 OutputLayerSetIdx : 2 3 # Indices of layer sets used to derive additional output layer sets 10 LayerIdsInAddOutputLayerSet_0 : 2 3 # Indices in VPS of additional output layers 11 LayerIdsInAddOutputLayerSet_1 : 4 5 # Indices in VPS of additional output layers 12 ProfileLevelTierIdx : 0 0 0 0 0 0 0 # Indices to profile level tier (TBD) 11 LayerIdsInAddOutputLayerSet_0 : 2 3 # Indices in VPS of output layers in additional output layer set 0 12 LayerIdsInAddOutputLayerSet_1 : 4 5 # Indices in VPS of output layers in additional output layer set 1 13 14 #======== VPS / PTLI ================ 15 Profile : main main 3d-main # Profile indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 16 Level : none none none # Level indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 17 Tier : main main main # Tier indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 18 InblFlag : 0 0 0 # Inbl indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 19 20 ProfileTierLevelIdx_0 : 1 # VpsProfileTierLevel indices of layers in output layer set 0 (m) (should be -1, when layer is not necessary) 21 ProfileTierLevelIdx_1 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 1 (m) (should be -1, when layer is not necessary) 22 ProfileTierLevelIdx_2 : 1 2 2 2 # VpsProfileTierLevel indices of layers in output layer set 2 (m) (should be -1, when layer is not necessary) 23 ProfileTierLevelIdx_3 : 1 2 2 2 2 2 # VpsProfileTierLevel indices of layers in output layer set 3 (m) (should be -1, when layer is not necessary) 24 ProfileTierLevelIdx_4 : 1 2 2 2 # VpsProfileTierLevel indices of layers in output layer set 4 (m) (should be -1, when layer is not necessary) 25 ProfileTierLevelIdx_5 : 1 2 2 2 2 2 # VpsProfileTierLevel indices of layers in output layer set 5 (m) (should be -1, when layer is not necessary) 26 27 13 28 14 29 #======== VPS / Dependencies ================ -
trunk/cfg/3D-HEVC/NonCTC/misc/gopCfg_NoIv_3view.cfg
r872 r1066 6 6 LayerIdsInSet_3 : 0 1 2 # Indices in VPS of layers in layer set 7 7 8 #======== VPS / Output layer sets ================ 8 9 DefaultTargetOutputLayerIdc : 0 # Specifies output layers of layer sets, 0: output all layers, 1: output highest layer, 2: specified by LayerIdsInDefOutputLayerSet 9 10 OutputLayerSetIdx : 1 2 # Indices of layer sets used to derive additional output layer sets 10 LayerIdsInAddOutputLayerSet_0 : 1 # Indices in VPS of output layers in additional output layer set 11 LayerIdsInAddOutputLayerSet_1 : 2 # Indices in VPS of output layers in additional output layer set 12 ProfileLevelTierIdx : 0 0 0 0 0 0 # Indices to profile level tier (TBD) 11 LayerIdsInAddOutputLayerSet_0 : 1 # Indices in VPS of output layers in additional output layer set 0 12 LayerIdsInAddOutputLayerSet_1 : 2 # Indices in VPS of output layers in additional output layer set 1 13 14 #======== VPS / PTLI ================ 15 Profile : main main 3d-main # Profile indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 16 Level : none none none # Level indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 17 Tier : main main main # Tier indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 18 InblFlag : 0 0 0 # Inbl indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) 19 20 ProfileTierLevelIdx_0 : 1 # VpsProfileTierLevel indices of layers in output layer set 0 (m) (should be -1, when layer is not necessary) 21 ProfileTierLevelIdx_1 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 1 (m) (should be -1, when layer is not necessary) 22 ProfileTierLevelIdx_2 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 2 (m) (should be -1, when layer is not necessary) 23 ProfileTierLevelIdx_3 : 1 2 2 # VpsProfileTierLevel indices of layers in output layer set 3 (m) (should be -1, when layer is not necessary) 24 ProfileTierLevelIdx_4 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 4 (m) (should be -1, when layer is not necessary) 25 ProfileTierLevelIdx_5 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 5 (m) (should be -1, when layer is not necessary) 13 26 14 27 #======== VPS / Dependencies ================ -
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.