source: 3DVCSoftware/trunk/cfg/3D-HEVC/baseCfg_3view+depth.cfg @ 950

Last change on this file since 950 was 950, checked in by tech, 10 years ago

Merged 10.2-dev0@949.

File size: 23.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_4_depth.yuv                               
9InputFile_2                   : newspapercc_2.yuv                             
10InputFile_3                   : newspapercc_2_depth.yuv                             
11InputFile_4                   : newspapercc_6.yuv                               
12InputFile_5                   : newspapercc_6_depth.yuv                             
13
14BitstreamFile                 : stream.bit                         
15
16ReconFile_0                   : rec_4.yuv                         
17ReconFile_1                   : rec_4_depth.yuv                         
18ReconFile_2                   : rec_2.yuv                           
19ReconFile_3                   : rec_2_depth.yuv                         
20ReconFile_4                   : rec_6.yuv                         
21ReconFile_5                   : rec_6_depth.yuv                           
22
23NumberOfLayers                : 6
24
25#======== VPS ============================
26ScalabilityMask               : 3           # Scalability Mask             ( 2: View Scalability, 3: View + Depth Scalability )
27DimensionIdLen                : 1 2         # Number of bits to store Ids,  per scalability dimension, (m)
28ViewOrderIndex                : 0 0 1 1 2 2 # ViewOrderIndex (m)
29DepthFlag                     : 0 1 0 1 0 1 # DepthFlag  (m)
30LayerIdInNuh                  : 0           # Layer Id in NAL unit header, (0: no explicit signalling ) (m)
31SplittingFlag                 : 0           # Splitting Flag
32ViewId                        : 1 0 2       # ViewId per ViewOrderIndex (m)
33
34#======== VPS/ Layer sets ================
35VpsNumLayerSets               : 5           # Number of layer sets   
36LayerIdsInSet_0               : 0           # Indices in VPS of layers in layer set 0
37LayerIdsInSet_1               : 0 1         # Indices in VPS of layers in layer set 1
38LayerIdsInSet_2               : 0 1 2 3     # Indices in VPS of layers in layer set 2
39LayerIdsInSet_3               : 0 1 4 5     # Indices in VPS of layers in layer set 3
40LayerIdsInSet_4               : 0 1 2 3 4 5 # Indices in VPS of layers in layer set 4
41
42DefaultTargetOutputLayerIdc   : 0            # Specifies output layers of layer sets, 0: output all layers, 1: output highest layer, 2: specified by LayerIdsInDefOutputLayerSet
43OutputLayerSetIdx             : 2 3          # Indices of layer sets used to derive additional output layer sets
44LayerIdsInAddOutputLayerSet_0 : 2 3          # Indices in VPS of output layers in additional output layer set 0
45LayerIdsInAddOutputLayerSet_1 : 4 5          # Indices in VPS of output layers in additional output layer set 1
46
47ProfileLevelTierIdx           : 0 0 0 0 0 0 0 0 # Indices to profile level tier (TBD)
48
49#======== VPS / Dependencies ================
50DirectRefLayers_1             :             # Indices in VPS of direct reference layers
51DirectRefLayers_2             : 0           # Indices in VPS of direct reference layers
52DirectRefLayers_3             : 1           # Indices in VPS of direct reference layers
53DirectRefLayers_4             : 0           # Indices in VPS of direct reference layers
54DirectRefLayers_5             : 1           # Indices in VPS of direct reference layers
55
56DependencyTypes_1             :             # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
57DependencyTypes_2             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
58DependencyTypes_3             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
59DependencyTypes_4             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
60DependencyTypes_5             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
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:CDR, 2:IDR
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   
84Frame1:     B    8     1        0.442    0            0              0           4                4         -8 -10 -12 -16     0                                          0
85Frame2:     B    4     2        0.3536   0            0              0           2                3         -4 -6  4           1       4        5         1 1 0 0 1       0
86Frame3:     B    2     3        0.3536   0            0              0           2                4         -2 -4  2 6         1       2        4         1 1 1 1         0
87Frame4:     B    1     4        0.68     0            0              0           2                4         -1  1  3 7         1       1        5         1 0 1 1 1       0
88Frame5:     B    3     4        0.68     0            0              0           2                4         -1 -3  1 5         1      -2        5         1 1 1 1 0       0
89Frame6:     B    6     3        0.3536   0            0              0           2                4         -2 -4 -6 2         1      -3        5         1 1 1 1 0       0
90Frame7:     B    5     4        0.68     0            0              0           2                4         -1 -5  1 3         1       1        5         1 0 1 1 1       0
91Frame8:     B    7     4        0.68     0            0              0           2                4         -1 -3 -7 1         1      -2        5         1 1 1 1 0       0
92   
93FrameI_l1:  I    0     0        0.442    0            0              0           0                0                            0                                          0             
94Frame1_l1:  B    8     1        0.442    0            0              0           4                4         -8 -10 -12 -16     0                                          0             
95Frame2_l1:  B    4     2        0.3536   0            0              0           2                3         -4 -6  4           1       4        5         1 1 0 0 1       0             
96Frame3_l1:  B    2     3        0.3536   0            0              0           2                4         -2 -4  2 6         1       2        4         1 1 1 1         0             
97Frame4_l1:  B    1     4        0.68     0            0              0           2                4         -1  1  3 7         1       1        5         1 0 1 1 1       0             
98Frame5_l1:  B    3     4        0.68     0            0              0           2                4         -1 -3  1 5         1      -2        5         1 1 1 1 0       0             
99Frame6_l1:  B    6     3        0.3536   0            0              0           2                4         -2 -4 -6 2         1      -3        5         1 1 1 1 0       0             
100Frame7_l1:  B    5     4        0.68     0            0              0           2                4         -1 -5  1 3         1       1        5         1 0 1 1 1       0             
101Frame8_l1:  B    7     4        0.68     0            0              0           2                4         -1 -3 -7 1         1      -2        5         1 1 1 1 0       0             
102
103FrameI_l2:  P    0     3     0.442    0        0        0        1      0                        0                                 1            0         0          -1   
104Frame1_l2:  B    8     4     0.442    0        0        0        4      4     -8 -10 -12 -16     0                                 1            0         1          -1   
105Frame2_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   
106Frame3_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   
107Frame4_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   
108Frame5_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   
109Frame6_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   
110Frame7_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   
111Frame8_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   
112
113FrameI_l3:  P    0     3     0.442    0        0        0        1      0                        0                                 1            0         0          -1   
114Frame1_l3:  B    8     4     0.442    0        0        0        4      4     -8 -10 -12 -16     0                                 1            0         1          -1   
115Frame2_l3:  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   
116Frame3_l3:  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   
117Frame4_l3:  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   
118Frame5_l3:  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   
119Frame6_l3:  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   
120Frame7_l3:  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   
121Frame8_l3:  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   
122
123FrameI_l4:  P    0     3     0.442    0        0        0        1      0                        0                                 1            0         0          -1   
124Frame1_l4:  B    8     4     0.442    0        0        0        4      4     -8 -10 -12 -16     0                                 1            0         1          -1   
125Frame2_l4:  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   
126Frame3_l4:  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   
127Frame4_l4:  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   
128Frame5_l4:  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   
129Frame6_l4:  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   
130Frame7_l4:  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   
131Frame8_l4:  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   
132
133FrameI_l5:  P    0     3     0.442    0        0        0        1      0                        0                                 1            0         0          -1   
134Frame1_l5:  B    8     4     0.442    0        0        0        4      4     -8 -10 -12 -16     0                                 1            0         1          -1   
135Frame2_l5:  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   
136Frame3_l5:  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   
137Frame4_l5:  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   
138Frame5_l5:  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   
139Frame6_l5:  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   
140Frame7_l5:  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   
141Frame8_l5:  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   
142
143#=========== Motion Search =============
144FastSearch                    : 1           # 0:Full search  1:TZ search
145SearchRange                   : 64          # (0: Search range is a Full frame)
146BipredSearchRange             : 4           # Search range for bi-prediction refinement
147HadamardME                    : 1           # Use of hadamard measure for fractional ME
148FEN                           : 1           # Fast encoder decision
149FDM                           : 1           # Fast Decision for Merge RD cost
150
151#======== Quantization =============
152MaxDeltaQP                    : 0           # CU-based multi-QP optimization
153MaxCuDQPDepth                 : 0           # Max depth of a minimum CuDQP for sub-LCU-level delta QP
154DeltaQpRD                     : 0           # Slice-based multi-QP optimization
155RDOQ                          : 1           # RDOQ
156RDOQTS                        : 1           # RDOQ for transform skip
157
158#=========== Deblock Filter ============
159DeblockingFilterControlPresent: 1           # Dbl control params present (0=not present, 1=present) (mc)
160LoopFilterOffsetInPPS         : 0           # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1=constant params in PPS, param = base_param)
161LoopFilterDisable             : 0 1         # Disable deblocking filter (0=Filter, 1=No Filter) (mc)
162LoopFilterBetaOffset_div2     : 0           # base_param: -6 ~ 6
163LoopFilterTcOffset_div2       : 0           # base_param: -6 ~ 6
164DeblockingFilterMetric        : 0           # blockiness metric (automatically configures deblocking parameters in bitstream)
165
166#=========== Misc. ============
167InternalBitDepth              : 8           # codec operating bit-depth
168
169#=========== Coding Tools =================
170SAO                           : 1 0         # Sample adaptive offset  (0: OFF, 1: ON) (mc)
171AMP                           : 1           # Asymmetric motion partitions (0: OFF, 1: ON)
172TransformSkip                 : 1           # Transform skipping (0: OFF, 1: ON)
173TransformSkipFast             : 1           # Fast Transform skipping (0: OFF, 1: ON)
174SAOLcuBoundary                : 0           # SAOLcuBoundary using non-deblocked pixels (0: OFF, 1: ON)
175
176#============ Slices ================
177SliceMode                : 0                # 0: Disable all slice options.
178                                            # 1: Enforce maximum number of LCU in an slice,
179                                            # 2: Enforce maximum number of bytes in an 'slice'
180                                            # 3: Enforce maximum number of tiles in a slice
181SliceArgument            : 1500             # Argument for 'SliceMode'.
182                                            # If SliceMode==1 it represents max. SliceGranularity-sized blocks per slice.
183                                            # If SliceMode==2 it represents max. bytes per slice.
184                                            # If SliceMode==3 it represents max. tiles per slice.
185
186LFCrossSliceBoundaryFlag : 1                # In-loop filtering, including ALF and DB, is across or not across slice boundary.
187                                            # 0:not across, 1: across
188
189#============ PCM ================
190PCMEnabledFlag                      : 0                # 0: No PCM mode
191PCMLog2MaxSize                      : 5                # Log2 of maximum PCM block size.
192PCMLog2MinSize                      : 3                # Log2 of minimum PCM block size.
193PCMInputBitDepthFlag                : 1                # 0: PCM bit-depth is internal bit-depth. 1: PCM bit-depth is input bit-depth.
194PCMFilterDisableFlag                : 0                # 0: Enable loop filtering on I_PCM samples. 1: Disable loop filtering on I_PCM samples.
195
196#============ Tiles ================
197UniformSpacingIdc                   : 0                # 0: the column boundaries are indicated by ColumnWidth array, the row boundaries are indicated by RowHeight array
198                                                       # 1: the column and row boundaries are distributed uniformly
199NumTileColumnsMinus1                : 0                # Number of columns in a picture minus 1
200ColumnWidthArray                    : 2 3              # Array containing ColumnWidth values in units of LCU (from left to right in picture)   
201NumTileRowsMinus1                   : 0                # Number of rows in a picture minus 1
202RowHeightArray                      : 2                # Array containing RowHeight values in units of LCU (from top to bottom in picture)
203LFCrossTileBoundaryFlag             : 1                  # In-loop filtering is across or not across tile boundary.
204                                                       # 0:not across, 1: across                                                       
205
206#============ WaveFront ================
207WaveFrontSynchro                    : 0                # 0:  No WaveFront synchronisation (WaveFrontSubstreams must be 1 in this case).
208                                                       # >0: WaveFront synchronises with the LCU above and to the right by this many LCUs.
209
210#=========== Quantization Matrix =================
211ScalingList                   : 0                      # ScalingList 0 : off, 1 : default, 2 : file read
212ScalingListFile               : scaling_list.txt       # Scaling List file name. If file is not exist, use Default Matrix.
213
214#============ Lossless ================
215TransquantBypassEnableFlag: 0  # Value of PPS flag.
216CUTransquantBypassFlagForce: 0 # Constant lossless-value signaling per CU, if TransquantBypassEnableFlag is 1.
217
218#============ Rate Control ======================
219RateControl                         : 0                # Rate control: enable rate control
220TargetBitrate                       : 1000000          # Rate control: target bitrate, in bps
221KeepHierarchicalBit                 : 1                # Rate control: keep hierarchical bit allocation in rate control algorithm
222LCULevelRateControl                 : 1                # Rate control: 1: LCU level RC; 0: picture level RC
223RCLCUSeparateModel                  : 1                # Rate control: use LCU level separate R-lambda model
224InitialQP                           : 0                # Rate control: initial QP
225RCForceIntraQP                      : 0                # Rate control: force intra QP to be equal to initial QP
226
227#========== multiview coding tools ==========
228IvMvPred                            : 1 1              # Inter-view motion prediction
229AdvMultiviewResPred                 : 1                # Advanced inter-view residual prediction (0:off, 1:on)
230IlluCompEnable                      : 1                # Enable Illumination compensation ( 0: off, 1: on )  (v/d)
231IlluCompLowLatencyEnc               : 0                # Enable low-latency Illumination compensation encoding( 0: off, 1: on )
232ViewSynthesisPred                   : 1                # View synthesis prediction
233DepthRefinement                     : 1                # Dispary refined by depth DoNBDV
234IvMvScaling                         : 1                # Interview motion vector scaling
235SubPULog2Size                       : 3                # Log2 of sub-PU size for IvMvPred (2...6)
236SubPUMPILog2Size                    : 3                # Log2 of sub-PU size for MPI (3...6)
237DBBP                                : 1                # Depth-based Block Partitioning
238
239#========== depth coding tools ==========
240VSO                                : 1                 # use of view synthesis optimization for depth coding
241DMM                                : 1
242SDC                                : 1
243DLT                                : 1
244QTL                                : 1
245PC                                 : 1
246InterSDC                           : 1                             # use of inter sdc
247MPI                                : 1
248
249#========== view synthesis optimization (VSO) ==========
250VSOConfig                 : [cx0 B(cc1) I(s0.25 s0.5 s0.75)][cx1 B(oo0) B(oo2) I(s0.25 s0.5 s0.75 s1.25 s1.5 s1.75)][cx2 B(cc1) I(s1.25 s1.5 s1.75)] # VSO configuration string
251#VSOConfig                 : [ox0 B(cc1) I(s0.25 s0.5 s0.75)][cx1 B(oo0) B(oo2) I(s0.25 s0.5 s0.75 s1.25 s1.5 s1.75)][ox2 B(cc1) I(s1.25 s1.5 s1.75)] # VSO configuration string for FCO = 1
252WVSO                      : 1                                    # use of WVSO (Depth distortion metric with a weighted depth fidelity term)
253VSOWeight                 : 10                                   # weight of VSO ( in SAD case, cf. squared in SSE case )
254VSDWeight                 : 1                                    # weight of VSD ( in SAD case, cf. squared in SSE case )
255DWeight                   : 1                                    # weight of depth distortion itself ( in SAD case, cf. squared in SSE case )
256UseEstimatedVSD           : 1                                    # Model based VSD estimation instead of rendering based for some encoder decisions     
257
258
259
260### DO NOT ADD ANYTHING BELOW THIS LINE ###
261### DO NOT DELETE THE EMPTY LINE BELOW ###
Note: See TracBrowser for help on using the repository browser.