source: 3DVCSoftware/branches/0.3-ericsson/CommonTestConditionsCfgs/baseCfg_3view+depth.cfg @ 482

Last change on this file since 482 was 34, checked in by nokia, 13 years ago

FlexCO upload

File size: 9.4 KB
Line 
1
2#========== file i/o ==========
3InputFile_0               : org_0.yuv                              # video input file for view 0
4InputFile_1               : org_1.yuv                              # video input file for view 1
5InputFile_2               : org_2.yuv                              # video input file for view 2
6
7DepthInputFile_0          : org_depth_0.yuv                        # depth input file for view 0
8DepthInputFile_1          : org_depth_1.yuv                        # depth input file for view 1
9DepthInputFile_2          : org_depth_2.yuv                        # depth input file for view 2
10
11ReconFile_0               : rec_0.yuv                              # video output file for view 0
12ReconFile_1               : rec_1.yuv                              # video output file for view 1
13ReconFile_2               : rec_2.yuv                              # video output file for view 2
14
15DepthReconFile_0          : rec_depth_0.yuv                        # depth output file for view 0
16DepthReconFile_1          : rec_depth_1.yuv                        # depth output file for view 1
17DepthReconFile_2          : rec_depth_2.yuv                        # depth output file for view 2
18
19BitstreamFile             : stream.bit                             # bitstream file
20
213DVFlexOrder            :       0
223DVCodingOrder          :       T0D0D1D2T1T2
23
24#========== general coding parameters ==========
25NumberOfViews             : 3                                      # number of views to be coded
26CodeDepthMaps             : 1                                      # encode depth maps
27FrameSkip                 : 0                                      # number of frames to be skipped at beginning of input sequences
28InputBitDepth             : 8                                      # bit depth of input files
29OutputBitDepth            : 8                                      # bit depth of output files
30InternalBitDepth          : 8                                      # internal bit depth used for coding
31
32
33#========== camera parameters ==========
34CameraParameterFile       : cam_pars.txt                           # camera parameter file
35CodedCamParsPrecision     : 5                                      # precision used for coding of camera parameters (in units of 2^(-x) luma samples)
36
37
38#========== coding unit definitions ==========
39MaxCUWidth                : 64                                     # maximum coding unit witdh  (in luma samples)
40MaxCUHeight               : 64                                     # maximum coding unit height (in luma samples)
41MaxPartitionDepth         : 4                                      # maximum coding unit depth
42QuadtreeTULog2MaxSize     : 5                                      # log2 of maximum transform size
43QuadtreeTULog2MinSize     : 2                                      # log2 of minimum transform size
44QuadtreeTUMaxDepthIntra   : 3                                      # maximum transform tree depth for intra-coded CU's
45QuadtreeTUMaxDepthInter   : 3                                      # maximum transform tree depth for inter-coded CU's
46
47
48#========== coding structure ==========
49CodedPictureStoreSize     : 9                                      # size of decoded picture buffer in frame buffers
50GOPFormatString           : IL0PL3(V0)_0*n{ *2{ PL0(-8)PL3(-8,V0)_7 BL1(-4;+4)BL4(-4,V0;+4)_3 BL2(-2;+2,+6)BL5(-2,V0;+2,+6)_1 BL2(-2,-6;+2)BL5(-2,-6,V0;+2)_5 BL3(-1;+1,+3)BL6(-1,V0;+1,+3)_0 BL3(-1,-3;+1,+5)BL6(-1,-3,V0;+1,+5)_2 BL3(-1,-5;+1,+3)BL6(-1,-5,V0;+1,+3)_4 BL3(-1,-3;+1)BL6(-1,-3,V0;+1)_6 }*1{ IL0PL3(V0)_7 BL1(-4;+4)BL4(-4,V0;+4)_3 BL2(-2;+2,+6)BL5(-2,V0;+2,+6)_1 BL2(-2,-6;+2)BL5(-2,-6,V0;+2)_5 BL3(-1;+1,+3)BL6(-1,V0;+1,+3)_0 BL3(-1,-3;+1,+5)BL6(-1,-3,V0;+1,+5)_2 BL3(-1,-5;+1,+3)BL6(-1,-5,V0;+1,+3)_4 BL3(-1,-3;+1)BL6(-1,-3,V0;+1)_6 } }
51                                                                   # string specifying the coding order and reference picture lists
52GOPSize                   : 8                                      # GOP size of temporal structures
53RateGOPSize               : 8                                      # GOP size of hierarchical QP assignment (-1: inherit GOPSize value)
54LowDelayCoding            : 0                                      # use low-delay mode
55TemporalLayerQPOffset_L0  : 0                                      # QP offset for temporal layer 0
56TemporalLayerQPOffset_L1  : 1                                      # QP offset for temporal layer 1
57TemporalLayerQPOffset_L2  : 2                                      # QP offset for temporal layer 2
58TemporalLayerQPOffset_L3  : 3                                      # QP offset for temporal layer 3
59TemporalLayerQPOffset_L4  : 4                                      # QP offset for temporal layer 4
60TemporalLayerQPOffset_L5  : 5                                      # QP offset for temporal layer 5
61TemporalLayerQPOffset_L6  : 6                                      # QP offset for temporal layer 6
62TemporalLayerQPOffset_L7  : 7                                      # QP offset for temporal layer 7
63
64
65#========== encoder control /motion search ==========
66FastSearch                : 1                                      # motion search mode (0:Full search, 1:Diamond, 2:PMVFAST)
67SearchRange               : 96                                     # motion search range (in luma samples)
68BipredSearchRange         : 4                                      # motion search range for bi-prediction refinement (in luma samples)
69HadamardME                : 1                                      # use Hadamard SAD for fractional-sample search
70FEN                       : 1                                      # use fast encoder control
71
72
73#========== quantization ==========
74DeltaQpRD                 : 0                                      # maximum delta QP offset for a slice
75MaxDeltaQP                : 0                                      # maximum delta QP offset for a block
76RDOQ                      : 1 1                                    # use rate-distortion optimized quantization (RDOQ)
77QpChangeFrame             : 0                                      # frame number for Qp change
78QpChangeOffsetVideo       : 0                                      # change QP delta for video
79QpChangeOffsetDepth       : 0                                      # change QP delta for depth
80
81
82#========== entropy coding ==========
83SymbolMode                : 1                                      # entropy coding mode (0=CAVLC, 1=CABAC)
84
85
86#========== slices ==========
87SliceMode                 : 0                                      # slice mode (0:off, 1:max # of LCUs, 2:max # of bytes)
88SliceArgument             : 1500                                   # slice argument (SliceMode1:max # of LCUs, SliceMode2: max # of bytes)
89EntropySliceMode          : 0                                      # entropy slices (0:off, 1:max # of LCUs, 2:max # of bins)
90EntropySliceArgument      : 180000                                 # entropy slice argument (EntropySliceMode1:max # of LCUs, EntropySliceMode2:max # of bins)
91LFCrossSliceBoundaryFlag  : 1                                      # loop-filtering across slice boundaries
92
93
94#========== deblocking ==========
95LoopFilterDisable         : 0                                      # disable deblocking filter
96LoopFilterAlphaC0Offset   : 0                                      # alpha offset for deblocking filter
97LoopFilterBetaOffset      : 0                                      # beta offset for deblocking filter
98
99
100#========== coding tools ==========
101MRG                       : 1                                      # use motion partition merging
102ALF                       : 1                                      # use adaptive loop filter
103ALFEncodePassReduction    : 0                                      # ALF encoding (0:original 16-pass, 1:one-pass, 2:two-pass)
104
105
106#========== multiview coding tools ==========
107PredDepthMapGen           : 1                                      # generation of prediction depth maps (0:off, 1:using coded motion data, 2:using coded depth maps)
108MultiviewMvPred           : 7                                      # usage of prediction depth maps (0:off, 1:for interview, 2:for inter, 4:for merge, X:bit-wise combinations)
109MultiviewMvRegMode        : 1                                      # use original depth maps for regularizing inter-view motion vector
110MultiviewMvRegLambdaScale : 1.0                                    # lambda scale factor for inter-view motion vector regularization
111MultiviewResPred          : 1                                      # inter-view residual prediction (0:off, 1:on)
112InterViewSkip             : 0                                      # interview SKIP mode
113InterViewSkipLambdaScale  : 8                                      # lambda scale for inter-view skip mode
114
115
116#========== depth coding tools ==========
117DMM                       : 1                                      # use depth intra modes (wedgelets)
118VSO                       : 1                                      # use of view synthesis optimization for depth coding
119MVI                       : 1                                      # motion parameter inheritance
120
121
122#========== view synthesis optimization (VSO) ==========
123VSOConfig                 : [cx0 B(cc1) I(s0.5)][cx1 B(oo0) B(oo2) I(s0.5 s1.5)][cx2 B(cc1) I(s1.5)]
124                                                                   # VSO configuration string
125
Note: See TracBrowser for help on using the repository browser.