Ignore:
Timestamp:
12 Apr 2018, 11:12:21 (7 years ago)
Author:
tech
Message:
  • Update HM-16.18
  • Cleanups
  • Encoder Extension

-- Representation formats
-- Parameter set sharing
-- GOP configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-16.2-dev/cfg/HM/encoder_intra_main.cfg

    r1313 r1412  
    1919#======== Coding Structure =============
    2020IntraPeriod                   : 1           # Period of I-Frame ( -1 = only first)
    21 DecodingRefreshType           : 0           # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI
     21DecodingRefreshType           : 1           # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI
    2222GOPSize                       : 1           # GOP Size (number of B slice = GOPSize-1)
     23ReWriteParamSetsFlag          : 1           # Write parameter sets with every IRAP
    2324#        Type POC QPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2  temporal_id #ref_pics_active #ref_pics reference pictures
    2425
     
    3940
    4041#=========== Deblock Filter ============
    41 
    4242LoopFilterOffsetInPPS         : 1           # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1 (default) =constant params in PPS, param = base_param)
    4343LoopFilterDisable             : 0           # Disable deblocking filter (0=Filter, 1=No Filter)
     
    9696
    9797#============ Lossless ================
    98 TransquantBypassEnableFlag : 0                         # Value of PPS flag.
     98TransquantBypassEnable    : 0                         # Value of PPS flag.
    9999CUTransquantBypassFlagForce: 0                         # Force transquant bypass mode, when transquant_bypass_enable_flag is enabled
    100100
Note: See TracChangeset for help on using the changeset viewer.