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_high_throughput_rext.cfg

    r1386 r1412  
    2121#======== Coding Structure =============
    2222IntraPeriod                   : 1           # Period of I-Frame ( -1 = only first)
    23 DecodingRefreshType           : 0           # Random Accesss 0:none, 1:CDR, 2:IDR
     23DecodingRefreshType           : 1           # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI
    2424GOPSize                       : 1           # GOP Size (number of B slice = GOPSize-1)
     25ReWriteParamSetsFlag          : 1           # Write parameter sets with every IRAP
    2526#        Type POC QPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2  temporal_id #ref_pics_active #ref_pics reference pictures 
    2627
     
    7879
    7980#============ Tiles ================
    80 UniformSpacingIdc                   : 0                # 0: the column boundaries are indicated by ColumnWidth array, the row boundaries are indicated by RowHeight array
     81TileUniformSpacing                  : 0                # 0: the column boundaries are indicated by TileColumnWidth array, the row boundaries are indicated by TileRowHeight array
    8182                                                       # 1: the column and row boundaries are distributed uniformly
    82 NumTileColumnsMinus1                : 0                # Number of columns in a picture minus 1
    83 ColumnWidthArray                    : 2 3              # Array containing ColumnWidth values in units of LCU (from left to right in picture)   
    84 NumTileRowsMinus1                   : 0                # Number of rows in a picture minus 1
    85 RowHeightArray                      : 2                # Array containing RowHeight values in units of LCU (from top to bottom in picture)
     83NumTileColumnsMinus1                : 0                # Number of tile columns in a picture minus 1
     84TileColumnWidthArray                : 2 3              # Array containing tile column width values in units of CTU (from left to right in picture)   
     85NumTileRowsMinus1                   : 0                # Number of tile rows in a picture minus 1
     86TileRowHeightArray                  : 2                # Array containing tile row height values in units of CTU (from top to bottom in picture)
    8687
    8788LFCrossTileBoundaryFlag           : 1                  # In-loop filtering is across or not across tile boundary.
     
    9798
    9899#============ Lossless ================
    99 TransquantBypassEnableFlag : 0                         # Value of PPS flag.
     100TransquantBypassEnable    : 0                         # Value of PPS flag.
    100101CUTransquantBypassFlagForce: 0                         # Force transquant bypass mode, when transquant_bypass_enable_flag is enabled
    101102
Note: See TracChangeset for help on using the changeset viewer.