Changeset 1313 in 3DVCSoftware for trunk/cfg/3D-HEVC/baseCfg_2view+depth.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/baseCfg_2view+depth.cfg

    r1179 r1313  
    137137
    138138#=========== Deblock Filter ============
    139 DeblockingFilterControlPresent: 1           # Dbl control params present (0=not present, 1=present) (mc)
    140 LoopFilterOffsetInPPS         : 0           # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1=constant params in PPS, param = base_param)
     139
     140LoopFilterOffsetInPPS         : 1           # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1 (default) =constant params in PPS, param = base_param)
    141141LoopFilterDisable             : 0 1         # Disable deblocking filter (0=Filter, 1=No Filter) (mc)
    142142LoopFilterBetaOffset_div2     : 0           # base_param: -6 ~ 6
    143143LoopFilterTcOffset_div2       : 0           # base_param: -6 ~ 6
    144 DeblockingFilterMetric        : 0           # blockiness metric (automatically configures deblocking parameters in bitstream)
     144DeblockingFilterMetric        : 0           # blockiness metric (automatically configures deblocking parameters in bitstream). Applies slice-level loop filter offsets (LoopFilterOffsetInPPS and LoopFilterDisable must be 0)
    145145
    146146
     
    241241
    242242
     243WarnUnknowParameter       : 1
    243244
    244245### DO NOT ADD ANYTHING BELOW THIS LINE ###
Note: See TracChangeset for help on using the changeset viewer.