Ignore:
Timestamp:
6 Nov 2014, 20:29:09 (10 years ago)
Author:
tech
Message:
  • HHI_TOOL_PARAMETERS_I2_J0107: Tool parameters moved to SPS and combined with dependency flags
  • Related update of cfg files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.2-dev2-HHI/cfg/3D-HEVC/NonCTC/fco/baseCfg_3view+depth.cfg

    r1104 r1106  
    240240
    241241#========== multiview coding tools ==========
    242 IvMvPred                            : 1                # Inter-view motion prediction
    243 AdvMultiviewResPred                 : 1                # Advanced inter-view residual prediction (0:off, 1:on)
     242IvMvPredFlag                        : 1                # Inter-view motion prediction
     243IvResPredFlag                       : 1                # Advanced inter-view residual prediction (0:off, 1:on)
    244244IlluCompEnable                      : 1                # Enable Illumination compensation ( 0: off, 1: on )  (v/d)
    245245IlluCompLowLatencyEnc               : 0                # Enable low-latency Illumination compensation encoding( 0: off, 1: on )
    246 ViewSynthesisPred                   : 1                # View synthesis prediction
    247 DepthRefinement                     : 1                # Disparity refined by depth DoNBDV
    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)
    251 DBBP                                : 1                # Depth-based Block Partitioning
     246ViewSynthesisPredFlag               : 1                # View synthesis prediction
     247DepthRefinementFlag                 : 1                # Disparity refined by depth DoNBDV
     248IvMvScalingFlag                     : 1                # Interview motion vector scaling
     249Log2SubPbSizeMinus3                 : 0                # Log2 of sub-PU size minus 3 for IvMvPred ( MinCbLog2SizeY - 3 ) ... ( CtbLog2SizeY - 3 )
     250Log2MpiSubPbSizeMinus3              : 0                # Log2 of sub-PU size minus 3 for MPI (0 ... 3) and smaller than or equal to log2(maxCUSize)-3
     251DepthBasedBlkPartFlag               : 1                # Depth-based Block Partitioning
    252252
    253253#========== depth coding tools ==========
    254 VSO                                : 1                 # use of view synthesis optimization for depth coding
    255 DMM                                : 1
    256 SDC                                : 1
    257 DLT                                : 1
    258 QTL                                : 0
    259 LimQtPredFlag                      : 0
    260 InterSDC                           : 1                             # use of inter sdc
    261 MPI                                : 1
     254VSO                                 : 1                 # use of view synthesis optimization for depth coding
     255IntraWedgeFlag                      : 1
     256IntraSdcFlag                        : 1
     257DLT                                 : 1
     258QTL                                 : 0
     259QtPredFlag                          : 0
     260InterSdcFlag                        : 1                             # use of inter sdc
     261MpiFlag                             : 1
    262262
    263263#========== view synthesis optimization (VSO) ==========
Note: See TracChangeset for help on using the changeset viewer.