source: 3DVCSoftware/branches/HTM-DEV-0.3-dev2/cfg/3D-HEVC/baseCfg_2view.cfg @ 479

Last change on this file since 479 was 479, checked in by tech, 11 years ago
  • changed IV-MERGE HLS to match Test Model 4 spec
  • incorporated iv-refpic list to TComSlice
  • removed TComDepthMapGenerator
  • Property svn:eol-style set to native
File size: 12.4 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                               
9
10BitstreamFile                 : stream.bit                         
11
12ReconFile_0                   : rec_4.yuv                         
13ReconFile_1                   : rec_2.yuv                         
14
15NumberOfLayers                : 2           # number of layers to be coded
16
17#======== VPS ============================
18ScalabilityMask               : 1           # Scalability Mask             ( 1: View Scalability, shall be 1 for MV-HEVC )
19DimensionIdLen                : 3           # Number of bits to store Ids,  per scalability dimension, (m)
20ViewId                        : 0 1         # ViewId  (m)
21LayerIdInNuh                  : 0           # Layer Id in NAL unit header, (0: no explicit signalling ) (m)
22SplittingFlag                 : 0           # Splitting Flag
23
24
25#========== Camera parameters ==========
26CameraParameterFile           : cam_pars.txt  # camera parameter file
27CodedCamParsPrecision         : 5           # precision used for coding of camera parameters (in units of 2^(-x) luma samples)
28
29#======== Unit definition ================
30MaxCUWidth                    : 64          # Maximum coding unit width in pixel
31MaxCUHeight                   : 64          # Maximum coding unit height in pixel
32MaxPartitionDepth             : 4           # Maximum coding unit depth
33QuadtreeTULog2MaxSize         : 5           # Log2 of maximum transform size for
34                                            # quadtree-based TU coding (2...6)
35QuadtreeTULog2MinSize         : 2           # Log2 of minimum transform size for
36                                            # quadtree-based TU coding (2...6)
37QuadtreeTUMaxDepthInter       : 3
38QuadtreeTUMaxDepthIntra       : 3
39
40#======== Coding Structure =============
41IntraPeriod                   : 24          # Period of I-Frame ( -1 = only first)
42DecodingRefreshType           : 1           # Random Accesss 0:none, 1:CDR, 2:IDR
43GOPSize                       : 8           # GOP Size (number of B slice = GOPSize-1)
44#         Type  POC QPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs #IL_ref_pics IL reference pics IL ref list pos L0      L1
45Frame1:     B    8     1        0.442    0            0              0           4                4         -8 -10 -12 -16     0                                          0
46Frame2:     B    4     2        0.3536   0            0              0           2                3         -4 -6  4           1       4        5         1 1 0 0 1       0
47Frame3:     B    2     3        0.3536   0            0              0           2                4         -2 -4  2 6         1       2        4         1 1 1 1         0
48Frame4:     B    1     4        0.68     0            0              0           2                4         -1  1  3 7         1       1        5         1 0 1 1 1       0
49Frame5:     B    3     4        0.68     0            0              0           2                4         -1 -3  1 5         1      -2        5         1 1 1 1 0       0
50Frame6:     B    6     3        0.3536   0            0              0           2                4         -2 -4 -6 2         1      -3        5         1 1 1 1 0       0
51Frame7:     B    5     4        0.68     0            0              0           2                4         -1 -5  1 3         1       1        5         1 0 1 1 1       0
52Frame8:     B    7     4        0.68     0            0              0           2                4         -1 -3 -7 1         1      -2        5         1 1 1 1 0       0
53   
54FrameI_l1:  P    0     3        0.442    0            0              0           1                0                            0                                          1             -1                 0                  -1
55Frame1_l1:  B    8     4        0.442    0            0              0           4                4         -8 -10 -12 -16     0                                          1             -1                 1                  -1
56Frame2_l1:  B    4     5        0.3536   0            0              0           3                3         -4 -6  4           1       4        5         1 1 0 0 1       1             -1                 1                  -1
57Frame3_l1:  B    2     6        0.3536   0            0              0           3                4         -2 -4  2 6         1       2        4         1 1 1 1         1             -1                 1                  -1
58Frame4_l1:  B    1     7        0.68     0            0              0           3                4         -1  1  3 7         1       1        5         1 0 1 1 1       1             -1                 1                  -1
59Frame5_l1:  B    3     7        0.68     0            0              0           3                4         -1 -3  1 5         1      -2        5         1 1 1 1 0       1             -1                 2                  -1
60Frame6_l1:  B    6     6        0.3536   0            0              0           3                4         -2 -4 -6 2         1      -3        5         1 1 1 1 0       1             -1                 2                  -1
61Frame7_l1:  B    5     7        0.68     0            0              0           3                4         -1 -5  1 3         1       1        5         1 0 1 1 1       1             -1                 2                  -1
62Frame8_l1:  B    7     7        0.68     0            0              0           3                4         -1 -3 -7 1         1      -2        5         1 1 1 1 0       1             -1                 2                  -1
63
64#=========== Motion Search =============
65FastSearch                    : 1           # 0:Full search  1:TZ search
66SearchRange                   : 64          # (0: Search range is a Full frame)
67BipredSearchRange             : 4           # Search range for bi-prediction refinement
68HadamardME                    : 1           # Use of hadamard measure for fractional ME
69FEN                           : 1           # Fast encoder decision
70FDM                           : 1           # Fast Decision for Merge RD cost
71
72#======== Quantization =============
73
74MaxDeltaQP                    : 0           # CU-based multi-QP optimization
75MaxCuDQPDepth                 : 0           # Max depth of a minimum CuDQP for sub-LCU-level delta QP
76DeltaQpRD                     : 0           # Slice-based multi-QP optimization
77RDOQ                          : 1           # RDOQ
78RDOQTS                        : 1           # RDOQ for transform skip
79
80#=========== Deblock Filter ============
81DeblockingFilterControlPresent: 1           # Dbl control params present (0=not present, 1=present) (mc)
82LoopFilterOffsetInPPS         : 0           # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1=constant params in PPS, param = base_param)
83LoopFilterDisable             : 0           # Disable deblocking filter (0=Filter, 1=No Filter) (mc)
84LoopFilterBetaOffset_div2     : 0           # base_param: -6 ~ 6
85LoopFilterTcOffset_div2       : 0           # base_param: -6 ~ 6
86DeblockingFilterMetric        : 0           # blockiness metric (automatically configures deblocking parameters in bitstream)
87
88
89#=========== Misc. ============
90InternalBitDepth              : 8           # codec operating bit-depth
91
92#=========== Coding Tools =================
93SAO                           : 1           # Sample adaptive offset  (0: OFF, 1: ON) (mc)
94AMP                           : 1           # Asymmetric motion partitions (0: OFF, 1: ON)
95TransformSkip                 : 1           # Transform skipping (0: OFF, 1: ON)
96TransformSkipFast             : 1           # Fast Transform skipping (0: OFF, 1: ON)
97SAOLcuBoundary                : 0           # SAOLcuBoundary using non-deblocked pixels (0: OFF, 1: ON)
98
99#============ Slices ================
100SliceMode                : 0                # 0: Disable all slice options.
101                                            # 1: Enforce maximum number of LCU in an slice,
102                                            # 2: Enforce maximum number of bytes in an 'slice'
103                                            # 3: Enforce maximum number of tiles in a slice
104SliceArgument            : 1500             # Argument for 'SliceMode'.
105                                            # If SliceMode==1 it represents max. SliceGranularity-sized blocks per slice.
106                                            # If SliceMode==2 it represents max. bytes per slice.
107                                            # If SliceMode==3 it represents max. tiles per slice.
108
109LFCrossSliceBoundaryFlag : 1                # In-loop filtering, including ALF and DB, is across or not across slice boundary.
110                                            # 0:not across, 1: across
111
112#============ PCM ================
113PCMEnabledFlag                      : 0                # 0: No PCM mode
114PCMLog2MaxSize                      : 5                # Log2 of maximum PCM block size.
115PCMLog2MinSize                      : 3                # Log2 of minimum PCM block size.
116PCMInputBitDepthFlag                : 1                # 0: PCM bit-depth is internal bit-depth. 1: PCM bit-depth is input bit-depth.
117PCMFilterDisableFlag                : 0                # 0: Enable loop filtering on I_PCM samples. 1: Disable loop filtering on I_PCM samples.
118
119#============ Tiles ================
120UniformSpacingIdc                   : 0                # 0: the column boundaries are indicated by ColumnWidth array, the row boundaries are indicated by RowHeight array
121                                                       # 1: the column and row boundaries are distributed uniformly
122NumTileColumnsMinus1                : 0                # Number of columns in a picture minus 1
123ColumnWidthArray                    : 2 3              # Array containing ColumnWidth values in units of LCU (from left to right in picture)   
124NumTileRowsMinus1                   : 0                # Number of rows in a picture minus 1
125RowHeightArray                      : 2                # Array containing RowHeight values in units of LCU (from top to bottom in picture)
126
127LFCrossTileBoundaryFlag           : 1                  # In-loop filtering is across or not across tile boundary.
128                                                       # 0:not across, 1: across                                                       
129
130#============ WaveFront ================
131WaveFrontSynchro                    : 0                # 0:  No WaveFront synchronisation (WaveFrontSubstreams must be 1 in this case).
132                                                       # >0: WaveFront synchronises with the LCU above and to the right by this many LCUs.
133
134#=========== Quantization Matrix =================
135ScalingList                   : 0                      # ScalingList 0 : off, 1 : default, 2 : file read
136ScalingListFile               : scaling_list.txt       # Scaling List file name. If file is not exist, use Default Matrix.
137
138#============ Lossless ================
139TransquantBypassEnableFlag: 0  # Value of PPS flag.
140CUTransquantBypassFlagValue: 0 # Constant lossless-value signaling per CU, if TransquantBypassEnableFlag is 1.
141
142#============ Rate Control ======================
143RateControl                         : 0                # Rate control: enable rate control
144TargetBitrate                       : 1000000          # Rate control: target bitrate, in bps
145KeepHierarchicalBit                 : 1                # Rate control: keep hierarchical bit allocation in rate control algorithm
146LCULevelRateControl                 : 1                # Rate control: 1: LCU level RC; 0: picture level RC
147RCLCUSeparateModel                  : 1                # Rate control: use LCU level separate R-lambda model
148InitialQP                           : 0                # Rate control: initial QP
149RCForceIntraQP                      : 0                # Rate control: force intra QP to be equal to initial QP
150
151#========== multiview coding tools ==========
152IvMvPred           : 1                                 # Inter-view motion prediction
153### DO NOT ADD ANYTHING BELOW THIS LINE ###
154### DO NOT DELETE THE EMPTY LINE BELOW ###
Note: See TracBrowser for help on using the repository browser.