Ticket #429: encoder_lowdelay_main.cfg

File encoder_lowdelay_main.cfg, 10.3 KB (added by sandeepkanumuri, 12 years ago)
Line 
1#======== File I/O =====================
2BitstreamFile                 : str.bin
3ReconFile                     : rec.yuv
4
5#======== Unit definition ================
6MaxCUWidth                    : 64          # Maximum coding unit width in pixel
7MaxCUHeight                   : 64          # Maximum coding unit height in pixel
8MaxPartitionDepth             : 4           # Maximum coding unit depth
9QuadtreeTULog2MaxSize         : 5           # Log2 of maximum transform size for
10                                            # quadtree-based TU coding (2...6)
11QuadtreeTULog2MinSize         : 2           # Log2 of minimum transform size for
12                                            # quadtree-based TU coding (2...6)
13QuadtreeTUMaxDepthInter       : 3
14QuadtreeTUMaxDepthIntra       : 3
15
16#======== Coding Structure =============
17IntraPeriod                   : -1          # Period of I-Frame ( -1 = only first)
18DecodingRefreshType           : 0           # Random Accesss 0:none, 1:CDR, 2:IDR
19GOPSize                       : 4           # GOP Size (number of B slice = GOPSize-1)
20#        Type POC QPoffset QPfactor temporal_id ref_buf_size ref_pic #ref_pics reference pictures predict deltaRIdx-1 deltaRPS #ref_idcs reference idcs
21Frame1:  B    1   3        0.4624    0           4            1       4         -1 -5 -9 -13      0
22Frame2:  B    2   2        0.4624    0           4            1       4         -1 -2 -6 -10      1       0           -1       5         1 1 1 0 1
23Frame3:  B    3   3        0.4624    0           4            1       4         -1 -3 -7 -11      1       0           -1       5         0 1 1 1 1           
24Frame4:  B    4   1        0.578     0           4            1       4         -1 -4 -8 -12      1       0           -1       5         0 1 1 1 1
25ListCombination               : 1           # Use combined list for uni-prediction in B-slices
26DisableInter4x4               : 1           # Disable Inter4x4 (1: Disable Inter4x4, 0: Enable Inter4x4)
27
28#=========== Motion Search =============
29FastSearch                    : 1           # 0:Full search  1:EPZS
30SearchRange                   : 64          # (0: Search range is a Full frame)
31BipredSearchRange             : 4           # Search range for bi-prediction refinement
32HadamardME                    : 1           # Use of hadamard measure for fractional ME
33FEN                           : 1           # Fast encoder decision
34FDM                           : 1           # Fast Decision for Merge RD cost
35
36#======== Quantization =============
37QP                            : 32          # Quantization parameter(0-51)
38MaxDeltaQP                    : 0           # CU-based multi-QP optimization
39MaxCuDQPDepth                 : 0           # Max depth of a minimum CuDQP for sub-LCU-level delta QP
40DeltaQpRD                     : 0           # Slice-based multi-QP optimization
41RDOQ                          : 1           # RDOQ
42ChromaQpOffset                : 0           # ChromaQPOffset
43ChromaQpOffset2nd             : 0           # ChromaQPOffset2nd
44
45#=========== Entropy Coding ============
46#=========== Deblock Filter ============
47DeblockingFilterControlPresent: 0           # Dbl control params present (0=not present, 1=present)
48LoopFilterOffsetInAPS         : 0           # Dbl params in APS or SliceHeader (0=SliceHeader, 1=APS)
49LoopFilterDisable             : 0           # Disable deblocking filter in slice header (0=Filter, 1=No Filter)
50LoopFilterBetaOffset_div2     : 0           # Range: -13 ~ 13
51LoopFilterTcOffset_div2       : 0           # Range: -13 ~ 13
52
53#=========== Misc. ============
54InternalBitDepth              : 8           # internal bit-depth = BitDepth + BitIncrement
55
56#=========== Coding Tools =================
57MRG                           : 1           # Merge mode                      (0: OFF, 1: ON)
58SAO                           : 1           # Sample adaptive offset  (0: OFF, 1: ON)
59ALF                           : 0           # Adaptive loop filter  (0: OFF, 1: ON)
60ALFEncodePassReduction        : 0           # Reduce ALF encoding passes (0:Original 16-pass, 1: 1-pass, 2: 2-pass encoding)
61LMChroma                      : 0           # Chroma from luma intra prediction mode (0: OFF, 1: ON)
62NSQT                          : 0           # Non-square transforms (0: OFF, 1: ON)
63AMP                           : 0           # Asymmetric motion partitions (0: OFF, 1: ON)
64ALFMaxNumFilter               : 128          # ALF Max Number Filters per picture
65ALFParamInSlice               : 1           # ALF params in SliceHeader or APS (0=APS, 1=SliceHeader)
66ALFPicBasedEncode             : 0           # ALF LCU-based or picture-based encoding (0: LCU-based, 1: Picture-based)   
67SAOInterleaving               : 1           # SAO interleaving flag (0: SAO parameter in APS, 1: SAO parameter in slice data)
68
69#============ Slices ================
70SliceGranularity         : 0                # Slice granularity relative the LCU size
71SliceMode                : 0                # 0: Disable all slice options.
72                                            # 1: Enforce maximum number of LCU in an slice,
73                                            # 2: Enforce maximum number of bytes in an 'slice'
74SliceArgument            : 1500             # Argument for 'SliceMode'.
75                                            # If SliceMode==1 it represents max. SliceGranularity-sized blocks per slice.
76                                            # If SliceMode==2 it represents max. bytes per slice.
77
78LFCrossSliceBoundaryFlag : 1                # In-loop filtering, including ALF and DB, is across or not across slice boundary.
79                                            # 0:not across, 1: across
80
81EntropySliceMode         : 0                # 0: Disable all entropy slice options.
82                                            # 1: Enforce maximum number of LCU in an entropy slice,
83                                            # 2: Enforce maximum number of bins/bits in an 'entropy slice'
84EntropySliceArgument     : 180000           # Argument for 'EntropySliceMode'.
85                                            # If EntropySliceMode==1 it represents max. SliceGranularity-sized blocks per slice.
86                                            # If EntropySliceMode==2 it represents max. bins per entropy slice.
87
88#============ PCM ================
89PCMEnabledFlag                      : 0                # 0: No PCM mode
90PCMLog2MaxSize                      : 5                # Log2 of maximum PCM block size.
91PCMLog2MinSize                      : 3                # Log2 of minimum PCM block size.
92PCMInputBitDepthFlag                : 1                # 0: PCM bit-depth is internal bit-depth. 1: PCM bit-depth is input bit-depth.
93PCMFilterDisableFlag                : 0                # 0: Enable loop filtering on I_PCM samples. 1: Disable loop filtering on I_PCM samples.
94
95#============ Tiles ================
96TileInfoPresentFlag                 : 1                # 0: tiles parameters are NOT present in the PPS
97                                                       # 1: tiles parameters are present in the PPS
98UniformSpacingIdc                   : 0                # 0: the column boundaries are indicated by ColumnWidth array, the row boundaries are indicated by RowHeight array
99                                                       # 1: the column and row boundaries are distributed uniformly
100TileBoundaryIndependenceIdc         : 1                # 0: the column and row boundaries do NOT break prediction mechanisms
101                                                       # 1: the column and row boundaries break prediction mechanisms
102NumTileColumnsMinus1                : 0                # Number of columns in a picture minus 1
103ColumnWidthArray                    : 2 3              # Array containing ColumnWidth values in units of LCU (from left to right in picture)   
104NumTileRowsMinus1                   : 0                # Number of rows in a picture minus 1
105RowHeightArray                      : 2                # Array containing RowHeight values in units of LCU (from top to bottom in picture)
106
107TileLocationInSliceHeaderFlag       : 0                # If TileBoundaryIndependenceIdc==0 flag is ignored.
108                                                       # 1: Enable writing tile location information to slice header.
109                                                       # 0: Disable writing tile location information to slice header.
110TileMarkerFlag                    : 1                  # If TileBoundaryIndependenceIdc==0 flag is ignored.
111                                                       # 1: Enable writing tile markers.
112                                                       # 0: Disable writing tile markers.
113MaxTileMarkerEntryPoints          : 4                  # Maximum number of uniformly-spaced tile entry points (using tile markers).
114                                                       # Default=4. If number of tiles < MaxTileMarkerEntryPoints then all tiles have entry points.
115TileControlPresentFlag            : 1                  # 0: tiles behavior control parameters are NOT present in the PPS
116                                                       # 1: tiles behavior control parameters are present in the PPS
117LFCrossTileBoundaryFlag           : 1                  # In-loop filtering is across or not across tile boundary.
118                                                       # 0:not across, 1: across
119
120#============ WaveFront ================
121WaveFrontSynchro                    : 0                # 0:  No WaveFront synchronisation (WaveFrontSubstreams must be 1 in this case).
122                                                       # >0: WaveFront synchronises with the LCU above and to the right by this many LCUs.
123WaveFrontFlush                      : 0                # 0: No CABAC resets are performed.
124                                                       # 1: A CABAC reset is performed at the end of each LCU line.
125WaveFrontSubstreams                 : 1                # >0: This many substreams per slice (or per tile if TileBoundaryIndependenceIdc=1) will be produced.
126
127#=========== Quantization Matrix =================
128ScalingList                   : 0                      # ScalingList 0 : off, 1 : default, 2 : file read
129ScalingListFile               : scaling_list.txt       # Scaling List file name. If file is not exist, use Default Matrix.
130
131### DO NOT ADD ANYTHING BELOW THIS LINE ###
132### DO NOT DELETE THE EMPTY LINE BELOW ###