source: 3DVCSoftware/trunk/cfg/3D-HEVC/NonCTC/allintra/baseCfg_3view_AllIntra.cfg @ 1313

Last change on this file since 1313 was 1313, checked in by tech, 9 years ago

Merged 14.1-update-dev1@1312.

File size: 12.8 KB
Line 
1#======== Legend for comments =====================
2# (m) specification per layer/dimension/layerset possible
3# (c) cyclic repetition of values, if not given for all layers/dimensions/layersets. (e.g. 5 layers and 1 2 3 -> 1 2 3 1 2  )
4
5#======== File I/O =====================
6
7InputFile_0                   : newspapercc_4.yuv                             
8InputFile_1                   : newspapercc_2.yuv                               
9InputFile_2                   : newspapercc_6.yuv                             
10
11BitstreamFile                 : stream.bit                         
12
13ReconFile_0                   : rec_4.yuv                         
14ReconFile_1                   : rec_2.yuv                         
15ReconFile_2                   : rec_6.yuv                           
16
17NumberOfLayers                : 3           # Number of layers
18
19#======== VPS ============================
20ScalabilityMask               : 2           # Scalability Mask             ( 2: View Scalability, 3: View + Depth Scalability )
21DimensionIdLen                : 3           # Number of bits to store Ids,  per scalability dimension, (m)
22ViewOrderIndex                : 0 1 2       # ViewOrderIndex, per layer (m)
23LayerIdInNuh                  : 0           # Layer Id in NAL unit header, (0: no explicit signalling, otherwise per layer ) (m)
24SplittingFlag                 : 0           # Splitting Flag
25ViewId                        : 1 0 2       # ViewId, per ViewOrderIndex (m)
26
27#======== VPS / Layer sets ================
28VpsNumLayerSets               : 4            # Number of layer sets   
29LayerIdsInSet_0               : 0            # Indices in VPS of layers in layer set 0
30LayerIdsInSet_1               : 0 1          # Indices in VPS of layers in layer set 1
31LayerIdsInSet_2               : 0 2          # Indices in VPS of layers in layer set 2
32LayerIdsInSet_3               : 0 1 2        # Indices in VPS of layers in layer set 3
33
34#======== VPS / Output layer sets ================
35DefaultTargetOutputLayerIdc   : 0            # Specifies output layers of layer sets, 0: output all layers, 1: output highest layer, 2: specified by LayerIdsInDefOutputLayerSet
36
37OutputLayerSetIdx             : 1 2          # Indices of layer sets used to derive additional output layer sets
38LayerIdsInAddOutputLayerSet_0 : 1            # Indices in VPS of output layers in additional output layer set 0
39LayerIdsInAddOutputLayerSet_1 : 2            # Indices in VPS of output layers in additional output layer set 1
40
41#======== VPS / PTLI ================
42Profile                       : main main 3d-main          # Profile indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure  (m)
43Level                         : none none none             # Level   indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure  (m)
44Tier                          : main main main             # Tier    indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure  (m)
45InblFlag                      : 0    0    0                # Inbl    indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure  (m)
46
47ProfileTierLevelIdx_0         : 1                          # VpsProfileTierLevel indices of layers in output layer set 0 (m) (should be -1, when layer is not necessary)
48ProfileTierLevelIdx_1         : 1 2                        # VpsProfileTierLevel indices of layers in output layer set 1 (m) (should be -1, when layer is not necessary)
49ProfileTierLevelIdx_2         : 1 2                        # VpsProfileTierLevel indices of layers in output layer set 2 (m) (should be -1, when layer is not necessary)
50ProfileTierLevelIdx_3         : 1 2 2                      # VpsProfileTierLevel indices of layers in output layer set 3 (m) (should be -1, when layer is not necessary)
51ProfileTierLevelIdx_4         : 1 2                        # VpsProfileTierLevel indices of layers in output layer set 4 (m) (should be -1, when layer is not necessary)
52ProfileTierLevelIdx_5         : 1 2                        # VpsProfileTierLevel indices of layers in output layer set 5 (m) (should be -1, when layer is not necessary)
53
54#======== VPS / Dependencies ================
55DirectRefLayers_1             : 0           # Indices in VPS of direct reference layers
56DirectRefLayers_2             : 0           # Indices in VPS of direct reference layers
57
58DependencyTypes_1             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 6: Sample+Motion+Quadtree
59DependencyTypes_2             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 6: Sample+Motion+Quadtree
60
61#========== Camera parameters ==========
62CameraParameterFile           : cam_pars.txt  # camera parameter file
63CodedCamParsPrecision         : 5           # precision used for coding of camera parameters (in units of 2^(-x) luma samples)
64
65#======== Unit definition ================
66MaxCUWidth                    : 64          # Maximum coding unit width in pixel
67MaxCUHeight                   : 64          # Maximum coding unit height in pixel
68MaxPartitionDepth             : 4           # Maximum coding unit depth
69QuadtreeTULog2MaxSize         : 5           # Log2 of maximum transform size for
70                                            # quadtree-based TU coding (2...6)
71QuadtreeTULog2MinSize         : 2           # Log2 of minimum transform size for
72                                            # quadtree-based TU coding (2...6)
73QuadtreeTUMaxDepthInter       : 3
74QuadtreeTUMaxDepthIntra       : 3
75
76#======== Coding Structure =============
77IntraPeriod                   : 1           # Period of I-Frame ( -1 = only first)
78DecodingRefreshType           : 1           # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI
79GOPSize                       : 1           # GOP Size (number of B slice = GOPSize-1)
80Frame1    : B  1  1  0.442   0  0  0  4  0                  0                    0            0
81FrameI_l1:  I  0  0  0.442   0  0  0  0  0                  0                    0            0
82Frame1_l1 : B  1  1  0.442   0  0  0  4  0                  0                    0            0
83FrameI_l2 : I  0  0  0.442   0  0  0  0  0                  0                    0            0
84Frame1_l2 : B  1  1  0.442   0  0  0  4  0                  0                    0            0
85
86#=========== Motion Search =============
87FastSearch                    : 1           # 0:Full search  1:TZ search
88SearchRange                   : 64          # (0: Search range is a Full frame)
89BipredSearchRange             : 4           # Search range for bi-prediction refinement
90HadamardME                    : 1           # Use of hadamard measure for fractional ME
91FEN                           : 1           # Fast encoder decision
92FDM                           : 1           # Fast Decision for Merge RD cost
93
94#======== Quantization =============
95
96MaxDeltaQP                    : 0           # CU-based multi-QP optimization
97MaxCuDQPDepth                 : 0           # Max depth of a minimum CuDQP for sub-LCU-level delta QP
98DeltaQpRD                     : 0           # Slice-based multi-QP optimization
99RDOQ                          : 1           # RDOQ
100RDOQTS                        : 1           # RDOQ for transform skip
101
102#=========== Deblock Filter ============
103
104LoopFilterOffsetInPPS         : 1           # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1 (default) =constant params in PPS, param = base_param)
105LoopFilterDisable             : 0           # Disable deblocking filter (0=Filter, 1=No Filter) (mc)
106LoopFilterBetaOffset_div2     : 0           # base_param: -6 ~ 6
107LoopFilterTcOffset_div2       : 0           # base_param: -6 ~ 6
108DeblockingFilterMetric        : 0           # blockiness metric (automatically configures deblocking parameters in bitstream). Applies slice-level loop filter offsets (LoopFilterOffsetInPPS and LoopFilterDisable must be 0)
109
110#=========== Misc. ============
111InternalBitDepth              : 8           # codec operating bit-depth
112
113#=========== Coding Tools =================
114SAO                           : 1           # Sample adaptive offset  (0: OFF, 1: ON) (mc)
115AMP                           : 1           # Asymmetric motion partitions (0: OFF, 1: ON)
116TransformSkip                 : 1           # Transform skipping (0: OFF, 1: ON)
117TransformSkipFast             : 1           # Fast Transform skipping (0: OFF, 1: ON)
118SAOLcuBoundary                : 0           # SAOLcuBoundary using non-deblocked pixels (0: OFF, 1: ON)
119
120#============ Slices ================
121SliceMode                : 0                # 0: Disable all slice options.
122                                            # 1: Enforce maximum number of LCU in an slice,
123                                            # 2: Enforce maximum number of bytes in an 'slice'
124                                            # 3: Enforce maximum number of tiles in a slice
125SliceArgument            : 1500             # Argument for 'SliceMode'.
126                                            # If SliceMode==1 it represents max. SliceGranularity-sized blocks per slice.
127                                            # If SliceMode==2 it represents max. bytes per slice.
128                                            # If SliceMode==3 it represents max. tiles per slice.
129
130LFCrossSliceBoundaryFlag : 1                # In-loop filtering, including ALF and DB, is across or not across slice boundary.
131                                            # 0:not across, 1: across
132
133#============ PCM ================
134PCMEnabledFlag                      : 0                # 0: No PCM mode
135PCMLog2MaxSize                      : 5                # Log2 of maximum PCM block size.
136PCMLog2MinSize                      : 3                # Log2 of minimum PCM block size.
137PCMInputBitDepthFlag                : 1                # 0: PCM bit-depth is internal bit-depth. 1: PCM bit-depth is input bit-depth.
138PCMFilterDisableFlag                : 0                # 0: Enable loop filtering on I_PCM samples. 1: Disable loop filtering on I_PCM samples.
139
140#============ Tiles ================
141TileUniformSpacing                  : 0                # 0: the column boundaries are indicated by TileColumnWidth array, the row boundaries are indicated by TileRowHeight array
142                                                       # 1: the column and row boundaries are distributed uniformly
143NumTileColumnsMinus1                : 0                # Number of tile columns in a picture minus 1
144TileColumnWidthArray                : 2 3              # Array containing tile column width values in units of CTU (from left to right in picture)   
145NumTileRowsMinus1                   : 0                # Number of tile rows in a picture minus 1
146TileRowHeightArray                  : 2                # Array containing tile row height values in units of CTU (from top to bottom in picture)
147
148LFCrossTileBoundaryFlag           : 1                  # In-loop filtering is across or not across tile boundary.
149                                                       # 0:not across, 1: across                                                       
150
151#============ WaveFront ================
152WaveFrontSynchro                    : 0                # 0:  No WaveFront synchronisation (WaveFrontSubstreams must be 1 in this case).
153                                                       # >0: WaveFront synchronises with the LCU above and to the right by this many LCUs.
154
155#=========== Quantization Matrix =================
156ScalingList                   : 0                      # ScalingList 0 : off, 1 : default, 2 : file read
157ScalingListFile               : scaling_list.txt       # Scaling List file name. If file is not exist, use Default Matrix.
158
159#============ Lossless ================
160TransquantBypassEnableFlag: 0  # Value of PPS flag.
161CUTransquantBypassFlagForce: 0 # Constant lossless-value signaling per CU, if TransquantBypassEnableFlag is 1.
162
163#============ Rate Control ======================
164RateControl                         : 0                # Rate control: enable rate control
165TargetBitrate                       : 1000000          # Rate control: target bitrate, in bps
166KeepHierarchicalBit                 : 1                # Rate control: keep hierarchical bit allocation in rate control algorithm
167LCULevelRateControl                 : 1                # Rate control: 1: LCU level RC; 0: picture level RC
168RCLCUSeparateModel                  : 1                # Rate control: use LCU level separate R-lambda model
169InitialQP                           : 0                # Rate control: initial QP
170RCForceIntraQP                      : 0                # Rate control: force intra QP to be equal to initial QP
171
172### DO NOT ADD ANYTHING BELOW THIS LINE ###
173### DO NOT DELETE THE EMPTY LINE BELOW ###
Note: See TracBrowser for help on using the repository browser.