source: 3DVCSoftware/branches/HTM-DEV-0.3-dev1/cfg/3D-HEVC/baseCfg_2view_AllIntra.cfg @ 520

Last change on this file since 520 was 520, checked in by hhi, 11 years ago

Added AllIntra configuration files, removed intermediate results.

File size: 9.1 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                   : 1           # Period of I-Frame ( -1 = only first)
42DecodingRefreshType           : 1           # Random Accesss 0:none, 1:CDR, 2:IDR
43GOPSize                       : 1           # GOP Size (number of B slice = GOPSize-1)
44Frame1    : B  1  1  0.442   0  0  0  4  0                  0                    0
45FrameI_l1:  I  0  0  0.442   0  0  0  0  0                  0                    0             
46Frame1_l1 : B  1  1  0.442   0  0  0  4  0                  0                    0
47
48#=========== Motion Search =============
49FastSearch                    : 1           # 0:Full search  1:TZ search
50SearchRange                   : 64          # (0: Search range is a Full frame)
51BipredSearchRange             : 4           # Search range for bi-prediction refinement
52HadamardME                    : 1           # Use of hadamard measure for fractional ME
53FEN                           : 1           # Fast encoder decision
54FDM                           : 1           # Fast Decision for Merge RD cost
55
56#======== Quantization =============
57
58MaxDeltaQP                    : 0           # CU-based multi-QP optimization
59MaxCuDQPDepth                 : 0           # Max depth of a minimum CuDQP for sub-LCU-level delta QP
60DeltaQpRD                     : 0           # Slice-based multi-QP optimization
61RDOQ                          : 1           # RDOQ
62RDOQTS                        : 1           # RDOQ for transform skip
63
64#=========== Deblock Filter ============
65DeblockingFilterControlPresent: 1           # Dbl control params present (0=not present, 1=present) (mc)
66LoopFilterOffsetInPPS         : 0           # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1=constant params in PPS, param = base_param)
67LoopFilterDisable             : 0           # Disable deblocking filter (0=Filter, 1=No Filter) (mc)
68LoopFilterBetaOffset_div2     : 0           # base_param: -6 ~ 6
69LoopFilterTcOffset_div2       : 0           # base_param: -6 ~ 6
70DeblockingFilterMetric        : 0           # blockiness metric (automatically configures deblocking parameters in bitstream)
71
72
73#=========== Misc. ============
74InternalBitDepth              : 8           # codec operating bit-depth
75
76#=========== Coding Tools =================
77SAO                           : 1           # Sample adaptive offset  (0: OFF, 1: ON) (mc)
78AMP                           : 1           # Asymmetric motion partitions (0: OFF, 1: ON)
79TransformSkip                 : 1           # Transform skipping (0: OFF, 1: ON)
80TransformSkipFast             : 1           # Fast Transform skipping (0: OFF, 1: ON)
81SAOLcuBoundary                : 0           # SAOLcuBoundary using non-deblocked pixels (0: OFF, 1: ON)
82
83#============ Slices ================
84SliceMode                : 0                # 0: Disable all slice options.
85                                            # 1: Enforce maximum number of LCU in an slice,
86                                            # 2: Enforce maximum number of bytes in an 'slice'
87                                            # 3: Enforce maximum number of tiles in a slice
88SliceArgument            : 1500             # Argument for 'SliceMode'.
89                                            # If SliceMode==1 it represents max. SliceGranularity-sized blocks per slice.
90                                            # If SliceMode==2 it represents max. bytes per slice.
91                                            # If SliceMode==3 it represents max. tiles per slice.
92
93LFCrossSliceBoundaryFlag : 1                # In-loop filtering, including ALF and DB, is across or not across slice boundary.
94                                            # 0:not across, 1: across
95
96#============ PCM ================
97PCMEnabledFlag                      : 0                # 0: No PCM mode
98PCMLog2MaxSize                      : 5                # Log2 of maximum PCM block size.
99PCMLog2MinSize                      : 3                # Log2 of minimum PCM block size.
100PCMInputBitDepthFlag                : 1                # 0: PCM bit-depth is internal bit-depth. 1: PCM bit-depth is input bit-depth.
101PCMFilterDisableFlag                : 0                # 0: Enable loop filtering on I_PCM samples. 1: Disable loop filtering on I_PCM samples.
102
103#============ Tiles ================
104UniformSpacingIdc                   : 0                # 0: the column boundaries are indicated by ColumnWidth array, the row boundaries are indicated by RowHeight array
105                                                       # 1: the column and row boundaries are distributed uniformly
106NumTileColumnsMinus1                : 0                # Number of columns in a picture minus 1
107ColumnWidthArray                    : 2 3              # Array containing ColumnWidth values in units of LCU (from left to right in picture)   
108NumTileRowsMinus1                   : 0                # Number of rows in a picture minus 1
109RowHeightArray                      : 2                # Array containing RowHeight values in units of LCU (from top to bottom in picture)
110
111LFCrossTileBoundaryFlag           : 1                  # In-loop filtering is across or not across tile boundary.
112                                                       # 0:not across, 1: across                                                       
113
114#============ WaveFront ================
115WaveFrontSynchro                    : 0                # 0:  No WaveFront synchronisation (WaveFrontSubstreams must be 1 in this case).
116                                                       # >0: WaveFront synchronises with the LCU above and to the right by this many LCUs.
117
118#=========== Quantization Matrix =================
119ScalingList                   : 0                      # ScalingList 0 : off, 1 : default, 2 : file read
120ScalingListFile               : scaling_list.txt       # Scaling List file name. If file is not exist, use Default Matrix.
121
122#============ Lossless ================
123TransquantBypassEnableFlag: 0  # Value of PPS flag.
124CUTransquantBypassFlagValue: 0 # Constant lossless-value signaling per CU, if TransquantBypassEnableFlag is 1.
125
126#============ Rate Control ======================
127RateControl                         : 0                # Rate control: enable rate control
128TargetBitrate                       : 1000000          # Rate control: target bitrate, in bps
129KeepHierarchicalBit                 : 1                # Rate control: keep hierarchical bit allocation in rate control algorithm
130LCULevelRateControl                 : 1                # Rate control: 1: LCU level RC; 0: picture level RC
131RCLCUSeparateModel                  : 1                # Rate control: use LCU level separate R-lambda model
132InitialQP                           : 0                # Rate control: initial QP
133RCForceIntraQP                      : 0                # Rate control: force intra QP to be equal to initial QP
134
135### DO NOT ADD ANYTHING BELOW THIS LINE ###
136### DO NOT DELETE THE EMPTY LINE BELOW ###
Note: See TracBrowser for help on using the repository browser.