Changeset 1084 in 3DVCSoftware for trunk/cfg/HEVC/HM/encoder_lowdelay_P_main.cfg


Ignore:
Timestamp:
24 Oct 2014, 11:44:58 (10 years ago)
Author:
tech
Message:

Merged branches/HTM-12.1-dev0@1083.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cfg/HEVC/HM/encoder_lowdelay_P_main.cfg

    r872 r1084  
    1919#======== Coding Structure =============
    2020IntraPeriod                   : -1          # Period of I-Frame ( -1 = only first)
    21 DecodingRefreshType           : 0           # Random Accesss 0:none, 1:CDR, 2:IDR
     21DecodingRefreshType           : 0           # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI
    2222GOPSize                       : 4           # GOP Size (number of B slice = GOPSize-1)
    2323#        Type POC QPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2  temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs
     
    8282
    8383#============ Tiles ================
    84 UniformSpacingIdc                   : 0                # 0: the column boundaries are indicated by ColumnWidth array, the row boundaries are indicated by RowHeight array
     84TileUniformSpacing                  : 0                # 0: the column boundaries are indicated by TileColumnWidth array, the row boundaries are indicated by TileRowHeight array
    8585                                                       # 1: the column and row boundaries are distributed uniformly
    86 NumTileColumnsMinus1                : 0                # Number of columns in a picture minus 1
    87 ColumnWidthArray                    : 2 3              # Array containing ColumnWidth values in units of LCU (from left to right in picture)   
    88 NumTileRowsMinus1                   : 0                # Number of rows in a picture minus 1
    89 RowHeightArray                      : 2                # Array containing RowHeight values in units of LCU (from top to bottom in picture)
     86NumTileColumnsMinus1                : 0                # Number of tile columns in a picture minus 1
     87TileColumnWidthArray                : 2 3              # Array containing tile column width values in units of CTU (from left to right in picture)   
     88NumTileRowsMinus1                   : 0                # Number of tile rows in a picture minus 1
     89TileRowHeightArray                  : 2                # Array containing tile row height values in units of CTU (from top to bottom in picture)
    9090
    9191LFCrossTileBoundaryFlag           : 1                  # In-loop filtering is across or not across tile boundary.
Note: See TracChangeset for help on using the changeset viewer.