source: 3DVCSoftware/trunk/cfg/3D-HEVC/baseCfg_3view.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: 19.0 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)
23DepthFlag                     : 0 0 0       # DepthFlag  (m)
24LayerIdInNuh                  : 0           # Layer Id in NAL unit header, (0: no explicit signalling, otherwise per layer ) (m)
25SplittingFlag                 : 0           # Splitting Flag
26ViewId                        : 1 0 2       # ViewId, per ViewOrderIndex (m)
27
28#======== VPS / Layer sets ================
29VpsNumLayerSets               : 4            # Number of layer sets   
30LayerIdsInSet_0               : 0            # Indices in VPS of layers in layer set 0
31LayerIdsInSet_1               : 0 1          # Indices in VPS of layers in layer set 1
32LayerIdsInSet_2               : 0 2          # Indices in VPS of layers in layer set 2
33LayerIdsInSet_3               : 0 1 2        # Indices in VPS of layers in layer set 3
34
35#======== VPS / Output layer sets ================
36DefaultTargetOutputLayerIdc   : 0            # Specifies output layers of layer sets, 0: output all layers, 1: output highest layer, 2: specified by LayerIdsInDefOutputLayerSet
37
38OutputLayerSetIdx             : 1 2          # Indices of layer sets used to derive additional output layer sets
39LayerIdsInAddOutputLayerSet_0 : 1            # Indices in VPS of output layers in additional output layer set 0
40LayerIdsInAddOutputLayerSet_1 : 2            # Indices in VPS of output layers in additional output layer set 1
41
42#======== VPS / PTLI ================
43Profile                       : main main 3d-main          # Profile indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure  (m)
44Level                         : none none none             # Level   indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure  (m)
45Tier                          : main main main             # Tier    indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure  (m)
46InblFlag                      : 0    0    0                # Inbl    indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure  (m)
47
48ProfileTierLevelIdx_0         : 1                          # VpsProfileTierLevel indices of layers in output layer set 0 (m) (should be -1, when layer is not necessary)
49ProfileTierLevelIdx_1         : 1 2                        # VpsProfileTierLevel indices of layers in output layer set 1 (m) (should be -1, when layer is not necessary)
50ProfileTierLevelIdx_2         : 1 2                        # VpsProfileTierLevel indices of layers in output layer set 2 (m) (should be -1, when layer is not necessary)
51ProfileTierLevelIdx_3         : 1 2 2                      # VpsProfileTierLevel indices of layers in output layer set 3 (m) (should be -1, when layer is not necessary)
52ProfileTierLevelIdx_4         : 1 2                        # VpsProfileTierLevel indices of layers in output layer set 4 (m) (should be -1, when layer is not necessary)
53ProfileTierLevelIdx_5         : 1 2                        # VpsProfileTierLevel indices of layers in output layer set 5 (m) (should be -1, when layer is not necessary)
54
55#======== VPS / Dependencies ================
56DirectRefLayers_1             : 0           # Indices in VPS of direct reference layers
57DirectRefLayers_2             : 0           # Indices in VPS of direct reference layers
58
59DependencyTypes_1             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 6: Sample+Motion+Quadtree
60DependencyTypes_2             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion 6: Sample+Motion+Quadtree
61
62#========== Camera parameters ==========
63CameraParameterFile           : cam_pars.txt  # camera parameter file
64CodedCamParsPrecision         : 5           # precision used for coding of camera parameters (in units of 2^(-x) luma samples)
65
66#======== Unit definition ================
67MaxCUWidth                    : 64          # Maximum coding unit width in pixel
68MaxCUHeight                   : 64          # Maximum coding unit height in pixel
69MaxPartitionDepth             : 4           # Maximum coding unit depth
70QuadtreeTULog2MaxSize         : 5           # Log2 of maximum transform size for
71                                            # quadtree-based TU coding (2...6)
72QuadtreeTULog2MinSize         : 2           # Log2 of minimum transform size for
73                                            # quadtree-based TU coding (2...6)
74QuadtreeTUMaxDepthInter       : 3
75QuadtreeTUMaxDepthIntra       : 3
76
77#======== Coding Structure =============
78IntraPeriod                   : 24          # Period of I-Frame ( -1 = only first)
79DecodingRefreshType           : 1           # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI
80GOPSize                       : 8           # GOP Size (number of B slice = GOPSize-1)
81
82#                           QPfactor      betaOffsetDiv2   #ref_pics_active  reference pictures     deltaRPS     reference idcs          ilPredLayerIdc       refLayerPicPosIl_L1
83#         Type  POC QPoffset     tcOffsetDiv2      temporal_id      #ref_pics                 predict     #ref_idcs        #ActiveRefLayerPics     refLayerPicPosIl_L0      interCompPred
84                                                                                                                                                                               
85Frame1:     B    8     1     0.442    0        0        0        4      4     -8 -10 -12 -16     0                                 0                                            0
86Frame2:     B    4     2     0.3536   0        0        0        2      3     -4 -6  4           1     4     5     1 1 0 0 1       0                                            0
87Frame3:     B    2     3     0.3536   0        0        0        2      4     -2 -4  2 6         1     2     4     1 1 1 1         0                                            0
88Frame4:     B    1     4     0.68     0        0        0        2      4     -1  1  3 7         1     1     5     1 0 1 1 1       0                                            0
89Frame5:     B    3     4     0.68     0        0        0        2      4     -1 -3  1 5         1    -2     5     1 1 1 1 0       0                                            0       
90Frame6:     B    6     3     0.3536   0        0        0        2      4     -2 -4 -6 2         1    -3     5     1 1 1 1 0       0                                            0
91Frame7:     B    5     4     0.68     0        0        0        2      4     -1 -5  1 3         1     1     5     1 0 1 1 1       0                                            0
92Frame8:     B    7     4     0.68     0        0        0        2      4     -1 -3 -7 1         1    -2     5     1 1 1 1 0       0                                            0
93                                                                                                                                                                                       
94FrameI_l1:  P    0     3     0.442    0        0        0        1      0                        0                                  1          0         0          -1          0       
95Frame1_l1:  B    8     4     0.442    0        0        0        4      4     -8 -10 -12 -16     0                                  1          0         1          -1          0       
96Frame2_l1:  B    4     5     0.3536   0        0        0        3      3     -4 -6  4           1       4    5     1 1 0 0 1       1          0         1          -1          0       
97Frame3_l1:  B    2     6     0.3536   0        0        0        3      4     -2 -4  2 6         1       2    4     1 1 1 1         1          0         1          -1          0       
98Frame4_l1:  B    1     7     0.68     0        0        0        3      4     -1  1  3 7         1       1    5     1 0 1 1 1       1          0         1          -1          0       
99Frame5_l1:  B    3     7     0.68     0        0        0        3      4     -1 -3  1 5         1      -2    5     1 1 1 1 0       1          0         2          -1          0       
100Frame6_l1:  B    6     6     0.3536   0        0        0        3      4     -2 -4 -6 2         1      -3    5     1 1 1 1 0       1          0         2          -1          0       
101Frame7_l1:  B    5     7     0.68     0        0        0        3      4     -1 -5  1 3         1       1    5     1 0 1 1 1       1          0         2          -1          0
102Frame8_l1:  B    7     7     0.68     0        0        0        3      4     -1 -3 -7 1         1      -2    5     1 1 1 1 0       1          0         2          -1          0
103                                                                                                                                                                               
104FrameI_l2:  P    0     3     0.442    0        0        0        1      0                        0                                  1          0         0          -1          0
105Frame1_l2:  B    8     4     0.442    0        0        0        4      4     -8 -10 -12 -16     0                                  1          0         1          -1          0
106Frame2_l2:  B    4     5     0.3536   0        0        0        3      3     -4 -6  4           1       4    5     1 1 0 0 1       1          0         1          -1          0
107Frame3_l2:  B    2     6     0.3536   0        0        0        3      4     -2 -4  2 6         1       2    4     1 1 1 1         1          0         1          -1          0
108Frame4_l2:  B    1     7     0.68     0        0        0        3      4     -1  1  3 7         1       1    5     1 0 1 1 1       1          0         1          -1          0
109Frame5_l2:  B    3     7     0.68     0        0        0        3      4     -1 -3  1 5         1      -2    5     1 1 1 1 0       1          0         2          -1          0
110Frame6_l2:  B    6     6     0.3536   0        0        0        3      4     -2 -4 -6 2         1      -3    5     1 1 1 1 0       1          0         2          -1          0
111Frame7_l2:  B    5     7     0.68     0        0        0        3      4     -1 -5  1 3         1       1    5     1 0 1 1 1       1          0         2          -1          0
112Frame8_l2:  B    7     7     0.68     0        0        0        3      4     -1 -3 -7 1         1      -2    5     1 1 1 1 0       1          0         2          -1          0
113
114#=========== Motion Search =============
115FastSearch                    : 1           # 0:Full search  1:TZ search
116SearchRange                   : 64          # (0: Search range is a Full frame)
117BipredSearchRange             : 4           # Search range for bi-prediction refinement
118HadamardME                    : 1           # Use of hadamard measure for fractional ME
119FEN                           : 1           # Fast encoder decision
120FDM                           : 1           # Fast Decision for Merge RD cost
121
122#======== Quantization =============
123
124MaxDeltaQP                    : 0           # CU-based multi-QP optimization
125MaxCuDQPDepth                 : 0           # Max depth of a minimum CuDQP for sub-LCU-level delta QP
126DeltaQpRD                     : 0           # Slice-based multi-QP optimization
127RDOQ                          : 1           # RDOQ
128RDOQTS                        : 1           # RDOQ for transform skip
129
130#=========== Deblock Filter ============
131
132LoopFilterOffsetInPPS         : 1           # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1 (default) =constant params in PPS, param = base_param)
133LoopFilterDisable             : 0           # Disable deblocking filter (0=Filter, 1=No Filter) (mc)
134LoopFilterBetaOffset_div2     : 0           # base_param: -6 ~ 6
135LoopFilterTcOffset_div2       : 0           # base_param: -6 ~ 6
136DeblockingFilterMetric        : 0           # blockiness metric (automatically configures deblocking parameters in bitstream). Applies slice-level loop filter offsets (LoopFilterOffsetInPPS and LoopFilterDisable must be 0)
137
138#=========== Misc. ============
139InternalBitDepth              : 8           # codec operating bit-depth
140
141#=========== Coding Tools =================
142SAO                           : 1           # Sample adaptive offset  (0: OFF, 1: ON) (mc)
143AMP                           : 1           # Asymmetric motion partitions (0: OFF, 1: ON)
144TransformSkip                 : 1           # Transform skipping (0: OFF, 1: ON)
145TransformSkipFast             : 1           # Fast Transform skipping (0: OFF, 1: ON)
146SAOLcuBoundary                : 0           # SAOLcuBoundary using non-deblocked pixels (0: OFF, 1: ON)
147
148#============ Slices ================
149SliceMode                : 0                # 0: Disable all slice options.
150                                            # 1: Enforce maximum number of LCU in an slice,
151                                            # 2: Enforce maximum number of bytes in an 'slice'
152                                            # 3: Enforce maximum number of tiles in a slice
153SliceArgument            : 1500             # Argument for 'SliceMode'.
154                                            # If SliceMode==1 it represents max. SliceGranularity-sized blocks per slice.
155                                            # If SliceMode==2 it represents max. bytes per slice.
156                                            # If SliceMode==3 it represents max. tiles per slice.
157
158LFCrossSliceBoundaryFlag : 1                # In-loop filtering, including ALF and DB, is across or not across slice boundary.
159                                            # 0:not across, 1: across
160
161#============ PCM ================
162PCMEnabledFlag                      : 0                # 0: No PCM mode
163PCMLog2MaxSize                      : 5                # Log2 of maximum PCM block size.
164PCMLog2MinSize                      : 3                # Log2 of minimum PCM block size.
165PCMInputBitDepthFlag                : 1                # 0: PCM bit-depth is internal bit-depth. 1: PCM bit-depth is input bit-depth.
166PCMFilterDisableFlag                : 0                # 0: Enable loop filtering on I_PCM samples. 1: Disable loop filtering on I_PCM samples.
167
168#============ Tiles ================
169TileUniformSpacing                  : 0                # 0: the column boundaries are indicated by TileColumnWidth array, the row boundaries are indicated by TileRowHeight array
170                                                       # 1: the column and row boundaries are distributed uniformly
171NumTileColumnsMinus1                : 0                # Number of tile columns in a picture minus 1
172TileColumnWidthArray                : 2 3              # Array containing tile column width values in units of CTU (from left to right in picture)   
173NumTileRowsMinus1                   : 0                # Number of tile rows in a picture minus 1
174TileRowHeightArray                  : 2                # Array containing tile row height values in units of CTU (from top to bottom in picture)
175
176LFCrossTileBoundaryFlag           : 1                  # In-loop filtering is across or not across tile boundary.
177                                                       # 0:not across, 1: across                                                       
178
179#============ WaveFront ================
180WaveFrontSynchro                    : 0                # 0:  No WaveFront synchronisation (WaveFrontSubstreams must be 1 in this case).
181                                                       # >0: WaveFront synchronises with the LCU above and to the right by this many LCUs.
182
183#=========== Quantization Matrix =================
184ScalingList                   : 0                      # ScalingList 0 : off, 1 : default, 2 : file read
185ScalingListFile               : scaling_list.txt       # Scaling List file name. If file is not exist, use Default Matrix.
186
187#============ Lossless ================
188TransquantBypassEnableFlag: 0  # Value of PPS flag.
189CUTransquantBypassFlagForce: 0 # Constant lossless-value signaling per CU, if TransquantBypassEnableFlag is 1.
190
191#============ Rate Control ======================
192RateControl                         : 0                # Rate control: enable rate control
193TargetBitrate                       : 1000000          # Rate control: target bitrate, in bps
194KeepHierarchicalBit                 : 1                # Rate control: keep hierarchical bit allocation in rate control algorithm
195LCULevelRateControl                 : 1                # Rate control: 1: LCU level RC; 0: picture level RC
196RCLCUSeparateModel                  : 1                # Rate control: use LCU level separate R-lambda model
197InitialQP                           : 0                # Rate control: initial QP
198RCForceIntraQP                      : 0                # Rate control: force intra QP to be equal to initial QP
199
200#========== multiview coding tools ==========
201IvMvPredFlag                        : 1                # Inter-view motion prediction
202IvResPredFlag                       : 1                # Advanced inter-view residual prediction (0:off, 1:on)
203IlluCompEnable                      : 1                # Enable Illumination compensation ( 0: off, 1: on )   (v/d)
204IlluCompLowLatencyEnc               : 0                # Enable low-latency Illumination compensation encoding( 0: off, 1: on )
205ViewSynthesisPredFlag               : 1                # View synthesis prediction
206DepthRefinementFlag                 : 0                # Disparity refined by depth DoNBDV
207IvMvScalingFlag                     : 1                # Interview motion vector scaling
208Log2SubPbSizeMinus3                 : 0                # Log2 of sub-PU size minus 3 for IvMvPred (0 ... 3) and smaller than or equal to log2(maxCUSize)-3
209Log2MpiSubPbSizeMinus3              : 0                # Log2 of sub-PU size minus 3 for MPI (0 ... 3) and smaller than or equal to log2(maxCUSize)-3
210DepthBasedBlkPartFlag               : 0                # Depth-based Block Partitioning
211
212WarnUnknowParameter           : 1
213
214### DO NOT ADD ANYTHING BELOW THIS LINE ###
215### DO NOT DELETE THE EMPTY LINE BELOW ###
Note: See TracBrowser for help on using the repository browser.