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/misc/encoder_randomaccess_field_coding.cfg

    r872 r1084  
    3636#======== Coding Structure =============
    3737IntraPeriod                   : 32          # Period of I-Frame ( -1 = only first)
    38 DecodingRefreshType           : 1           # Random Accesss 0:none, 1:CDR, 2:IDR
     38DecodingRefreshType           : 1           # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI
    3939GOPSize                       : 16          # GOP Size (number of B slice = GOPSize-1)
    4040
     
    113113
    114114#============ Tiles ================
    115 UniformSpacingIdc                   : 0                # 0: the column boundaries are indicated by ColumnWidth array, the row boundaries are indicated by RowHeight array
     115TileUniformSpacing                  : 0                # 0: the column boundaries are indicated by TileColumnWidth array, the row boundaries are indicated by TileRowHeight array
    116116                                                       # 1: the column and row boundaries are distributed uniformly
    117 NumTileColumnsMinus1                : 0                # Number of columns in a picture minus 1
    118 ColumnWidthArray                    : 2 3              # Array containing ColumnWidth values in units of LCU (from left to right in picture)   
    119 NumTileRowsMinus1                   : 0                # Number of rows in a picture minus 1
    120 RowHeightArray                      : 2                # Array containing RowHeight values in units of LCU (from top to bottom in picture)
     117NumTileColumnsMinus1                : 0                # Number of tile columns in a picture minus 1
     118TileColumnWidthArray                : 2 3              # Array containing tile column width values in units of CTU (from left to right in picture)   
     119NumTileRowsMinus1                   : 0                # Number of tile rows in a picture minus 1
     120TileRowHeightArray                  : 2                # Array containing tile row height values in units of CTU (from top to bottom in picture)
    121121
    122122LFCrossTileBoundaryFlag           : 1                  # In-loop filtering is across or not across tile boundary.
Note: See TracChangeset for help on using the changeset viewer.