Changeset 1313 in 3DVCSoftware for trunk/cfg/3D-HEVC/fullCfg.cfg


Ignore:
Timestamp:
13 Aug 2015, 17:38:13 (9 years ago)
Author:
tech
Message:

Merged 14.1-update-dev1@1312.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cfg/3D-HEVC/fullCfg.cfg

    r1179 r1313  
    236236
    237237#=========== Deblock Filter ============
    238 DeblockingFilterControlPresent: 1           # Dbl control params present (0=not present, 1=present) (mc)
    239 LoopFilterOffsetInPPS         : 0           # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1=constant params in PPS, param = base_param)
     238
     239LoopFilterOffsetInPPS         : 1           # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1 (default) =constant params in PPS, param = base_param)
    240240LoopFilterDisable             : 0 1         # Disable deblocking filter (0=Filter, 1=No Filter) (mc)
    241241LoopFilterBetaOffset_div2     : 0           # base_param: -6 ~ 6
    242242LoopFilterTcOffset_div2       : 0           # base_param: -6 ~ 6
    243 DeblockingFilterMetric        : 0           # blockiness metric (automatically configures deblocking parameters in bitstream)
     243DeblockingFilterMetric        : 0           # blockiness metric (automatically configures deblocking parameters in bitstream). Applies slice-level loop filter offsets (LoopFilterOffsetInPPS and LoopFilterDisable must be 0)
    244244
    245245#=========== Misc. ============
     
    323323DepthRefinementFlag                 : 1                # Disparity refined by depth DoNBDV
    324324IvMvScalingFlag                     : 1                # Interview motion vector scaling
    325 Log2SubPbSizeMinus3                 : 3                            # Log2 of sub-PU size for IvMvPred (2...6)
     325Log2SubPbSizeMinus3                 : 0                # Log2 of sub-PU size for IvMvPred (2...6)
    326326Log2MpiSubPbSizeMinus3              : 0                # Log2 of sub-PU size minus 3 for MPI (0 ... 3) and smaller than or equal to log2(maxCUSize)-3
    327327DepthBasedBlkPartFlag               : 1                # Depth-based Block Partitioning
     
    349349
    350350
     351WarnUnknowParameter       : 1
    351352
    352353### DO NOT ADD ANYTHING BELOW THIS LINE ###
Note: See TracChangeset for help on using the changeset viewer.