Changeset 1106 in 3DVCSoftware for branches/HTM-12.2-dev2-HHI/cfg/3D-HEVC/NonCTC/allintra/baseCfg_2view+depth_AllIntra.cfg
- Timestamp:
- 6 Nov 2014, 20:29:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.2-dev2-HHI/cfg/3D-HEVC/NonCTC/allintra/baseCfg_2view+depth_AllIntra.cfg
r1104 r1106 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
Note: See TracChangeset for help on using the changeset viewer.