- Timestamp:
- 10 Nov 2014, 12:22:20 (10 years ago)
- Location:
- trunk/cfg/3D-HEVC
- Files:
-
- 1 added
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cfg/3D-HEVC/NonCTC/allintra/baseCfg_2view+depth_AllIntra.cfg
r1084 r1124 52 52 53 53 #======== VPS / Dependencies ================ 54 DirectRefLayers_1 : 55 DirectRefLayers_2 : 0 56 DirectRefLayers_3 : 1 57 58 DependencyTypes_1 : 59 DependencyTypes_2 : 2 60 DependencyTypes_3 : 2 54 DirectRefLayers_1 : 0 # Indices in VPS of direct reference layers 55 DirectRefLayers_2 : 0 1 # Indices in VPS of direct reference layers 56 DirectRefLayers_3 : 1 2 # 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 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 60 DependencyTypes_3 : 2 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 61 61 62 62 #========== Camera parameters ========== … … 173 173 174 174 #========== multiview coding tools ========== 175 IvMvPred 176 AdvMultiviewResPred: 1 # Advanced inter-view residual prediction (0:off, 1:on)175 IvMvPredFlag : 1 1 # Inter-view motion prediction 176 IvResPredFlag : 1 # Advanced inter-view residual prediction (0:off, 1:on) 177 177 IlluCompEnable : 1 # Enable Illumination compensation ( 0: off, 1: on ) (v/d) 178 178 IlluCompLowLatencyEnc : 0 # Enable low-latency Illumination compensation encoding( 0: off, 1: on ) 179 ViewSynthesisPred 180 DepthRefinement 181 IvMvScaling 182 SubPULog2Size : 3 # Log2 of sub-PU size for IvMvPred (2...6) 183 SubPUMPILog2Size: 3 # Log2 of sub-PU size for MPI (3...6)184 D BBP: 1 # Depth-based Block Partitioning179 ViewSynthesisPredFlag : 1 # View synthesis prediction 180 DepthRefinementFlag : 1 # Disparity refined by depth DoNBDV 181 IvMvScalingFlag : 1 # Interview motion vector scaling 182 Log2SubPbSizeMinus3 : 0 # Log2 of sub-PU size minus 3 for IvMvPred (0 ... 3) and smaller than or equal to log2(maxCUSize)-3 183 Log2MpiSubPbSizeMinus3 : 3 # Log2 of sub-PU size for MPI (3...6) 184 DepthBasedBlkPartFlag : 1 # Depth-based Block Partitioning 185 185 186 186 #========== depth coding tools ========== 187 187 VSO : 1 # use of view synthesis optimization for depth coding 188 DMM: 1189 I VP: 1 # use of intra-view prediction mode190 SDC: 1191 DLT : 1192 QTL : 1193 LimQtPredFlag: 1194 InterS DC: 1 # use of inter sdc195 M PI: 1196 SingleDepthMode: 1 # use of single depth mode188 IntraWedgeFlag : 1 189 IntraContourFlag : 1 # use of intra-view prediction mode 190 IntraSdcFlag : 1 191 DLT : 1 192 QTL : 1 193 QtPredFlag : 1 194 InterSdcFlag : 1 # use of inter sdc 195 MpiFlag : 1 196 IntraSingleFlag : 1 # use of single depth mode 197 197 #========== view synthesis optimization (VSO) ========== 198 198 -
trunk/cfg/3D-HEVC/NonCTC/allintra/baseCfg_3view+depth_AllIntra.cfg
r1084 r1124 62 62 63 63 #======== VPS / Dependencies ================ 64 DirectRefLayers_1 : 65 DirectRefLayers_2 : 0 66 DirectRefLayers_3 : 1 67 DirectRefLayers_4 : 0 68 DirectRefLayers_5 : 1 64 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 69 70 70 DependencyTypes_1 : # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion … … 191 191 192 192 #========== multiview coding tools ========== 193 IvMvPred 194 AdvMultiviewResPred: 1 # Advanced inter-view residual prediction (0:off, 1:on)193 IvMvPredFlag : 1 1 # Inter-view motion prediction 194 IvResPredFlag : 1 # Advanced inter-view residual prediction (0:off, 1:on) 195 195 IlluCompEnable : 1 # Enable Illumination compensation ( 0: off, 1: on ) (v/d) 196 196 IlluCompLowLatencyEnc : 0 # Enable low-latency Illumination compensation encoding( 0: off, 1: on ) 197 ViewSynthesisPred 198 DepthRefinement 199 IvMvScaling 200 SubPULog2Size : 3 # Log2 of sub-PU size for IvMvPred (2...6) 201 SubPUMPILog2Size : 3 # Log2 of sub-PU size for MPI (3...6) 202 D BBP: 1 # Depth-based Block Partitioning197 ViewSynthesisPredFlag : 1 # View synthesis prediction 198 DepthRefinementFlag : 1 # Disparity refined by depth DoNBDV 199 IvMvScalingFlag : 1 # Interview motion vector scaling 200 Log2SubPbSizeMinus3 : 0 # Log2 of sub-PU size minus 3 for IvMvPred (0 ... 3) and smaller than or equal to log2(maxCUSize)-3 201 Log2MpiSubPbSizeMinus3 : 0 # Log2 of sub-PU size minus 3 for MPI (0 ... 3) and smaller than or equal to log2(maxCUSize)-3 202 DepthBasedBlkPartFlag : 1 # Depth-based Block Partitioning 203 203 204 204 #========== depth coding tools ========== 205 205 VSO : 1 # use of view synthesis optimization for depth coding 206 DMM: 1207 I VP: 1 # use of intra-view prediction mode208 SDC: 1209 DLT : 1210 QTL : 1211 LimQtPredFlag: 1212 InterS DC: 1 # use of inter sdc213 M PI: 1214 SingleDepthMode: 1 # use of single depth mode206 IntraWedgeFlag : 1 207 IntraContourFlag : 1 # use of intra-view prediction mode 208 IntraSdcFlag : 1 209 DLT : 1 210 QTL : 1 211 QtPredFlag : 1 212 InterSdcFlag : 1 # use of inter sdc 213 MpiFlag : 1 214 IntraSingleFlag : 1 # use of single depth mode 215 215 #========== view synthesis optimization (VSO) ========== 216 216 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 -
trunk/cfg/3D-HEVC/NonCTC/fco/baseCfg_3view+depth.cfg
r1084 r1124 62 62 63 63 #======== VPS / Dependencies ================ 64 DirectRefLayers_1 : 64 DirectRefLayers_1 : 0 # Indices in VPS of direct reference layers 65 65 DirectRefLayers_2 : 1 # Indices in VPS of direct reference layers 66 DirectRefLayers_3 : 0 66 DirectRefLayers_3 : 0 1 # Indices in VPS of direct reference layers 67 67 DirectRefLayers_4 : 1 # Indices in VPS of direct reference layers 68 DirectRefLayers_5 : 0 69 70 DependencyTypes_1 : 68 DirectRefLayers_5 : 0 1 # 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 71 DependencyTypes_2 : 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 72 DependencyTypes_3 : 2 72 DependencyTypes_3 : 2 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 73 73 DependencyTypes_4 : 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 74 DependencyTypes_5 : 2 74 DependencyTypes_5 : 2 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 75 75 76 76 #========== Camera parameters ========== … … 240 240 241 241 #========== multiview coding tools ========== 242 IvMvPred 243 AdvMultiviewResPred: 1 # Advanced inter-view residual prediction (0:off, 1:on)242 IvMvPredFlag : 1 # Inter-view motion prediction 243 IvResPredFlag : 1 # Advanced inter-view residual prediction (0:off, 1:on) 244 244 IlluCompEnable : 1 # Enable Illumination compensation ( 0: off, 1: on ) (v/d) 245 245 IlluCompLowLatencyEnc : 0 # Enable low-latency Illumination compensation encoding( 0: off, 1: on ) 246 ViewSynthesisPred 247 DepthRefinement 248 IvMvScaling 249 SubPULog2Size : 3 # Log2 of sub-PU size for IvMvPred (2...6)250 SubPUMPILog2Size : 3 # Log2 of sub-PU size for MPI (3...6) 251 D BBP: 1 # Depth-based Block Partitioning246 ViewSynthesisPredFlag : 1 # View synthesis prediction 247 DepthRefinementFlag : 1 # Disparity refined by depth DoNBDV 248 IvMvScalingFlag : 1 # Interview motion vector scaling 249 Log2SubPbSizeMinus3 : 0 # Log2 of sub-PU size minus 3 for IvMvPred ( MinCbLog2SizeY - 3 ) ... ( CtbLog2SizeY - 3 ) 250 Log2MpiSubPbSizeMinus3 : 0 # Log2 of sub-PU size minus 3 for MPI (0 ... 3) and smaller than or equal to log2(maxCUSize)-3 251 DepthBasedBlkPartFlag : 1 # Depth-based Block Partitioning 252 252 253 253 #========== depth coding tools ========== 254 VSO : 1 # use of view synthesis optimization for depth coding255 DMM: 1256 SDC: 1257 DLT : 1258 QTL : 0259 LimQtPredFlag: 0260 InterS DC: 1 # use of inter sdc261 M PI: 1254 VSO : 1 # use of view synthesis optimization for depth coding 255 IntraWedgeFlag : 1 256 IntraSdcFlag : 1 257 DLT : 1 258 QTL : 0 259 QtPredFlag : 0 260 InterSdcFlag : 1 # use of inter sdc 261 MpiFlag : 1 262 262 263 263 #========== view synthesis optimization (VSO) ========== -
trunk/cfg/3D-HEVC/NonCTC/ibp/gopCfg_IBP_3view+depth.cfg
r1066 r1124 38 38 39 39 #======== VPS / Dependencies ================ 40 DirectRefLayers_1 : 41 DirectRefLayers_2 : 0 42 DirectRefLayers_3 : 1 43 DirectRefLayers_4 : 0 2# Indices in VPS of direct reference layers44 DirectRefLayers_5 : 1 3 40 DirectRefLayers_1 : 0 # Indices in VPS of direct reference layers 41 DirectRefLayers_2 : 0 1 # Indices in VPS of direct reference layers 42 DirectRefLayers_3 : 1 2 # Indices in VPS of direct reference layers 43 DirectRefLayers_4 : 0 1 2 3 # Indices in VPS of direct reference layers 44 DirectRefLayers_5 : 1 3 4 # Indices in VPS of direct reference layers 45 45 46 DependencyTypes_1 : 47 DependencyTypes_2 : 2 48 DependencyTypes_3 : 2 49 DependencyTypes_4 : 2 2 50 DependencyTypes_5 : 2 2 46 DependencyTypes_1 : 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 47 DependencyTypes_2 : 2 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 48 DependencyTypes_3 : 2 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 49 DependencyTypes_4 : 2 2 2 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 50 DependencyTypes_5 : 2 2 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 51 51 52 52 -
trunk/cfg/3D-HEVC/NonCTC/misc/gopCfg_ILP_on_IRAP_3view+depth.cfg
r1066 r1124 30 30 31 31 #======== VPS / Dependencies ================ 32 DirectRefLayers_1 : 33 DirectRefLayers_2 : 0 34 DirectRefLayers_3 : 1 35 DirectRefLayers_4 : 0 2# Indices in VPS of direct reference layers36 DirectRefLayers_5 : 1 3 32 DirectRefLayers_1 : 0 # Indices in VPS of direct reference layers 33 DirectRefLayers_2 : 0 1 # Indices in VPS of direct reference layers 34 DirectRefLayers_3 : 1 2 # Indices in VPS of direct reference layers 35 DirectRefLayers_4 : 0 1 2 3 # Indices in VPS of direct reference layers 36 DirectRefLayers_5 : 1 3 4 # Indices in VPS of direct reference layers 37 37 38 38 DependencyTypes_1 : # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion -
trunk/cfg/3D-HEVC/NonCTC/misc/gopCfg_NoIv_3view+depth.cfg
r1066 r1124 28 28 29 29 #======== VPS / Dependencies ================ 30 DirectRefLayers_1 : 30 DirectRefLayers_1 : 0 # Indices in VPS of direct reference layers 31 31 DirectRefLayers_2 : # Indices in VPS of direct reference layers 32 DirectRefLayers_3 : 32 DirectRefLayers_3 : 2 # Indices in VPS of direct reference layers 33 33 DirectRefLayers_4 : # Indices in VPS of direct reference layers 34 DirectRefLayers_5 : 34 DirectRefLayers_5 : 4 # Indices in VPS of direct reference layers 35 35 36 DependencyTypes_1 : 36 DependencyTypes_1 : 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 37 37 DependencyTypes_2 : # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 38 DependencyTypes_3 : 38 DependencyTypes_3 : 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 39 39 DependencyTypes_4 : # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 40 DependencyTypes_5 : 40 DependencyTypes_5 : 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 41 41 42 42 -
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 -
trunk/cfg/3D-HEVC/baseCfg_2view+depth.cfg
r1084 r1124 52 52 53 53 #======== VPS / Dependencies ================ 54 DirectRefLayers_1 : 55 DirectRefLayers_2 : 0 56 DirectRefLayers_3 : 1 57 58 DependencyTypes_1 : 59 DependencyTypes_2 : 2 60 DependencyTypes_3 : 2 54 DirectRefLayers_1 : 0 # Indices in VPS of direct reference layers 55 DirectRefLayers_2 : 0 1 # Indices in VPS of direct reference layers 56 DirectRefLayers_3 : 1 2 # 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 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 60 DependencyTypes_3 : 2 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 61 61 62 62 #========== Camera parameters ========== … … 207 207 208 208 #========== multiview coding tools ========== 209 IvMvPred 210 AdvMultiviewResPred: 1 # Advanced inter-view residual prediction (0:off, 1:on)209 IvMvPredFlag : 1 1 # Inter-view motion prediction 210 IvResPredFlag : 1 # Advanced inter-view residual prediction (0:off, 1:on) 211 211 IlluCompEnable : 1 # Enable Illumination compensation ( 0: off, 1: on ) (v/d) 212 212 IlluCompLowLatencyEnc : 0 # Enable low-latency Illumination compensation encoding( 0: off, 1: on ) 213 ViewSynthesisPred 214 DepthRefinement 215 IvMvScaling 216 SubPULog2Size : 3 # Log2 of sub-PU size for IvMvPred (2...6) 217 SubPUMPILog2Size: 3 # Log2 of sub-PU size for MPI (3...6)218 D BBP: 1 # Depth-based Block Partitioning213 ViewSynthesisPredFlag : 1 # View synthesis prediction 214 DepthRefinementFlag : 1 # Disparity refined by depth DoNBDV 215 IvMvScalingFlag : 1 # Interview motion vector scaling 216 Log2SubPbSizeMinus3 : 0 # Log2 of sub-PU size minus 3 for IvMvPred (0 ... 3) and smaller than or equal to log2(maxCUSize)-3 217 Log2MpiSubPbSizeMinus3 : 3 # Log2 of sub-PU size for MPI (3...6) 218 DepthBasedBlkPartFlag : 1 # Depth-based Block Partitioning 219 219 220 220 #========== depth coding tools ========== 221 VSO : 1 # use of view synthesis optimization for depth coding222 DMM: 1223 I VP: 1 # use of intra-view prediction mode224 SDC: 1225 DLT : 1226 QTL : 1227 LimQtPredFlag: 1228 InterS DC: 1 # use of inter sdc229 M PI: 1230 SingleDepthMode: 1 # use of single depth mode221 VSO : 1 # use of view synthesis optimization for depth coding 222 IntraWedgeFlag : 1 223 IntraContourFlag : 1 # use of intra-view prediction mode 224 IntraSdcFlag : 1 225 DLT : 1 226 QTL : 1 227 QtPredFlag : 1 228 InterSdcFlag : 1 # use of inter sdc 229 MpiFlag : 1 230 IntraSingleFlag : 1 # use of single depth mode 231 231 #========== view synthesis optimization (VSO) ========== 232 232 -
trunk/cfg/3D-HEVC/baseCfg_2view.cfg
r1084 r1124 178 178 179 179 #========== multiview coding tools ========== 180 IvMvPred 181 AdvMultiviewResPred: 1 # Advanced inter-view residual prediction (0:off, 1:on)180 IvMvPredFlag : 1 # Inter-view motion prediction 181 IvResPredFlag : 1 # Advanced inter-view residual prediction (0:off, 1:on) 182 182 IlluCompEnable : 1 # Enable Illumination compensation ( 0: off, 1: on ) (v/d) 183 183 IlluCompLowLatencyEnc : 0 # Enable low-latency Illumination compensation encoding( 0: off, 1: on ) 184 ViewSynthesisPred 185 DepthRefinement 186 IvMvScaling 187 SubPULog2Size : 3 # Log2 of sub-PU size for IvMvPred (2...6) 188 SubPUMPILog2Size : 3 # Log2 of sub-PU size for MPI (3...6) 189 D BBP: 0 # Depth-based Block Partitioning184 ViewSynthesisPredFlag : 1 # View synthesis prediction 185 DepthRefinementFlag : 0 # Disparity refined by depth DoNBDV 186 IvMvScalingFlag : 1 # Interview motion vector scaling 187 Log2SubPbSizeMinus3 : 0 # Log2 of sub-PU size minus 3 for IvMvPred (0 ... 3) and smaller than or equal to log2(maxCUSize)-3 188 Log2MpiSubPbSizeMinus3 : 0 # Log2 of sub-PU size minus 3 for MPI (0 ... 3) and smaller than or equal to log2(maxCUSize)-3 189 DepthBasedBlkPartFlag : 0 # Depth-based Block Partitioning 190 190 191 191 ### DO NOT ADD ANYTHING BELOW THIS LINE ### -
trunk/cfg/3D-HEVC/baseCfg_3view+depth.cfg
r1084 r1124 62 62 63 63 #======== VPS / Dependencies ================ 64 DirectRefLayers_1 : 65 DirectRefLayers_2 : 0 66 DirectRefLayers_3 : 1 67 DirectRefLayers_4 : 0 68 DirectRefLayers_5 : 1 69 70 DependencyTypes_1 : 71 DependencyTypes_2 : 2 72 DependencyTypes_3 : 2 73 DependencyTypes_4 : 2 74 DependencyTypes_5 : 2 64 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 ========== … … 240 240 241 241 #========== multiview coding tools ========== 242 IvMvPred 243 AdvMultiviewResPred: 1 # Advanced inter-view residual prediction (0:off, 1:on)242 IvMvPredFlag : 1 1 # Inter-view motion prediction 243 IvResPredFlag : 1 # Advanced inter-view residual prediction (0:off, 1:on) 244 244 IlluCompEnable : 1 # Enable Illumination compensation ( 0: off, 1: on ) (v/d) 245 245 IlluCompLowLatencyEnc : 0 # Enable low-latency Illumination compensation encoding( 0: off, 1: on ) 246 ViewSynthesisPred 247 DepthRefinement 248 IvMvScaling 249 SubPULog2Size : 3 # Log2 of sub-PU size for IvMvPred (2...6) 250 SubPUMPILog2Size : 3 # Log2 of sub-PU size for MPI (3...6) 251 D BBP: 1 # Depth-based Block Partitioning246 ViewSynthesisPredFlag : 1 # View synthesis prediction 247 DepthRefinementFlag : 1 # Disparity refined by depth DoNBDV 248 IvMvScalingFlag : 1 # Interview motion vector scaling 249 Log2SubPbSizeMinus3 : 0 # Log2 of sub-PU size minus 3 for IvMvPred (0 ... 3) and smaller than or equal to log2(maxCUSize)-3 250 Log2MpiSubPbSizeMinus3 : 0 # Log2 of sub-PU size minus 3 for MPI (0 ... 3) and smaller than or equal to log2(maxCUSize)-3 251 DepthBasedBlkPartFlag : 1 # Depth-based Block Partitioning 252 252 253 253 #========== depth coding tools ========== 254 VSO : 1 # use of view synthesis optimization for depth coding255 DMM: 1256 I VP: 1 # use of intra-view prediction mode257 SDC: 1258 DLT : 1259 QTL : 1260 LimQtPredFlag: 1261 InterS DC: 1 # use of inter sdc262 M PI: 1263 SingleDepthMode: 1 # use of single depth mode254 VSO : 1 # use of view synthesis optimization for depth coding 255 IntraWedgeFlag : 1 256 IntraContourFlag : 1 # use of intra-view prediction mode 257 IntraSdcFlag : 1 258 DLT : 1 259 QTL : 1 260 QtPredFlag : 1 261 InterSdcFlag : 1 # use of inter sdc 262 MpiFlag : 1 263 IntraSingleFlag : 1 # use of single depth mode 264 264 #========== view synthesis optimization (VSO) ========== 265 265 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 -
trunk/cfg/3D-HEVC/baseCfg_3view.cfg
r1084 r1124 198 198 199 199 #========== multiview coding tools ========== 200 IvMvPred 201 AdvMultiviewResPred: 1 # Advanced inter-view residual prediction (0:off, 1:on)200 IvMvPredFlag : 1 # Inter-view motion prediction 201 IvResPredFlag : 1 # Advanced inter-view residual prediction (0:off, 1:on) 202 202 IlluCompEnable : 1 # Enable Illumination compensation ( 0: off, 1: on ) (v/d) 203 203 IlluCompLowLatencyEnc : 0 # Enable low-latency Illumination compensation encoding( 0: off, 1: on ) 204 ViewSynthesisPred 205 DepthRefinement 206 IvMvScaling 207 SubPULog2Size : 3 # Log2 of sub-PU size for IvMvPred (2...6) 208 SubPUMPILog2Size : 3 # Log2 of sub-PU size for MPI (3...6) 209 D BBP: 0 # Depth-based Block Partitioning204 ViewSynthesisPredFlag : 1 # View synthesis prediction 205 DepthRefinementFlag : 0 # Disparity refined by depth DoNBDV 206 IvMvScalingFlag : 1 # Interview motion vector scaling 207 Log2SubPbSizeMinus3 : 0 # Log2 of sub-PU size minus 3 for IvMvPred (0 ... 3) and smaller than or equal to log2(maxCUSize)-3 208 Log2MpiSubPbSizeMinus3 : 0 # Log2 of sub-PU size minus 3 for MPI (0 ... 3) and smaller than or equal to log2(maxCUSize)-3 209 DepthBasedBlkPartFlag : 0 # Depth-based Block Partitioning 210 210 211 211 ### DO NOT ADD ANYTHING BELOW THIS LINE ### -
trunk/cfg/3D-HEVC/fullCfg.cfg
r1084 r1124 125 125 126 126 #======== VPS / Dependencies ================ 127 DirectRefLayers_1 : 128 DirectRefLayers_2 : 0 129 DirectRefLayers_3 : 1 130 DirectRefLayers_4 : 0 131 DirectRefLayers_5 : 1 132 133 DependencyTypes_1 : 134 DependencyTypes_2 : 2 135 DependencyTypes_3 : 2 136 DependencyTypes_4 : 2 137 DependencyTypes_5 : 2 127 DirectRefLayers_1 : 0 # Indices in VPS of direct reference layers 128 DirectRefLayers_2 : 0 1 # Indices in VPS of direct reference layers 129 DirectRefLayers_3 : 1 2 # Indices in VPS of direct reference layers 130 DirectRefLayers_4 : 0 1 # Indices in VPS of direct reference layers 131 DirectRefLayers_5 : 1 4 # Indices in VPS of direct reference layers 132 133 DependencyTypes_1 : 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 134 DependencyTypes_2 : 2 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 135 DependencyTypes_3 : 2 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 136 DependencyTypes_4 : 2 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 137 DependencyTypes_5 : 2 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 138 138 139 139 #========== Camera parameters ========== … … 316 316 #NumLCUInUnit : 1 # Number of LCU in an Unit. Fraction is not allowed 317 317 #========== multiview coding tools ========== 318 IvMvPred 319 AdvMultiviewResPred: 1 # Advanced inter-view residual prediction (0:off, 1:on)318 IvMvPredFlag : 1 1 # Inter-view motion prediction 319 IvResPredFlag : 1 # Advanced inter-view residual prediction (0:off, 1:on) 320 320 IlluCompEnable : 1 # Enable Illumination compensation ( 0: off, 1: on ) (v/d) 321 321 IlluCompLowLatencyEnc : 0 # Enable low-latency Illumination compensation encoding( 0: off, 1: on ) 322 ViewSynthesisPred 323 DepthRefinement 324 IvMvScaling 325 SubPULog2Size: 3 # Log2 of sub-PU size for IvMvPred (2...6)326 SubPUMPILog2Size : 3 # Log2 of sub-PU size for MPI (3...6) 327 D BBP: 1 # Depth-based Block Partitioning322 ViewSynthesisPredFlag : 1 # View synthesis prediction 323 DepthRefinementFlag : 1 # Disparity refined by depth DoNBDV 324 IvMvScalingFlag : 1 # Interview motion vector scaling 325 Log2SubPbSizeMinus3 : 3 # Log2 of sub-PU size for IvMvPred (2...6) 326 Log2MpiSubPbSizeMinus3 : 0 # Log2 of sub-PU size minus 3 for MPI (0 ... 3) and smaller than or equal to log2(maxCUSize)-3 327 DepthBasedBlkPartFlag : 1 # Depth-based Block Partitioning 328 328 329 329 #========== depth coding tools ========== 330 330 VSO : 1 # use of view synthesis optimization for depth coding 331 DMM: 1332 I VP: 1 # use of intra-view prediction mode333 SDC: 1334 DLT : 1335 QTL : 1336 LimQtPredFlag: 1337 InterS DC: 1 # use of inter sdc338 M PI: 1339 SingleDepthMode: 1 # use of single depth mode331 IntraWedgeFlag : 1 332 IntraContourFlag : 1 # use of intra-view prediction mode 333 IntraSdcFlag : 1 334 DLT : 1 335 QTL : 1 336 QtPredFlag : 1 337 InterSdcFlag : 1 # use of inter sdc 338 MpiFlag : 1 339 IntraSingleFlag : 1 # use of single depth mode 340 340 #========== view synthesis optimization (VSO) ========== 341 341 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.