source: SHVCSoftware/branches/SHM-dev/cfg/encoder_intra_main.cfg @ 951

Last change on this file since 951 was 951, checked in by qualcomm, 10 years ago

Some fixes for implementation of support for profile tier and level for each layer in an output layer set.
Additionally, add conformance checking such that enhancement layers of an output layer set support the same profile.

submitted by Hendry (fhendry@…)

File size: 7.2 KB
Line 
1#======== File I/O =====================
2BitstreamFile                 : str.bin
3#ReconFile                     : rec.yuv
4
5#======== Profile/Level ================
6#Profile                      : main
7NumProfileTierLevel           : 3
8#Profile for the whole bitstream
9Profile0                      : scalable-main       
10#Profile for the base layer --- this will be ignored when BL is not HEVC
11Profile1                      : main
12#Profile for the enhancement layer
13Profile2                      : scalable-main
14
15#======== Unit definition ================
16MaxCUWidth                    : 64          # Maximum coding unit width in pixel
17MaxCUHeight                   : 64          # Maximum coding unit height in pixel
18MaxPartitionDepth             : 4           # Maximum coding unit depth
19QuadtreeTULog2MaxSize         : 5           # Log2 of maximum transform size for
20                                            # quadtree-based TU coding (2...6)
21QuadtreeTULog2MinSize         : 2           # Log2 of minimum transform size for
22                                            # quadtree-based TU coding (2...6)
23QuadtreeTUMaxDepthInter       : 3
24QuadtreeTUMaxDepthIntra       : 3
25
26#======== Coding Structure =============
27#IntraPeriod                   : 1           # Period of I-Frame ( -1 = only first)
28DecodingRefreshType           : 0           # Random Accesss 0:none, 1:CDR, 2:IDR
29GOPSize                       : 1           # GOP Size (number of B slice = GOPSize-1)
30#        Type POC QPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2  temporal_id #ref_pics_active #ref_pics reference pictures
31
32#=========== Motion Search =============
33FastSearch                    : 1           # 0:Full search  1:TZ search
34SearchRange                   : 64          # (0: Search range is a Full frame)
35HadamardME                    : 1           # Use of hadamard measure for fractional ME
36FEN                           : 1           # Fast encoder decision
37FDM                           : 1           # Fast Decision for Merge RD cost
38
39#======== Quantization =============
40#QP                            : 32          # Quantization parameter(0-51)
41MaxDeltaQP                    : 0           # CU-based multi-QP optimization
42MaxCuDQPDepth                 : 0           # Max depth of a minimum CuDQP for sub-LCU-level delta QP
43DeltaQpRD                     : 0           # Slice-based multi-QP optimization
44RDOQ                          : 1           # RDOQ
45RDOQTS                        : 1           # RDOQ for transform skip
46
47#=========== Deblock Filter ============
48DeblockingFilterControlPresent: 0           # Dbl control params present (0=not present, 1=present)
49LoopFilterOffsetInPPS         : 0           # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1=constant params in PPS, param = base_param)
50LoopFilterDisable             : 0           # Disable deblocking filter (0=Filter, 1=No Filter)
51LoopFilterBetaOffset_div2     : 0           # base_param: -6 ~ 6
52LoopFilterTcOffset_div2       : 0           # base_param: -6 ~ 6
53DeblockingFilterMetric        : 0           # blockiness metric (automatically configures deblocking parameters in bitstream)
54
55#=========== Misc. ============
56#InternalBitDepth             : 8           # codec operating bit-depth
57
58#=========== Coding Tools =================
59SAO                           : 1           # Sample adaptive offset  (0: OFF, 1: ON)
60AMP                           : 1           # Asymmetric motion partitions (0: OFF, 1: ON)
61TransformSkip                 : 1           # Transform skipping (0: OFF, 1: ON)
62TransformSkipFast             : 1           # Fast Transform skipping (0: OFF, 1: ON)
63SAOLcuBoundary                : 0           # SAOLcuBoundary using non-deblocked pixels (0: OFF, 1: ON)
64
65#============ Slices ================
66SliceMode                : 0                # 0: Disable all slice options.
67                                            # 1: Enforce maximum number of LCU in an slice,
68                                            # 2: Enforce maximum number of bytes in an 'slice'
69                                            # 3: Enforce maximum number of tiles in a slice
70SliceArgument            : 1500             # Argument for 'SliceMode'.
71                                            # If SliceMode==1 it represents max. SliceGranularity-sized blocks per slice.
72                                            # If SliceMode==2 it represents max. bytes per slice.
73                                            # If SliceMode==3 it represents max. tiles per slice.
74
75LFCrossSliceBoundaryFlag : 1                # In-loop filtering, including ALF and DB, is across or not across slice boundary.
76                                            # 0:not across, 1: across
77
78#============ PCM ================
79PCMEnabledFlag                      : 0                # 0: No PCM mode
80PCMLog2MaxSize                      : 5                # Log2 of maximum PCM block size.
81PCMLog2MinSize                      : 3                # Log2 of minimum PCM block size.
82PCMInputBitDepthFlag                : 1                # 0: PCM bit-depth is internal bit-depth. 1: PCM bit-depth is input bit-depth.
83PCMFilterDisableFlag                : 0                # 0: Enable loop filtering on I_PCM samples. 1: Disable loop filtering on I_PCM samples.
84
85#============ Tiles ================
86UniformSpacingIdc                   : 0                # 0: the column boundaries are indicated by ColumnWidth array, the row boundaries are indicated by RowHeight array
87                                                       # 1: the column and row boundaries are distributed uniformly
88NumTileColumnsMinus1                : 0                # Number of columns in a picture minus 1
89ColumnWidthArray                    : 2 3              # Array containing ColumnWidth values in units of LCU (from left to right in picture)   
90NumTileRowsMinus1                   : 0                # Number of rows in a picture minus 1
91RowHeightArray                      : 2                # Array containing RowHeight values in units of LCU (from top to bottom in picture)
92
93LFCrossTileBoundaryFlag           : 1                  # In-loop filtering is across or not across tile boundary.
94                                                       # 0:not across, 1: across
95
96#============ WaveFront ================
97#WaveFrontSynchro                    : 0                # 0:  No WaveFront synchronisation (WaveFrontSubstreams must be 1 in this case).
98                                                       # >0: WaveFront synchronises with the LCU above and to the right by this many LCUs.
99
100#=========== Quantization Matrix =================
101ScalingList                   : 0                      # ScalingList 0 : off, 1 : default, 2 : file read
102ScalingListFile               : scaling_list.txt       # Scaling List file name. If file is not exist, use Default Matrix.
103
104#============ Lossless ================
105TransquantBypassEnableFlag: 0  # Value of PPS flag.
106CUTransquantBypassFlagForce: 0 # Constant lossless-value signaling per CU, if TransquantBypassEnableFlag is 1.
107
108### DO NOT ADD ANYTHING BELOW THIS LINE ###
109### DO NOT DELETE THE EMPTY LINE BELOW ###
Note: See TracBrowser for help on using the repository browser.