Ticket #664: encoder_randomaccess_vtm_SingleTilePerSlice.cfg

File encoder_randomaccess_vtm_SingleTilePerSlice.cfg, 12.7 KB (added by Weijia, 4 years ago)
Line 
1#======== File I/O =====================
2BitstreamFile                 : str.bin
3ReconFile                     : rec.yuv
4
5#======== Profile ================
6Profile                       : next
7
8#======== Unit definition ================
9MaxCUWidth                    : 64          # Maximum coding unit width in pixel
10MaxCUHeight                   : 64          # Maximum coding unit height in pixel
11MaxPartitionDepth             : 4           # Maximum coding unit depth
12
13#======== Coding Structure =============
14IntraPeriod                   : 32          # Period of I-Frame ( -1 = only first)
15DecodingRefreshType           : 1           # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI
16GOPSize                       : 16          # GOP Size (number of B slice = GOPSize-1)
17
18IntraQPOffset                 : -3
19LambdaFromQpEnable            : 1           # see JCTVC-X0038 for suitable parameters for IntraQPOffset, QPoffset, QPOffsetModelOff, QPOffsetModelScale when enabled
20#        Type POC QPoffset QPOffsetModelOff QPOffsetModelScale CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active_L0 #ref_pics_L0   reference_pictures_L0 #ref_pics_active_L1 #ref_pics_L1   reference_pictures_L1
21Frame1:   B   16   1        0.0                      0.0            0          0          1.0      0            0              0             2                3          16 32 24                    2                2           16 32
22Frame2:   B    8   1       -4.8848                   0.2061         0          0          1.0      0            0              1             2                2          8 16                        2                2           -8 8
23Frame3:   B    4   4       -5.7476                   0.2286         0          0          1.0      0            0              2             2                2          4 12                        2                2           -4 -12
24Frame4:   B    2   5       -5.90                     0.2333         0          0          1.0      0            0              3             2                2          2 10                        2                3           -2 -6 -14
25Frame5:   B    1   6       -7.1444                   0.3            0          0          1.0      0            0              4             2                2          1 -1                        2                4           -1 -3 -7 -15
26Frame6:   B    3   6       -7.1444                   0.3            0          0          1.0      0            0              4             2                2          1 3                         2                3           -1 -5 -13
27Frame7:   B    6   5       -5.90                     0.2333         0          0          1.0      0            0              3             2                2          2 6                         2                2           -2 -10
28Frame8:   B    5   6       -7.1444                   0.3            0          0          1.0      0            0              4             2                2          1 5                         2                3           -1 -3 -11
29Frame9:   B    7   6       -7.1444                   0.3            0          0          1.0      0            0              4             2                3          1 3 7                       2                2           -1 -9
30Frame10:  B   12   4       -5.7476                   0.2286         0          0          1.0      0            0              2             2                2          4 12                        2                2           -4 4
31Frame11:  B   10   5       -5.90                     0.2333         0          0          1.0      0            0              3             2                2          2 10                        2                2           -2 -6
32Frame12:  B    9   6       -7.1444                   0.3            0          0          1.0      0            0              4             2                2          1 9                         2                3           -1 -3 -7
33Frame13:  B   11   6       -7.1444                   0.3            0          0          1.0      0            0              4             2                3          1 3 11                      2                2           -1 -5
34Frame14:  B   14   5       -5.90                     0.2333         0          0          1.0      0            0              3             2                3          2 6 14                      2                2           -2 2
35Frame15:  B   13   6       -7.1444                   0.3            0          0          1.0      0            0              4             2                3          1 5 13                      2                2           -1 -3
36Frame16:  B   15   6       -7.1444                   0.3            0          0          1.0      0            0              4             2                4          1 3 7 15                    2                2           -1 1
37
38#=========== Motion Search =============
39FastSearch                    : 1           # 0:Full search  1:TZ search
40SearchRange                   : 384         # (0: Search range is a Full frame)
41ASR                           : 1           # Adaptive motion search range
42MinSearchWindow               : 96          # Minimum motion search window size for the adaptive window ME
43BipredSearchRange             : 4           # Search range for bi-prediction refinement
44HadamardME                    : 1           # Use of hadamard measure for fractional ME
45FEN                           : 1           # Fast encoder decision
46FDM                           : 1           # Fast Decision for Merge RD cost
47
48#======== Quantization =============
49QP                            : 32          # Quantization parameter(0-51)
50MaxDeltaQP                    : 0           # CU-based multi-QP optimization
51MaxCuDQPSubdiv                : 0           # Maximum subdiv for CU luma Qp adjustment
52DeltaQpRD                     : 0           # Slice-based multi-QP optimization
53RDOQ                          : 1           # RDOQ
54RDOQTS                        : 1           # RDOQ for transform skip
55
56#=========== Deblock Filter ============
57LoopFilterOffsetInPPS         : 1           # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1 (default) =constant params in PPS, param = base_param)
58LoopFilterDisable             : 0           # Disable deblocking filter (0=Filter, 1=No Filter)
59LoopFilterBetaOffset_div2     : 0           # base_param: -6 ~ 6
60LoopFilterTcOffset_div2       : 0           # base_param: -6 ~ 6
61DeblockingFilterMetric        : 0           # blockiness metric (automatically configures deblocking parameters in bitstream). Applies slice-level loop filter offsets (LoopFilterOffsetInPPS and LoopFilterDisable must be 0)
62
63#=========== Misc. ============
64InternalBitDepth              : 10          # codec operating bit-depth
65
66#=========== Coding Tools =================
67SAO                           : 1           # Sample adaptive offset  (0: OFF, 1: ON)
68TransformSkip                 : 1           # Transform skipping (0: OFF, 1: ON)
69TransformSkipFast             : 1           # Fast Transform skipping (0: OFF, 1: ON)
70TransformSkipLog2MaxSize      : 5
71SAOLcuBoundary                : 0           # SAOLcuBoundary using non-deblocked pixels (0: OFF, 1: ON)
72
73#============ Slices ================
74SliceMode                : 3                # 0: Disable all slice options.
75                                            # 1: Enforce maximum number of LCU in an slice,
76                                            # 2: Enforce maximum number of bytes in an 'slice'
77                                            # 3: Enforce maximum number of tiles in a slice
78SliceArgument            : 1                # Argument for 'SliceMode'.
79                                            # If SliceMode==1 it represents max. SliceGranularity-sized blocks per slice.
80                                            # If SliceMode==2 it represents max. bytes per slice.
81                                            # If SliceMode==3 it represents max. tiles per slice.
82
83LFCrossSliceBoundaryFlag : 1                # In-loop filtering, including ALF and DB, is across or not across slice boundary.
84                                            # 0:not across, 1: across
85
86#============ Tiles ================
87TileUniformSpacing                  : 1                # 0: the column boundaries are indicated by TileColumnWidth array, the row boundaries are indicated by TileRowHeight array
88                                                       # 1: the column and row boundaries are distributed uniformly
89UniformTileColsWidthMinus1          : 1                # Width to use if TileUniformSpacing is equal to 1
90UniformTileRowHeightMinus1          : 0                # Height to use if TileUniformSpacing is equal to 1
91
92NumTileColumnsMinus1                : 1                # Number of tile columns in a picture minus 1
93TileColumnWidthArray                : 2                # Array containing tile column width values in units of CTU (from left to right in picture)   
94NumTileRowsMinus1                   : 1                # Number of tile rows in a picture minus 1
95TileRowHeightArray                  : 1                # Array containing tile row height values in units of CTU (from top to bottom in picture)
96
97LFCrossTileBoundaryFlag             : 0                # In-loop filtering is across or not across tile boundary.
98                                                       # 0:not across, 1: across
99                                                       
100RectSliceFlag                       : 1                                                     
101NumRectSlicesInPicMinus1            : 3 
102RectSlicesBoundaryArray             : 0 0 1 1 2 2 3 3
103
104#============ Lossless ================
105TransquantBypassEnable     : 0                         # Value of PPS flag.
106CUTransquantBypassFlagForce: 0                         # Force transquant bypass mode, when transquant_bypass_enable_flag is enabled
107
108#============ Rate Control ======================
109RateControl                         : 0                # Rate control: enable rate control
110TargetBitrate                       : 1000000          # Rate control: target bitrate, in bps
111KeepHierarchicalBit                 : 2                # Rate control: 0: equal bit allocation; 1: fixed ratio bit allocation; 2: adaptive ratio bit allocation
112LCULevelRateControl                 : 1                # Rate control: 1: LCU level RC; 0: picture level RC
113RCLCUSeparateModel                  : 1                # Rate control: use LCU level separate R-lambda model
114InitialQP                           : 0                # Rate control: initial QP
115RCForceIntraQP                      : 0                # Rate control: force intra QP to be equal to initial QP
116
117#============ VTM settings ======================
118LoopFilterTcOffset_div2             : 0
119SEIDecodedPictureHash               : 0
120CbQpOffset                          : 1
121CrQpOffset                          : 1
122
123ReWriteParamSets                    : 1
124#============ NEXT ====================
125
126# General
127CTUSize                      : 128
128LCTUFast                     : 1
129
130DualITree                    : 1      # separate partitioning of luma and chroma channels for I-slices
131MinQTLumaISlice              : 8
132MinQTChromaISlice            : 4
133MinQTNonISlice               : 8
134MaxMTTHierarchyDepth         : 3
135MaxMTTHierarchyDepthISliceL  : 3
136MaxMTTHierarchyDepthISliceC  : 3
137
138MTS                          : 1
139MTSIntraMaxCand              : 3
140MTSInterMaxCand              : 4
141SBT                          : 1
142LFNST                        : 1
143ISP                          : 1
144MMVD                         : 1
145Affine                       : 1
146SubPuMvp                     : 1
147MaxNumMergeCand              : 6
148LMChroma                     : 1      # use CCLM only
149DepQuant                     : 1
150IMV                          : 1
151ALF                          : 1
152GBi                          : 1 
153GBiFast                      : 1
154BIO                          : 1 
155MHIntra                      : 1
156Triangle                     : 1
157IBC                          : 0      # turned off in CTC
158AllowDisFracMMVD             : 1
159AffineAmvr                   : 1
160LMCSEnable                   : 1      # LMCS: 0: disable, 1:enable
161LMCSSignalType               : 0      # Input signal type: 0:SDR, 1:HDR-PQ, 2:HDR-HLG
162LMCSUpdateCtrl               : 0      # LMCS model update control: 0:RA, 1:AI, 2:LDB/LDP
163MIP                          : 1
164DMVR                         : 1
165SMVD                         : 1
166
167# Fast tools
168PBIntraFast                  : 1
169ISPFast                      : 1
170FastMrg                      : 1
171AMaxBT                       : 1
172FastMIP                      : 0
173FastLFNST                    : 0
174
175# Encoder optimization tools
176AffineAmvrEncOpt             : 1
177MmvdDisNum                   : 6
178### DO NOT ADD ANYTHING BELOW THIS LINE ###
179### DO NOT DELETE THE EMPTY LINE BELOW ###
180
181
182