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 | |
---|
7 | InputFile_0 : newspapercc_4.yuv |
---|
8 | InputFile_1 : newspapercc_4_depth.yuv |
---|
9 | InputFile_2 : newspapercc_2.yuv |
---|
10 | InputFile_3 : newspapercc_2_depth.yuv |
---|
11 | InputFile_4 : newspapercc_6.yuv |
---|
12 | InputFile_5 : newspapercc_6_depth.yuv |
---|
13 | |
---|
14 | BitstreamFile : stream.bit |
---|
15 | |
---|
16 | ReconFile_0 : rec_4.yuv |
---|
17 | ReconFile_1 : rec_4_depth.yuv |
---|
18 | ReconFile_2 : rec_2.yuv |
---|
19 | ReconFile_3 : rec_2_depth.yuv |
---|
20 | ReconFile_4 : rec_6.yuv |
---|
21 | ReconFile_5 : rec_6_depth.yuv |
---|
22 | |
---|
23 | FramesToBeEncoded : 3 # Number of frames to be coded |
---|
24 | FrameRate : 30 # Frame Rate per second |
---|
25 | SourceWidth : 1024 # Input frame width |
---|
26 | SourceHeight : 768 # Input frame height |
---|
27 | NumberOfLayers : 6 |
---|
28 | |
---|
29 | #======== VPS ============================ |
---|
30 | ScalabilityMask : 3 # Scalability Mask ( 2: View Scalability, 3: View + Depth Scalability ) |
---|
31 | DimensionIdLen : 1 2 # Number of bits to store Ids, per scalability dimension, (m) |
---|
32 | ViewOrderIndex : 0 0 1 1 2 2 # ViewOrderIndex (m) |
---|
33 | DepthFlag : 0 1 0 1 0 1 # DepthFlag (m) |
---|
34 | LayerIdInNuh : 0 # Layer Id in NAL unit header, (0: no explicit signalling ) (m) |
---|
35 | SplittingFlag : 0 # Splitting Flag |
---|
36 | ViewId : 1 0 2 # ViewId per ViewOrderIndex (m) |
---|
37 | |
---|
38 | #======== VPS/ Layer sets ================ |
---|
39 | VpsNumLayerSets : 5 # Number of layer sets |
---|
40 | LayerIdsInSet_0 : 0 # LayerIds in vps of layer set |
---|
41 | LayerIdsInSet_1 : 0 1 # LayerIds in vps of layer set |
---|
42 | LayerIdsInSet_2 : 0 1 2 3 # LayerIds in vps of layer set |
---|
43 | LayerIdsInSet_3 : 0 1 4 5 # LayerIds in vps of layer set |
---|
44 | LayerIdsInSet_4 : 0 1 2 3 4 5 # LayerIds in vps of layer set |
---|
45 | |
---|
46 | DefaultOneTargetOutputLayerFlag: 0 # Output highest layer of layer sets by default |
---|
47 | OutputLayerSetIdx : 2 3 # Indices of layer sets used as additional output layer sets |
---|
48 | LayerIdsInAddOutputLayerSet_0 : 2 3 # LayerIds of additional output layers |
---|
49 | LayerIdsInAddOutputLayerSet_1 : 4 5 # LayerIds of additional output layers |
---|
50 | ProfileLevelTierIdx : 0 0 0 0 0 0 # Indices to profile level tier (TBD) |
---|
51 | |
---|
52 | #======== VPS / Dependencies ================ |
---|
53 | DirectRefLayers_1 : # LayerIds in vps of direct reference layers |
---|
54 | DirectRefLayers_2 : 0 # LayerIds in vps of direct reference layers |
---|
55 | DirectRefLayers_3 : 1 # LayerIds in vps of direct reference layers |
---|
56 | DirectRefLayers_4 : 0 # LayerIds in vps of direct reference layers |
---|
57 | DirectRefLayers_5 : 1 # LayerIds in vps of direct reference layers |
---|
58 | |
---|
59 | DependencyTypes_1 : # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion |
---|
60 | DependencyTypes_2 : 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion |
---|
61 | DependencyTypes_3 : 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion |
---|
62 | DependencyTypes_4 : 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion |
---|
63 | DependencyTypes_5 : 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion |
---|
64 | |
---|
65 | #========== Camera parameters ========== |
---|
66 | BaseViewCameraNumbers : 3 1 5 # camera numbers of coded views ( in coding order per view ) |
---|
67 | CameraParameterFile : cam_pars.txt # camera parameter file |
---|
68 | CodedCamParsPrecision : 5 # precision used for coding of camera parameters (in units of 2^(-x) luma samples) |
---|
69 | |
---|
70 | #======== Unit definition ================ |
---|
71 | MaxCUWidth : 64 # Maximum coding unit width in pixel |
---|
72 | MaxCUHeight : 64 # Maximum coding unit height in pixel |
---|
73 | MaxPartitionDepth : 4 # Maximum coding unit depth |
---|
74 | QuadtreeTULog2MaxSize : 5 # Log2 of maximum transform size for |
---|
75 | # quadtree-based TU coding (2...6) |
---|
76 | QuadtreeTULog2MinSize : 2 # Log2 of minimum transform size for |
---|
77 | # quadtree-based TU coding (2...6) |
---|
78 | QuadtreeTUMaxDepthInter : 3 |
---|
79 | QuadtreeTUMaxDepthIntra : 3 |
---|
80 | |
---|
81 | #======== Coding Structure ============= |
---|
82 | IntraPeriod : 24 # Period of I-Frame ( -1 = only first) |
---|
83 | DecodingRefreshType : 1 # Random Accesss 0:none, 1:CDR, 2:IDR |
---|
84 | GOPSize : 8 # GOP Size (number of B slice = GOPSize-1) |
---|
85 | |
---|
86 | # QPfactor betaOffsetDiv2 #ref_pics_active reference pictures deltaRPS reference idcs ilPredLayerIdc refLayerPicPosIl_L1 |
---|
87 | # Type POC QPoffset tcOffsetDiv2 temporal_id #ref_pics predict #ref_idcs #ActiveRefLayerPics refLayerPicPosIl_L0 collocatedRefLayerIdx |
---|
88 | Frame1: B 8 1 0.442 0 0 0 4 4 -8 -10 -12 -16 0 0 |
---|
89 | Frame2: B 4 2 0.3536 0 0 0 2 3 -4 -6 4 1 4 5 1 1 0 0 1 0 |
---|
90 | Frame3: B 2 3 0.3536 0 0 0 2 4 -2 -4 2 6 1 2 4 1 1 1 1 0 |
---|
91 | Frame4: B 1 4 0.68 0 0 0 2 4 -1 1 3 7 1 1 5 1 0 1 1 1 0 |
---|
92 | Frame5: B 3 4 0.68 0 0 0 2 4 -1 -3 1 5 1 -2 5 1 1 1 1 0 0 |
---|
93 | Frame6: B 6 3 0.3536 0 0 0 2 4 -2 -4 -6 2 1 -3 5 1 1 1 1 0 0 |
---|
94 | Frame7: B 5 4 0.68 0 0 0 2 4 -1 -5 1 3 1 1 5 1 0 1 1 1 0 |
---|
95 | Frame8: B 7 4 0.68 0 0 0 2 4 -1 -3 -7 1 1 -2 5 1 1 1 1 0 0 |
---|
96 | |
---|
97 | FrameI_l1: I 0 0 0.442 0 0 0 0 0 0 0 |
---|
98 | Frame1_l1: B 8 1 0.442 0 0 0 4 4 -8 -10 -12 -16 0 0 |
---|
99 | Frame2_l1: B 4 2 0.3536 0 0 0 2 3 -4 -6 4 1 4 5 1 1 0 0 1 0 |
---|
100 | Frame3_l1: B 2 3 0.3536 0 0 0 2 4 -2 -4 2 6 1 2 4 1 1 1 1 0 |
---|
101 | Frame4_l1: B 1 4 0.68 0 0 0 2 4 -1 1 3 7 1 1 5 1 0 1 1 1 0 |
---|
102 | Frame5_l1: B 3 4 0.68 0 0 0 2 4 -1 -3 1 5 1 -2 5 1 1 1 1 0 0 |
---|
103 | Frame6_l1: B 6 3 0.3536 0 0 0 2 4 -2 -4 -6 2 1 -3 5 1 1 1 1 0 0 |
---|
104 | Frame7_l1: B 5 4 0.68 0 0 0 2 4 -1 -5 1 3 1 1 5 1 0 1 1 1 0 |
---|
105 | Frame8_l1: B 7 4 0.68 0 0 0 2 4 -1 -3 -7 1 1 -2 5 1 1 1 1 0 0 |
---|
106 | |
---|
107 | FrameI_l2: P 0 3 0.442 0 0 0 1 0 0 1 0 0 -1 -1 |
---|
108 | Frame1_l2: B 8 4 0.442 0 0 0 4 4 -8 -10 -12 -16 0 1 0 1 -1 -1 |
---|
109 | Frame2_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 -1 |
---|
110 | Frame3_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 -1 |
---|
111 | Frame4_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 -1 |
---|
112 | Frame5_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 -1 |
---|
113 | Frame6_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 -1 |
---|
114 | Frame7_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 -1 |
---|
115 | Frame8_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 -1 |
---|
116 | |
---|
117 | FrameI_l3: P 0 3 0.442 0 0 0 1 0 0 1 0 0 -1 -1 |
---|
118 | Frame1_l3: B 8 4 0.442 0 0 0 4 4 -8 -10 -12 -16 0 1 0 1 -1 -1 |
---|
119 | Frame2_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 -1 |
---|
120 | Frame3_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 -1 |
---|
121 | Frame4_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 -1 |
---|
122 | Frame5_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 -1 |
---|
123 | Frame6_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 -1 |
---|
124 | Frame7_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 -1 |
---|
125 | Frame8_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 -1 |
---|
126 | |
---|
127 | FrameI_l4: P 0 3 0.442 0 0 0 1 0 0 1 0 0 -1 -1 |
---|
128 | Frame1_l4: B 8 4 0.442 0 0 0 4 4 -8 -10 -12 -16 0 1 0 1 -1 -1 |
---|
129 | Frame2_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 -1 |
---|
130 | Frame3_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 -1 |
---|
131 | Frame4_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 -1 |
---|
132 | Frame5_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 -1 |
---|
133 | Frame6_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 -1 |
---|
134 | Frame7_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 -1 |
---|
135 | Frame8_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 -1 |
---|
136 | |
---|
137 | FrameI_l5: P 0 3 0.442 0 0 0 1 0 0 1 0 0 -1 -1 |
---|
138 | Frame1_l5: B 8 4 0.442 0 0 0 4 4 -8 -10 -12 -16 0 1 0 1 -1 -1 |
---|
139 | Frame2_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 -1 |
---|
140 | Frame3_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 -1 |
---|
141 | Frame4_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 -1 |
---|
142 | Frame5_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 -1 |
---|
143 | Frame6_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 -1 |
---|
144 | Frame7_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 -1 |
---|
145 | Frame8_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 -1 |
---|
146 | |
---|
147 | #=========== Motion Search ============= |
---|
148 | FastSearch : 1 # 0:Full search 1:TZ search |
---|
149 | SearchRange : 64 # (0: Search range is a Full frame) |
---|
150 | BipredSearchRange : 4 # Search range for bi-prediction refinement |
---|
151 | HadamardME : 1 # Use of hadamard measure for fractional ME |
---|
152 | FEN : 1 # Fast encoder decision |
---|
153 | FDM : 1 # Fast Decision for Merge RD cost |
---|
154 | |
---|
155 | #======== Quantization ============= |
---|
156 | QP : 25 30 25 30 25 30 # QP ( mc ) |
---|
157 | MaxDeltaQP : 0 # CU-based multi-QP optimization |
---|
158 | MaxCuDQPDepth : 0 # Max depth of a minimum CuDQP for sub-LCU-level delta QP |
---|
159 | DeltaQpRD : 0 # Slice-based multi-QP optimization |
---|
160 | RDOQ : 1 # RDOQ |
---|
161 | RDOQTS : 1 # RDOQ for transform skip |
---|
162 | |
---|
163 | #=========== Deblock Filter ============ |
---|
164 | DeblockingFilterControlPresent: 1 # Dbl control params present (0=not present, 1=present) (mc) |
---|
165 | LoopFilterOffsetInPPS : 0 # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1=constant params in PPS, param = base_param) |
---|
166 | LoopFilterDisable : 0 1 # Disable deblocking filter (0=Filter, 1=No Filter) (mc) |
---|
167 | LoopFilterBetaOffset_div2 : 0 # base_param: -6 ~ 6 |
---|
168 | LoopFilterTcOffset_div2 : 0 # base_param: -6 ~ 6 |
---|
169 | DeblockingFilterMetric : 0 # blockiness metric (automatically configures deblocking parameters in bitstream) |
---|
170 | |
---|
171 | #=========== Misc. ============ |
---|
172 | InternalBitDepth : 8 # codec operating bit-depth |
---|
173 | |
---|
174 | #=========== Coding Tools ================= |
---|
175 | SAO : 1 0 # Sample adaptive offset (0: OFF, 1: ON) (mc) |
---|
176 | AMP : 1 # Asymmetric motion partitions (0: OFF, 1: ON) |
---|
177 | TransformSkip : 1 # Transform skipping (0: OFF, 1: ON) |
---|
178 | TransformSkipFast : 1 # Fast Transform skipping (0: OFF, 1: ON) |
---|
179 | SAOLcuBoundary : 0 # SAOLcuBoundary using non-deblocked pixels (0: OFF, 1: ON) |
---|
180 | |
---|
181 | #============ Slices ================ |
---|
182 | SliceMode : 0 # 0: Disable all slice options. |
---|
183 | # 1: Enforce maximum number of LCU in an slice, |
---|
184 | # 2: Enforce maximum number of bytes in an 'slice' |
---|
185 | # 3: Enforce maximum number of tiles in a slice |
---|
186 | SliceArgument : 1500 # Argument for 'SliceMode'. |
---|
187 | # If SliceMode==1 it represents max. SliceGranularity-sized blocks per slice. |
---|
188 | # If SliceMode==2 it represents max. bytes per slice. |
---|
189 | # If SliceMode==3 it represents max. tiles per slice. |
---|
190 | |
---|
191 | LFCrossSliceBoundaryFlag : 1 # In-loop filtering, including ALF and DB, is across or not across slice boundary. |
---|
192 | # 0:not across, 1: across |
---|
193 | |
---|
194 | #============ PCM ================ |
---|
195 | PCMEnabledFlag : 0 # 0: No PCM mode |
---|
196 | PCMLog2MaxSize : 5 # Log2 of maximum PCM block size. |
---|
197 | PCMLog2MinSize : 3 # Log2 of minimum PCM block size. |
---|
198 | PCMInputBitDepthFlag : 1 # 0: PCM bit-depth is internal bit-depth. 1: PCM bit-depth is input bit-depth. |
---|
199 | PCMFilterDisableFlag : 0 # 0: Enable loop filtering on I_PCM samples. 1: Disable loop filtering on I_PCM samples. |
---|
200 | |
---|
201 | #============ Tiles ================ |
---|
202 | UniformSpacingIdc : 0 # 0: the column boundaries are indicated by ColumnWidth array, the row boundaries are indicated by RowHeight array |
---|
203 | # 1: the column and row boundaries are distributed uniformly |
---|
204 | NumTileColumnsMinus1 : 0 # Number of columns in a picture minus 1 |
---|
205 | ColumnWidthArray : 2 3 # Array containing ColumnWidth values in units of LCU (from left to right in picture) |
---|
206 | NumTileRowsMinus1 : 0 # Number of rows in a picture minus 1 |
---|
207 | RowHeightArray : 2 # Array containing RowHeight values in units of LCU (from top to bottom in picture) |
---|
208 | LFCrossTileBoundaryFlag : 1 # In-loop filtering is across or not across tile boundary. |
---|
209 | # 0:not across, 1: across |
---|
210 | |
---|
211 | #============ WaveFront ================ |
---|
212 | WaveFrontSynchro : 0 # 0: No WaveFront synchronisation (WaveFrontSubstreams must be 1 in this case). |
---|
213 | # >0: WaveFront synchronises with the LCU above and to the right by this many LCUs. |
---|
214 | |
---|
215 | #=========== Quantization Matrix ================= |
---|
216 | ScalingList : 0 # ScalingList 0 : off, 1 : default, 2 : file read |
---|
217 | ScalingListFile : scaling_list.txt # Scaling List file name. If file is not exist, use Default Matrix. |
---|
218 | |
---|
219 | #============ Lossless ================ |
---|
220 | TransquantBypassEnableFlag: 0 # Value of PPS flag. |
---|
221 | CUTransquantBypassFlagValue: 0 # Constant lossless-value signaling per CU, if TransquantBypassEnableFlag is 1. |
---|
222 | |
---|
223 | #============ Rate Control ====================== |
---|
224 | RateControl : 0 # Rate control: enable rate control |
---|
225 | TargetBitrate : 1000000 # Rate control: target bitrate, in bps |
---|
226 | KeepHierarchicalBit : 1 # Rate control: keep hierarchical bit allocation in rate control algorithm |
---|
227 | LCULevelRateControl : 1 # Rate control: 1: LCU level RC; 0: picture level RC |
---|
228 | RCLCUSeparateModel : 1 # Rate control: use LCU level separate R-lambda model |
---|
229 | InitialQP : 0 # Rate control: initial QP |
---|
230 | RCForceIntraQP : 0 # Rate control: force intra QP to be equal to initial QP |
---|
231 | |
---|
232 | DepthMADPred : 0 # 0: Disable Depth based MAD prediction for extended view 1: Enable Depth based MAD prediction for extended view |
---|
233 | TargetBitAssign : 0 # Manual assignment of target bit-rate |
---|
234 | ViewWiseTargetBits : 950000 315000 358000 # View-wise target bit-rate setting |
---|
235 | |
---|
236 | #============ Rate Control URQ ====================== |
---|
237 | <<<<<<< .mine |
---|
238 | #RateCtrl : 0 # 0: Disable rate control 1: Enable rate control with total target |
---|
239 | #DepthMADPred : 0 # 0: Disable Depth based MAD prediction for extended view 1: Enable Depth based MAD prediction for extended view |
---|
240 | #TargetBitAssign : 0 # Manual assignment of target bit-rate |
---|
241 | #ViewWiseTargetBits : 952 315 360 # View-wise target bit-rate setting |
---|
242 | #TargetBitrate : 1500 # input target bitrate when RateCtrl is enable |
---|
243 | #NumLCUInUnit : 1 # Number of LCU in an Unit. Fraction is not allowed |
---|
244 | ======= |
---|
245 | #RateCtrl : 0 # 0: Disable rate control 1: Enable rate control with total target |
---|
246 | #DepthMADPred : 0 # 0: Disable Depth based MAD prediction for extended view 1: Enable Depth based MAD prediction for extended view |
---|
247 | #TargetBitAssign : 0 # Manual assignment of target bit-rate |
---|
248 | #ViewWiseTargetBits : 952 315 360 # View-wise target bit-rate setting |
---|
249 | #TargetBitrate : 1500 # input target bitrate when RateCtrl is enable |
---|
250 | #NumLCUInUnit : 1 # Number of LCU in an Unit. Fraction is not allowed |
---|
251 | >>>>>>> .r636 |
---|
252 | |
---|
253 | #========== multiview coding tools ========== |
---|
254 | IvMvPred : 1 # Inter-view motion prediction |
---|
255 | AdvMultiviewResPred : 1 # Advanced inter-view residual prediction (0:off, 1:on) |
---|
256 | IlluCompEnable : 1 1 # Enable Illumination compensation ( 0: off, 1: on ) (v/d) |
---|
257 | ViewSynthesisPred : 1 # View synthesis prediction |
---|
258 | DepthRefinement : 1 # Dispary refined by depth DoNBDV |
---|
259 | IvMvScaling : 1 # Interview motion vector scaling |
---|
260 | |
---|
261 | #========== depth coding tools ========== |
---|
262 | VSO : 1 # use of view synthesis optimization for depth coding |
---|
263 | DMM : 1 |
---|
264 | RBC : 1 |
---|
265 | SDC : 1 |
---|
266 | DLT : 1 |
---|
267 | QTL : 1 |
---|
268 | PC : 1 |
---|
269 | InterSDC : 1 # use of inter sdc |
---|
270 | |
---|
271 | #========== view synthesis optimization (VSO) ========== |
---|
272 | VSOConfig : [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 |
---|
273 | #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 |
---|
274 | WVSO : 1 # use of WVSO (Depth distortion metric with a weighted depth fidelity term) |
---|
275 | VSOWeight : 10 # weight of VSO ( in SAD case, cf. squared in SSE case ) |
---|
276 | VSDWeight : 1 # weight of VSD ( in SAD case, cf. squared in SSE case ) |
---|
277 | DWeight : 1 # weight of depth distortion itself ( in SAD case, cf. squared in SSE case ) |
---|
278 | UseEstimatedVSD : 1 # Model based VSD estimation instead of rendering based for some encoder decisions |
---|
279 | |
---|
280 | |
---|
281 | |
---|
282 | ### DO NOT ADD ANYTHING BELOW THIS LINE ### |
---|
283 | ### DO NOT DELETE THE EMPTY LINE BELOW ### |
---|