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/baseCfg_2view.cfg

    r1084 r1106  
    178178
    179179#========== multiview coding tools ==========
    180 IvMvPred                            : 1                # Inter-view motion prediction
    181 AdvMultiviewResPred                 : 1                # Advanced inter-view residual prediction (0:off, 1:on)
     180IvMvPredFlag                        : 1                # Inter-view motion prediction
     181IvResPredFlag                       : 1                # Advanced inter-view residual prediction (0:off, 1:on)
    182182IlluCompEnable                      : 1                # Enable Illumination compensation ( 0: off, 1: on ) (v/d)
    183183IlluCompLowLatencyEnc               : 0                # Enable low-latency Illumination compensation encoding( 0: off, 1: on )
    184 ViewSynthesisPred                   : 1                # View synthesis prediction
    185 DepthRefinement                     : 0                # Disparity refined by depth DoNBDV
    186 IvMvScaling                         : 1                # Interview motion vector scaling
    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 DBBP                                : 0                # Depth-based Block Partitioning
     184ViewSynthesisPredFlag               : 1                # View synthesis prediction
     185DepthRefinementFlag                 : 0                # Disparity refined by depth DoNBDV
     186IvMvScalingFlag                     : 1                # Interview motion vector scaling
     187Log2SubPbSizeMinus3                 : 0                # Log2 of sub-PU size minus 3 for IvMvPred (0 ... 3) and smaller than or equal to log2(maxCUSize)-3
     188Log2MpiSubPbSizeMinus3              : 0                # Log2 of sub-PU size minus 3 for MPI (0 ... 3) and smaller than or equal to log2(maxCUSize)-3
     189DepthBasedBlkPartFlag               : 0                # Depth-based Block Partitioning
    190190
    191191### DO NOT ADD ANYTHING BELOW THIS LINE ###
Note: See TracChangeset for help on using the changeset viewer.