Ticket #664: encoder_randomaccess_vtm_RasterScanSlice.cfg

File encoder_randomaccess_vtm_RasterScanSlice.cfg, 12.6 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            : 2                # 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                  : 0                # 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          : 0                # 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                       : 0
101
102#============ Lossless ================
103TransquantBypassEnable     : 0                         # Value of PPS flag.
104CUTransquantBypassFlagForce: 0                         # Force transquant bypass mode, when transquant_bypass_enable_flag is enabled
105
106#============ Rate Control ======================
107RateControl                         : 0                # Rate control: enable rate control
108TargetBitrate                       : 1000000          # Rate control: target bitrate, in bps
109KeepHierarchicalBit                 : 2                # Rate control: 0: equal bit allocation; 1: fixed ratio bit allocation; 2: adaptive ratio bit allocation
110LCULevelRateControl                 : 1                # Rate control: 1: LCU level RC; 0: picture level RC
111RCLCUSeparateModel                  : 1                # Rate control: use LCU level separate R-lambda model
112InitialQP                           : 0                # Rate control: initial QP
113RCForceIntraQP                      : 0                # Rate control: force intra QP to be equal to initial QP
114
115#============ VTM settings ======================
116LoopFilterTcOffset_div2             : 0
117SEIDecodedPictureHash               : 0
118CbQpOffset                          : 1
119CrQpOffset                          : 1
120
121ReWriteParamSets                    : 1
122#============ NEXT ====================
123
124# General
125CTUSize                      : 128
126LCTUFast                     : 1
127
128DualITree                    : 1      # separate partitioning of luma and chroma channels for I-slices
129MinQTLumaISlice              : 8
130MinQTChromaISlice            : 4
131MinQTNonISlice               : 8
132MaxMTTHierarchyDepth         : 3
133MaxMTTHierarchyDepthISliceL  : 3
134MaxMTTHierarchyDepthISliceC  : 3
135
136MTS                          : 1
137MTSIntraMaxCand              : 3
138MTSInterMaxCand              : 4
139SBT                          : 1
140LFNST                        : 1
141ISP                          : 1
142MMVD                         : 1
143Affine                       : 1
144SubPuMvp                     : 1
145MaxNumMergeCand              : 6
146LMChroma                     : 1      # use CCLM only
147DepQuant                     : 1
148IMV                          : 1
149ALF                          : 1
150GBi                          : 1 
151GBiFast                      : 1
152BIO                          : 1 
153MHIntra                      : 1
154Triangle                     : 1
155IBC                          : 0      # turned off in CTC
156AllowDisFracMMVD             : 1
157AffineAmvr                   : 1
158LMCSEnable                   : 1      # LMCS: 0: disable, 1:enable
159LMCSSignalType               : 0      # Input signal type: 0:SDR, 1:HDR-PQ, 2:HDR-HLG
160LMCSUpdateCtrl               : 0      # LMCS model update control: 0:RA, 1:AI, 2:LDB/LDP
161MIP                          : 1
162DMVR                         : 1
163SMVD                         : 1
164
165# Fast tools
166PBIntraFast                  : 1
167ISPFast                      : 1
168FastMrg                      : 1
169AMaxBT                       : 1
170FastMIP                      : 0
171FastLFNST                    : 0
172
173# Encoder optimization tools
174AffineAmvrEncOpt             : 1
175MmvdDisNum                   : 6
176### DO NOT ADD ANYTHING BELOW THIS LINE ###
177### DO NOT DELETE THE EMPTY LINE BELOW ###
178
179
180