Changeset 1084 in 3DVCSoftware for trunk/cfg/3D-HEVC/NonCTC/allintra/baseCfg_3view+depth_AllIntra.cfg
- Timestamp:
- 24 Oct 2014, 11:44:58 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cfg/3D-HEVC/NonCTC/allintra/baseCfg_3view+depth_AllIntra.cfg
r1066 r1084 91 91 #======== Coding Structure ============= 92 92 IntraPeriod : 1 # Period of I-Frame ( -1 = only first) 93 DecodingRefreshType : 1 # Random Accesss 0:none, 1:C DR, 2:IDR93 DecodingRefreshType : 1 # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI 94 94 GOPSize : 1 # GOP Size (number of B slice = GOPSize-1) 95 95 … … 160 160 161 161 #============ Tiles ================ 162 UniformSpacingIdc : 0 # 0: the column boundaries are indicated by ColumnWidth array, the row boundaries are indicated byRowHeight array162 TileUniformSpacing : 0 # 0: the column boundaries are indicated by TileColumnWidth array, the row boundaries are indicated by TileRowHeight array 163 163 # 1: the column and row boundaries are distributed uniformly 164 NumTileColumnsMinus1 : 0 # Number of columns in a picture minus 1165 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 1167 RowHeightArray : 2 # Array containing RowHeight values in units of LCU (from top to bottom in picture)164 NumTileColumnsMinus1 : 0 # Number of tile columns in a picture minus 1 165 TileColumnWidthArray : 2 3 # Array containing tile column width values in units of CTU (from left to right in picture) 166 NumTileRowsMinus1 : 0 # Number of tile rows in a picture minus 1 167 TileRowHeightArray : 2 # Array containing tile row height values in units of CTU (from top to bottom in picture) 168 168 LFCrossTileBoundaryFlag : 1 # In-loop filtering is across or not across tile boundary. 169 169 # 0:not across, 1: across
Note: See TracChangeset for help on using the changeset viewer.