Changeset 1084 in 3DVCSoftware for trunk/cfg/3D-HEVC/NonCTC/allintra


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

Merged branches/HTM-12.1-dev0@1083.

Location:
trunk/cfg/3D-HEVC/NonCTC/allintra
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/cfg/3D-HEVC/NonCTC/allintra/baseCfg_2view+depth_AllIntra.cfg

    r1066 r1084  
    7777#======== Coding Structure =============
    7878IntraPeriod                   : 1           # Period of I-Frame ( -1 = only first)
    79 DecodingRefreshType           : 1           # Random Accesss 0:none, 1:CDR, 2:IDR
     79DecodingRefreshType           : 1           # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI
    8080GOPSize                       : 1           # GOP Size (number of B slice = GOPSize-1)
    8181Frame1    : B  1  1  0.442   0  0  0  4  0                  0                    0
     
    142142
    143143#============ Tiles ================
    144 UniformSpacingIdc                   : 0                # 0: the column boundaries are indicated by ColumnWidth array, the row boundaries are indicated by RowHeight array
     144TileUniformSpacing                  : 0                # 0: the column boundaries are indicated by TileColumnWidth array, the row boundaries are indicated by TileRowHeight array
    145145                                                       # 1: the column and row boundaries are distributed uniformly
    146 NumTileColumnsMinus1                : 0                # Number of columns in a picture minus 1
    147 ColumnWidthArray                    : 2 3              # Array containing ColumnWidth values in units of LCU (from left to right in picture)   
    148 NumTileRowsMinus1                   : 0                # Number of rows in a picture minus 1
    149 RowHeightArray                      : 2                # Array containing RowHeight values in units of LCU (from top to bottom in picture)
     146NumTileColumnsMinus1                : 0                # Number of tile columns in a picture minus 1
     147TileColumnWidthArray                : 2 3              # Array containing tile column width values in units of CTU (from left to right in picture)   
     148NumTileRowsMinus1                   : 0                # Number of tile rows in a picture minus 1
     149TileRowHeightArray                  : 2                # Array containing tile row height values in units of CTU (from top to bottom in picture)
    150150LFCrossTileBoundaryFlag             : 1                  # In-loop filtering is across or not across tile boundary.
    151151                                                       # 0:not across, 1: across                                                       
  • trunk/cfg/3D-HEVC/NonCTC/allintra/baseCfg_2view_AllIntra.cfg

    r1066 r1084  
    6565#======== Coding Structure =============
    6666IntraPeriod                   : 1           # Period of I-Frame ( -1 = only first)
    67 DecodingRefreshType           : 1           # Random Accesss 0:none, 1:CDR, 2:IDR
     67DecodingRefreshType           : 1           # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI
    6868GOPSize                       : 1           # GOP Size (number of B slice = GOPSize-1)
    6969Frame1    : B  1  1  0.442   0  0  0  4  0                  0                    0
     
    127127
    128128#============ Tiles ================
    129 UniformSpacingIdc                   : 0                # 0: the column boundaries are indicated by ColumnWidth array, the row boundaries are indicated by RowHeight array
     129TileUniformSpacing                  : 0                # 0: the column boundaries are indicated by TileColumnWidth array, the row boundaries are indicated by TileRowHeight array
    130130                                                       # 1: the column and row boundaries are distributed uniformly
    131 NumTileColumnsMinus1                : 0                # Number of columns in a picture minus 1
    132 ColumnWidthArray                    : 2 3              # Array containing ColumnWidth values in units of LCU (from left to right in picture)   
    133 NumTileRowsMinus1                   : 0                # Number of rows in a picture minus 1
    134 RowHeightArray                      : 2                # Array containing RowHeight values in units of LCU (from top to bottom in picture)
     131NumTileColumnsMinus1                : 0                # Number of tile columns in a picture minus 1
     132TileColumnWidthArray                : 2 3              # Array containing tile column width values in units of CTU (from left to right in picture)   
     133NumTileRowsMinus1                   : 0                # Number of tile rows in a picture minus 1
     134TileRowHeightArray                  : 2                # Array containing tile row height values in units of CTU (from top to bottom in picture)
    135135
    136136LFCrossTileBoundaryFlag           : 1                  # In-loop filtering is across or not across tile boundary.
  • trunk/cfg/3D-HEVC/NonCTC/allintra/baseCfg_3view+depth_AllIntra.cfg

    r1066 r1084  
    9191#======== Coding Structure =============
    9292IntraPeriod                   : 1           # Period of I-Frame ( -1 = only first)
    93 DecodingRefreshType           : 1           # Random Accesss 0:none, 1:CDR, 2:IDR
     93DecodingRefreshType           : 1           # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI
    9494GOPSize                       : 1           # GOP Size (number of B slice = GOPSize-1)
    9595
     
    160160
    161161#============ Tiles ================
    162 UniformSpacingIdc                   : 0                # 0: the column boundaries are indicated by ColumnWidth array, the row boundaries are indicated by RowHeight array
     162TileUniformSpacing                  : 0                # 0: the column boundaries are indicated by TileColumnWidth array, the row boundaries are indicated by TileRowHeight array
    163163                                                       # 1: the column and row boundaries are distributed uniformly
    164 NumTileColumnsMinus1                : 0                # Number of columns in a picture minus 1
    165 ColumnWidthArray                    : 2 3              # Array containing ColumnWidth values in units of LCU (from left to right in picture)   
    166 NumTileRowsMinus1                   : 0                # Number of rows in a picture minus 1
    167 RowHeightArray                      : 2                # Array containing RowHeight values in units of LCU (from top to bottom in picture)
     164NumTileColumnsMinus1                : 0                # Number of tile columns in a picture minus 1
     165TileColumnWidthArray                : 2 3              # Array containing tile column width values in units of CTU (from left to right in picture)   
     166NumTileRowsMinus1                   : 0                # Number of tile rows in a picture minus 1
     167TileRowHeightArray                  : 2                # Array containing tile row height values in units of CTU (from top to bottom in picture)
    168168LFCrossTileBoundaryFlag             : 1                  # In-loop filtering is across or not across tile boundary.
    169169                                                       # 0:not across, 1: across                                                       
  • trunk/cfg/3D-HEVC/NonCTC/allintra/baseCfg_3view_AllIntra.cfg

    r1066 r1084  
    7676#======== Coding Structure =============
    7777IntraPeriod                   : 1           # Period of I-Frame ( -1 = only first)
    78 DecodingRefreshType           : 1           # Random Accesss 0:none, 1:CDR, 2:IDR
     78DecodingRefreshType           : 1           # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI
    7979GOPSize                       : 1           # GOP Size (number of B slice = GOPSize-1)
    8080Frame1    : B  1  1  0.442   0  0  0  4  0                  0                    0
     
    139139
    140140#============ Tiles ================
    141 UniformSpacingIdc                   : 0                # 0: the column boundaries are indicated by ColumnWidth array, the row boundaries are indicated by RowHeight array
     141TileUniformSpacing                  : 0                # 0: the column boundaries are indicated by TileColumnWidth array, the row boundaries are indicated by TileRowHeight array
    142142                                                       # 1: the column and row boundaries are distributed uniformly
    143 NumTileColumnsMinus1                : 0                # Number of columns in a picture minus 1
    144 ColumnWidthArray                    : 2 3              # Array containing ColumnWidth values in units of LCU (from left to right in picture)   
    145 NumTileRowsMinus1                   : 0                # Number of rows in a picture minus 1
    146 RowHeightArray                      : 2                # Array containing RowHeight values in units of LCU (from top to bottom in picture)
     143NumTileColumnsMinus1                : 0                # Number of tile columns in a picture minus 1
     144TileColumnWidthArray                : 2 3              # Array containing tile column width values in units of CTU (from left to right in picture)   
     145NumTileRowsMinus1                   : 0                # Number of tile rows in a picture minus 1
     146TileRowHeightArray                  : 2                # Array containing tile row height values in units of CTU (from top to bottom in picture)
    147147
    148148LFCrossTileBoundaryFlag           : 1                  # In-loop filtering is across or not across tile boundary.
Note: See TracChangeset for help on using the changeset viewer.