Changeset 1412 in 3DVCSoftware for branches/HTM-16.2-dev/cfg/HM/encoder_intra_high_throughput_rext.cfg
- Timestamp:
- 12 Apr 2018, 11:12:21 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.2-dev/cfg/HM/encoder_intra_high_throughput_rext.cfg
r1386 r1412 21 21 #======== Coding Structure ============= 22 22 IntraPeriod : 1 # Period of I-Frame ( -1 = only first) 23 DecodingRefreshType : 0 # Random Accesss 0:none, 1:CDR, 2:IDR23 DecodingRefreshType : 1 # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI 24 24 GOPSize : 1 # GOP Size (number of B slice = GOPSize-1) 25 ReWriteParamSetsFlag : 1 # Write parameter sets with every IRAP 25 26 # Type POC QPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures 26 27 … … 78 79 79 80 #============ Tiles ================ 80 UniformSpacingIdc : 0 # 0: the column boundaries are indicated by ColumnWidth array, the row boundaries are indicated byRowHeight array81 TileUniformSpacing : 0 # 0: the column boundaries are indicated by TileColumnWidth array, the row boundaries are indicated by TileRowHeight array 81 82 # 1: the column and row boundaries are distributed uniformly 82 NumTileColumnsMinus1 : 0 # Number of columns in a picture minus 183 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 185 RowHeightArray : 2 # Array containing RowHeight values in units of LCU (from top to bottom in picture)83 NumTileColumnsMinus1 : 0 # Number of tile columns in a picture minus 1 84 TileColumnWidthArray : 2 3 # Array containing tile column width values in units of CTU (from left to right in picture) 85 NumTileRowsMinus1 : 0 # Number of tile rows in a picture minus 1 86 TileRowHeightArray : 2 # Array containing tile row height values in units of CTU (from top to bottom in picture) 86 87 87 88 LFCrossTileBoundaryFlag : 1 # In-loop filtering is across or not across tile boundary. … … 97 98 98 99 #============ Lossless ================ 99 TransquantBypassEnable Flag: 0 # Value of PPS flag.100 TransquantBypassEnable : 0 # Value of PPS flag. 100 101 CUTransquantBypassFlagForce: 0 # Force transquant bypass mode, when transquant_bypass_enable_flag is enabled 101 102
Note: See TracChangeset for help on using the changeset viewer.