source: 3DVCSoftware/branches/HTM-5.0-Nokia/source/Lib/TLibCommon/TypeDef.h @ 200

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

Reintegration of Flexible Coding Order to 3DV-HTM v5.1
To enable following params are required:
FCO : 1
FCOCodingOrder : T0D0D1D2T1T2
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)]

  • Property svn:eol-style set to native
File size: 35.0 KB
Line 
1/* The copyright in this software is being made available under the BSD
2 * License, included below. This software may be subject to other third party
3 * and contributor rights, including patent rights, and no such rights are
4 * granted under this license.
5 *
6 * Copyright (c) 2010-2012, ITU/ISO/IEC
7 * All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions are met:
11 *
12 *  * Redistributions of source code must retain the above copyright notice,
13 *    this list of conditions and the following disclaimer.
14 *  * Redistributions in binary form must reproduce the above copyright notice,
15 *    this list of conditions and the following disclaimer in the documentation
16 *    and/or other materials provided with the distribution.
17 *  * Neither the name of the ITU/ISO/IEC nor the names of its contributors may
18 *    be used to endorse or promote products derived from this software without
19 *    specific prior written permission.
20 *
21 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
25 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
31 * THE POSSIBILITY OF SUCH DAMAGE.
32 */
33
34/** \file     TypeDef.h
35    \brief    Define basic types, new types and enumerations
36*/
37
38#ifndef _TYPEDEF__
39#define _TYPEDEF__
40
41//! \ingroup TLibCommon
42//! \{
43#define QC_MVHEVC_B0046                   0   //JCT3V-B0046: disable 3DHEVC tools
44#define QC_IV_AS_LT_B0046                 1   //JCT3V-B0046: inter-view reference pictures are treated as long-term pictures, scaling of motion vectors for DCP based on ViewId/ViewOrderIdx is disabled 
45#define QC_TMVP_IDX_MOD_B0046             1   //JCT3V-B0046: the reference index for temporal merging candidate is set to 0, as defined in HEVC
46#define QC_REM_IDV_B0046                  1   //JCT3V-B0046: removal of IDV NAL unit type
47#define FIX_DEL_NULLPTR                   1
48
49#define DV_V_RESTRICTION_B0037            1   // JCT3V-B0037 disparity vector vertical range restriction
50
51#if !QC_MVHEVC_B0046
52///// ***** FIXES *********
53// A
54#define FIX_POZNAN_CABAC_INIT_FLAG        1
55#define FIX_LG_RESTRICTEDRESPRED_M24766   1
56
57// B
58#define FIX_LGE_IVMP_PARALLEL_MERGE_B0136 1
59#define FIX_RDO_NEGDIST                   1
60#define FIX_DMM_NEG_DIST                  1
61#define FIX_LGE_DVMCP_B0133               1
62
63
64// FCO
65#define FLEX_CODING_ORDER               1
66#if FLEX_CODING_ORDER
67  #define DISABLE_FCO_FOR_VSO             0 // Optional compile settings to disable VSO with FCO.
68#endif
69
70///// ***** PATCHES *********
71#define TMVP_DEPTH_SWITCH                 1   // JCT3V-B0092 additional encoder option only
72
73///// ***** DEPTH MODELING MODES *********
74#define HHI_DMM_WEDGE_INTRA               1   // depth model modes independent on texture (explicit and intra-predicted Wedgelet prediction)
75#define HHI_DMM_PRED_TEX                  1   // depth model modes dependent on texture (inter-component Wedgelet and Contour prediction )
76#define LGE_EDGE_INTRA_A0070              1   // JCT3V-A0070
77#define RWTH_SDC_DLT_B0036                1   // JCT3V-B0036: Simplified Depth Coding + Depth Lookup Table
78#define HHIQC_DMMFASTSEARCH_B0039         1   // JCT3V-B0039: fast Wedgelet search for DMM modes 1 and 3
79
80///// ***** INTERVIEW MOTION VECTOR PREDICTION *********
81#define HHI_INTER_VIEW_MOTION_PRED        1   // inter-view motion parameter prediction
82#define SHARP_INTERVIEW_DECOUPLE_B0111    1   // JCT3V-B0111 decoupling inter-view candidate
83#define QC_MRG_CANS_B0048                 1   // JCT3V-B0048, B0086, B0069
84#if     QC_MRG_CANS_B0048
85#define OL_DISMV_POS_B0069                1   // different pos for disparity MV candidate, B0069
86#endif
87#define MTK_INTERVIEW_MERGE_A0049         1   // JCT3V-A0049 second part
88#if HHI_INTER_VIEW_MOTION_PRED         
89#define SAIT_IMPROV_MOTION_PRED_M24829    1   // improved inter-view motion vector prediction
90#else                                 
91#define SAIT_IMPROV_MOTION_PRED_M24829    0   
92#endif                                 
93
94///// ***** INTERVIEW RESIDUAL PREDICTION *********
95#define HHI_INTER_VIEW_RESIDUAL_PRED      1   // inter-view residual prediction
96#if HHI_INTER_VIEW_RESIDUAL_PRED       
97#define LG_RESTRICTEDRESPRED_M24766       1   // restricted inter-view residual prediction
98#define QC_SIMPLIFIEDIVRP_M24938          1
99#else                                 
100#define LG_RESTRICTEDRESPRED_M24766       0
101#define QC_SIMPLIFIEDIVRP_M24938          0
102#endif
103
104///// ***** DISPARITY VECTOR DERIVATION *********
105#define QC_MULTI_DIS_CAN_A0097            1   // JCT3V-A0097
106#define LGE_DVMCP_A0126                   1   // JCT3V-A0126     
107#define LGE_DVMCP_MEM_REDUCTION_B0135     1   // JCT3V-B0135     
108#define DV_DERIVATION_PARALLEL_B0096      1   // JCT3V-B0096, enable parallel derivation of disparity vector
109#define QC_SIMPLE_NBDV_B0047              1   // JCT3V-B0047
110
111///// ***** MOTION PARAMETER INHERITANCE  *********
112#define HHI_MPI                           1   // motion parameter inheritance from texture picture for depth map coding
113#if HHI_MPI
114#define FIX_MPI_B0065                     1   // JCT3V-B0065, fix the MPI bug when RQT is off
115#endif
116#define MTK_UNCONSTRAINED_MVI_B0083       1    //JCT3V-B0083
117
118///// ***** VIEW SYNTHESIS OPTIMIZAION *********
119#define HHI_VSO                           1
120#define HHI_VSO_LS_TABLE_M23714           1   // m23714, enable table base Lagrange multiplier optimization
121#define HHI_VSO_DIST_INT                  1   // Allow negative synthesized view distortion change
122#define HHI_VSO_COLOR_PLANES              1   // Compute VSO distortion on color planes
123#define HHI_VSO_RM_ASSERTIONS             0   // Output VSO assertions
124#define HHI_VSO_SYNTH_DIST_OUT            0   // Output of synthesized view distortion instead of depth distortion in encoder output
125#define SAIT_VSO_EST_A0033                1   // JCT3V-A0033 modification 3
126#define LGE_VSO_EARLY_SKIP_A0093          1   // JCT3V-A0093 modification 4
127#define LGE_WVSO_A0119                    1   // JCT3V-A0119 & JCT3V-B0131 Depth Metric with a weighted depth fidelity term
128
129
130///// ***** ILLUMINATION COMPENSATON *********
131#define LGE_ILLUCOMP_B0045                1   // JCT2-B0045 Illumination compensation for Luma and Chroma
132#if LGE_ILLUCOMP_B0045
133#define LGE_ILLUCOMP_B0045_ENCSIMP        1
134#endif
135
136///// ***** INTERVIEW SKIP *********
137#define HHI_INTERVIEW_SKIP                1
138
139///// ***** QUADTREE LIMITATION *********
140#define OL_QTLIMIT_PREDCODING_B0068       1    //JCT3V-B0068
141
142///// ***** OTHERS *********
143#define LG_ZEROINTRADEPTHRESI_A0087       1   // JCT2-A0087
144#define SONY_COLPIC_AVAILABILITY          1
145#define HHI_FULL_PEL_DEPTH_MAP_MV_ACC     1   // full-pel mv accuracy for depth maps
146#define VIDYO_VPS_INTEGRATION             1
147
148
149
150///// ***** DEFINED PARAMETERS *********
151#if QC_MULTI_DIS_CAN_A0097                   
152#define DIS_CANS                          1
153#endif                                 
154
155#define HHI_INTERVIEW_SKIP_LAMBDA_SCALE   1
156
157#if HHI_DMM_WEDGE_INTRA || HHI_DMM_PRED_TEX
158#define DMM_WEDGEMODEL_MIN_SIZE           4
159#define DMM_WEDGEMODEL_MAX_SIZE          32
160#define DMM_WEDGE_PREDDIR_DELTAEND_MAX    4
161#endif
162
163#if LGE_EDGE_INTRA_A0070
164#define LGE_EDGE_INTRA_MIN_SIZE           4
165#define LGE_EDGE_INTRA_MAX_SIZE           32
166#define LGE_EDGE_INTRA_THRESHOLD          20
167#define LGE_EDGE_INTRA_MAX_EDGE_NUM_PER_4x4 8
168#define LGE_EDGE_INTRA_DELTA_DC           1
169#define LGE_EDGE_INTRA_PIXEL_DIFFERENCE   1
170#endif
171
172
173#if LGE_DVMCP_A0126                           
174#define DVFROM_LEFTBELOW                  1
175#define DVFROM_LEFT                       2
176#define DVFROM_ABOVERIGHT                 3
177#define DVFROM_ABOVE                      4
178#define DVFROM_ABOVELEFT                  5
179#define DVFROM_COL                        6
180#endif
181
182
183#if HHIQC_DMMFASTSEARCH_B0039
184#define DMM3_SIMPLIFY_TR                  1
185#endif
186
187
188#if RWTH_SDC_DLT_B0036
189#define Log2( n ) ( log((double)n) / log(2.0) )
190#endif
191
192#define HHI_MPI_MERGE_POS                 0
193#endif
194///// ***** HM 6.1 *********
195#define SKIPFRAME_BUGFIX                  1 ///< bug fix to enable skipFrame at decoder
196#define START_DECODING_AT_CRA             1 ///< H0496, start decoding at clear random access point
197#define NO_COMBINED_PARALLEL              1 ///< Disallow any combined usage of parallel tools among Tile, EntropySlice and Wavefont
198
199#define LOSSLESS_CODING                   1 ///< H0530: lossless and lossy (mixed) coding
200#if LOSSLESS_CODING
201#define SEQUENCE_LEVEL_LOSSLESS           0 ///< H0530: used only for sequence or frame-level lossless coding
202#endif
203
204#define PARALLEL_MERGE  1                   //< H0082 parallel merge/skip
205#define LGE_IVMP_PARALLEL_MERGE_B0136     1 //< B0136 support of parallel merge/skip in disparity vector derivation
206#define LOG2_PARALLEL_MERGE_LEVEL_MINUS2  0 //< H0082 parallel merge level 0-> 4x4, 1-> 8x8, 2->16x16, 3->32x32, 4->64x64
207
208#if PARALLEL_MERGE && LOG2_PARALLEL_MERGE_LEVEL_MINUS2
209#define CU_BASED_MRG_CAND_LIST            1  //< H0240: single merge candidate list for all PUs inside a 8x8 CU conditioned on LOG2_PARALLEL_MERGE_LEVEL_MINUS2 > 0
210#define FIX_CU_BASED_MRG_CAND_LIST_B0136  1  //< B0136 bug fix for CU_BASED_MRG_CAND_LIST
211#endif
212
213#define MVP_AT_ENTROPYSLICE_BOUNDARY      1  //< H0362 enable motion prediction accross entropy slice boundary
214
215#define FAST_DECISION_FOR_MRG_RD_COST     1  ////< H0178: Fast Decision for Merge 2Nx2N RDCost
216
217#define PIC_CROPPING              1  ///< Picture cropping and size constraints
218#define NAL_REF_FLAG              1  ///< Change nal_ref_idc to nal_ref_flag (JCTVC-F463)
219#define REMOVE_DIV_OPERATION      1  ///< H0238: Simplified intra horizontal and vertical filtering
220#define LOGI_INTRA_NAME_3MPM      1  ///< H0407: logical Intra mode naming (sequential angular mode numbering) and 3 MPM mode coding
221
222#define LEVEL_CTX_LUMA_RED        1  ///<H0130: Luma level context reduction
223#define REMOVE_INFER_SIGGRP       1  ///<H0131: Remove inferred significant_coeff_group_flag
224
225#define SET_MERGE_TMVP_REFIDX     1  ///< H0278/H0199: Setting the merge TMVP refidx to 0 for the non-first partition
226
227#define MULTILEVEL_SIGMAP_EXT     1  ///< H0526: multi-level significance map extended to smaller TUs
228#define MULTIBITS_DATA_HIDING     1  ///< H0481: multiple sign bit hiding
229
230#define DEQUANT_CLIPPING          1  ///< H0312/H0541: transformed coefficients clipping before de-quantization
231
232#define REMOVE_NON_SCALED         1 ///< H0164/H0250: Removal of non-scaled merge candidate
233#define MRG_IDX_CTX_RED           1 ///< H0251: Merge index context reduction
234#define SIMP_MRG_PRUN             1 ///< H0252: simplification of merge pruning process
235
236#define AMVP_PRUNING_SIMPLIFICATION         1     ///H0316: simplify the pruning process of AMVP by exempting the temporal candidate
237#define AMVP_ZERO_CHECKING_REMOVAL          1     ///H0239/H0316: remove zero motion vector checking of AMVP
238
239#define H0111_MVD_L1_ZERO         1  ///< H0111: modification of bi-prediction
240#define DISABLING_CLIP_FOR_BIPREDME         1  ///< Ticket #175
241
242#define CLIPSCALEDMVP               1  ///< H0216: Clipping scaled MV to 16 bit
243
244#define UNIFIED_TRANSFORM_TREE      1   ///< H0123: unified tree structure for TU
245
246#define SIGMAP_CTX_SUBBLOCK       1 ///< H0290: 4x4 sub-block based region for significant_flag context selection
247
248#define SIGMAP_CONST_AT_HIGH_FREQUENCY      1      ///< H0095 method2.1: const significance map at high freaquency
249
250#define LAST_CTX_REDUCTION        1  ///< H0537/H514: contexts reduction for last position coding
251
252#define AMP_CTX                   1 ///<H0545: context reduction for asymmetric partition
253
254#define RESTRICT_GR1GR2FLAG_NUMBER    1 ///< H0554: Throughput improvement of CABAC coefficients level coding
255#if RESTRICT_GR1GR2FLAG_NUMBER    //
256#define C1FLAG_NUMBER               8 // maximum number of largerThan1 flag coded in one chunk :  16 in HM5
257#define C2FLAG_NUMBER               1 // maximum number of largerThan2 flag coded in one chunk:  16 in HM5
258#endif
259
260#define EIGHT_BITS_RICE_CODE        1 ///< H0498 : 8 bits rice codes
261
262#define SAO_UNIT_INTERLEAVING      1   ///< H0273
263#define REMOVE_SAO_LCU_ENC_CONSTRAINTS_1 0  ///< disable the encoder constraint that does not test SAO/BO mode for chroma in interleaved mode
264#define REMOVE_SAO_LCU_ENC_CONSTRAINTS_2 0  ///< disable the encoder constraint that reduce the range of SAO/EO for chroma in interleaved mode
265#define REMOVE_SAO_LCU_ENC_CONSTRAINTS_3 0  ///< disable the encoder constraint that conditionally disable SAO for chroma for entire slice in interleaved mode
266
267#define ALF_SINGLE_FILTER_SHAPE    1     //< !!! H0068: Single filter type : 9x7 cross + 3x3 square
268
269#define ALF_16_BA_GROUPS        1     ///< H0409 16 BA groups
270#define LCU_SYNTAX_ALF          1     ///< H0274 LCU-syntax ALF
271#define ALF_CHROMA_COEF_PRED_HARMONIZATION 1 ///< H0483: ALF chroma coeff pred harmonization
272
273#define CABAC_LINEAR_INIT       1     ///< H0535 : linear CABAC initialization
274
275#define COLLOCATED_REF_IDX      1     ///< H0442: signal collocated reference index
276
277#define UNIFIED_TRANSFORM       1     ///< H0492: unify square and non-square transform
278
279#define MAX_NUM_SPS                32
280#define MAX_NUM_PPS                256
281#define MAX_NUM_APS                32         //< !!!KS: number not defined in WD yet
282
283#define MRG_MAX_NUM_CANDS_SIGNALED         5   //<G091: value of maxNumMergeCand signaled in slice header
284
285#define WEIGHTED_CHROMA_DISTORTION  1   ///< F386: weighting of chroma for RDO
286#define RDOQ_CHROMA_LAMBDA          1   ///< F386: weighting of chroma for RDOQ
287#define ALF_CHROMA_LAMBDA           1   ///< F386: weighting of chroma for ALF
288#define SAO_CHROMA_LAMBDA           1   ///< F386: weighting of chroma for SAO
289
290#define MIN_SCAN_POS_CROSS          4
291
292#define FAST_BIT_EST                1   ///< G763: Table-based bit estimation for CABAC
293
294#define G519_TU_AMP_NSQT_HARMONIZATION  1   ///< G519: Harmonization of implicit TU, AMP and NSQT
295
296#define MLS_GRP_NUM                         64     ///< G644 : Max number of coefficient groups, max(16, 64)
297#define MLS_CG_SIZE                         4      ///< G644 : Coefficient group size of 4x4
298
299#define ADAPTIVE_QP_SELECTION               1      ///< G382: Adaptive reconstruction levels, non-normative part for adaptive QP selection
300#if ADAPTIVE_QP_SELECTION
301#define ARL_C_PRECISION                     7      ///< G382: 7-bit arithmetic precision
302#define LEVEL_RANGE                         30     ///< G382: max coefficient level in statistics collection
303#endif
304
305
306#define CHROMA_MODE_CODING                   1     //H0326/H0475 : 2-length fixed, bypass coding for chroma intra prediction mode
307
308#define NSQT_LFFIX                           1     ///< Bug fix related to NSQT and deblocking filter
309#define NS_HAD                               1
310
311#define APS_BITS_FOR_SAO_BYTE_LENGTH 12
312#define APS_BITS_FOR_ALF_BYTE_LENGTH 8
313
314#define H0736_AVC_STYLE_QP_RANGE             1    ///< H0736: AVC style qp range and wrapping.
315#define H0204_QP_PREDICTION                  1    ///< H0204: improved QP prediction
316
317#define HHI_RQT_INTRA_SPEEDUP             1           ///< tests one best mode with full rqt
318#define HHI_RQT_INTRA_SPEEDUP_MOD         0           ///< tests two best modes with full rqt
319
320#define BURST_IPCM                        1           ///< H0051: Burst IPCM
321
322#if HHI_RQT_INTRA_SPEEDUP_MOD && !HHI_RQT_INTRA_SPEEDUP
323#error
324#endif
325
326#define H0137_0138_LIST_MODIFICATION      1           // Enabled reference picture lists combination (H0137) and reference picture list modification (H0138) updates
327#if !H0137_0138_LIST_MODIFICATION
328#error "H0137_0138_LIST_MODIFICATION must be enabled for multi-view coding."
329#endif
330
331#define VERBOSE_RATE 0                               ///< Print additional rate information in encoder
332
333#define AMVP_DECIMATION_FACTOR            4
334
335#define SCAN_SET_SIZE                     16
336#define LOG2_SCAN_SET_SIZE                4
337
338#if LGE_EDGE_INTRA_A0070
339#if LGE_EDGE_INTRA_DELTA_DC
340#define FAST_UDI_MAX_RDMODE_NUM               37          ///< maximum number of RD comparison in fast-UDI estimation loop
341#else
342#define FAST_UDI_MAX_RDMODE_NUM               36          ///< maximum number of RD comparison in fast-UDI estimation loop
343#endif
344#else
345#define FAST_UDI_MAX_RDMODE_NUM               35          ///< maximum number of RD comparison in fast-UDI estimation loop
346#endif
347
348#define ZERO_MVD_EST                          0           ///< Zero Mvd Estimation in normal mode
349
350#define NUM_INTRA_MODE 36
351#define LM_CHROMA_IDX  35
352
353#if HHI_DMM_WEDGE_INTRA && HHI_DMM_PRED_TEX
354enum MODE_IDX
355{
356  DMM_WEDGE_FULL_IDX         = NUM_INTRA_MODE,
357  DMM_WEDGE_FULL_D_IDX       = NUM_INTRA_MODE+1,
358  DMM_WEDGE_PREDTEX_IDX      = NUM_INTRA_MODE+2,
359  DMM_WEDGE_PREDTEX_D_IDX    = NUM_INTRA_MODE+3,
360  DMM_CONTOUR_PREDTEX_IDX    = NUM_INTRA_MODE+4,
361  DMM_CONTOUR_PREDTEX_D_IDX  = NUM_INTRA_MODE+5,
362  DMM_WEDGE_PREDDIR_IDX      = NUM_INTRA_MODE+6,
363  DMM_WEDGE_PREDDIR_D_IDX    = NUM_INTRA_MODE+7
364};
365#define NUM_DMM_MODE 8
366#elif HHI_DMM_WEDGE_INTRA && !HHI_DMM_PRED_TEX
367enum MODE_IDX
368{
369  DMM_WEDGE_FULL_IDX         = NUM_INTRA_MODE,
370  DMM_WEDGE_FULL_D_IDX       = NUM_INTRA_MODE+1,
371  DMM_WEDGE_PREDDIR_IDX      = NUM_INTRA_MODE+2,
372  DMM_WEDGE_PREDDIR_D_IDX    = NUM_INTRA_MODE+3
373};
374#define NUM_DMM_MODE 4
375#elif !HHI_DMM_WEDGE_INTRA && HHI_DMM_PRED_TEX
376enum MODE_IDX
377{
378  DMM_WEDGE_PREDTEX_IDX      = NUM_INTRA_MODE,
379  DMM_WEDGE_PREDTEX_D_IDX    = NUM_INTRA_MODE+1,
380  DMM_CONTOUR_PREDTEX_IDX    = NUM_INTRA_MODE+2,
381  DMM_CONTOUR_PREDTEX_D_IDX  = NUM_INTRA_MODE+3,
382};
383#define NUM_DMM_MODE 4
384#endif
385
386#if LGE_EDGE_INTRA_A0070
387#if HHI_DMM_WEDGE_INTRA && HHI_DMM_PRED_TEX
388#define EDGE_INTRA_IDX  (NUM_INTRA_MODE+NUM_DMM_MODE)
389#endif // HHI_DMM_WEDGE_INTRA && HHI_DMM_PRED_TEX
390#if LGE_EDGE_INTRA_DELTA_DC
391#define EDGE_INTRA_DELTA_IDX          (EDGE_INTRA_IDX+1)
392#endif
393#endif // LGE_EDGE_INTRA
394
395#define IBDI_DISTORTION                0           ///< enable/disable SSE modification when IBDI is used (JCTVC-D152)
396#define FIXED_ROUNDING_FRAME_MEMORY    0           ///< enable/disable fixed rounding to 8-bitdepth of frame memory when IBDI is used
397
398#define WRITE_BACK                      1           ///< Enable/disable the encoder to replace the deltaPOC and Used by current from the config file with the values derived by the refIdc parameter.
399#define PRINT_RPS_INFO                  0           ///< Enable/disable the printing of bits used to send the RPS.
400                                                    // using one nearest frame as reference frame, and the other frames are high quality (POC%4==0) frames (1+X)
401                                                    // this should be done with encoder only decision
402                                                    // but because of the absence of reference frame management, the related code was hard coded currently
403#define LTRP_MULT                       1           ///< enable/disable multiple long term reference pictures with same POC LSB
404
405#define OL_FLUSH 1          // Set to 1 to enable Wavefront Flush.
406#define OL_FLUSH_ALIGN 0    // Align flush to byte boundary.  This preserves byte operations in CABAC (faster) but at the expense of an average
407                            // of 4 bits per flush.
408                            // Setting to 0 will slow cabac by an as yet unknown amount.
409                            // This is here just to perform timing tests -- OL_FLUSH_ALIGN should be 0 for WPP.
410
411#define RVM_VCEGAM10_M         4
412
413#define PLANAR_IDX             0
414#if LOGI_INTRA_NAME_3MPM
415#define VER_IDX                26                    // index for intra VERTICAL   mode
416#define HOR_IDX                10                    // index for intra HORIZONTAL mode
417#define DC_IDX                 1                     // index for intra DC mode
418#else
419#define DC_IDX                 3                     // index for intra DC mode
420#endif
421#define NUM_CHROMA_MODE        6                     // total number of chroma modes
422#define DM_CHROMA_IDX          36                    // chroma mode index for derived from luma intra mode
423
424
425#define FAST_UDI_USE_MPM 1
426
427#define RDO_WITHOUT_DQP_BITS              0           ///< Disable counting dQP bits in RDO-based mode decision
428
429#define FULL_NBIT 0 ///< When enabled, does not use g_uiBitIncrement anymore to support > 8 bit data
430
431#define FIXED_NUMBER_OF_TILES_SLICE_MODE                1
432#define AD_HOC_SLICES_FIXED_NUMBER_OF_LCU_IN_SLICE      1          ///< OPTION IDENTIFIER. mode==1 -> Limit maximum number of largest coding tree blocks in a slice
433#define AD_HOC_SLICES_FIXED_NUMBER_OF_BYTES_IN_SLICE    2          ///< OPTION IDENTIFIER. mode==2 -> Limit maximum number of bins/bits in a slice
434#if FIXED_NUMBER_OF_TILES_SLICE_MODE
435#define AD_HOC_SLICES_FIXED_NUMBER_OF_TILES_IN_SLICE    3
436#endif
437
438// Entropy slice options
439#define SHARP_FIXED_NUMBER_OF_LCU_IN_ENTROPY_SLICE            1          ///< OPTION IDENTIFIER. Limit maximum number of largest coding tree blocks in an entropy slice
440#define SHARP_MULTIPLE_CONSTRAINT_BASED_ENTROPY_SLICE         2          ///< OPTION IDENTIFIER. Limit maximum number of bins/bits in an entropy slice
441
442#define LOG2_MAX_NUM_COLUMNS_MINUS1        7
443#define LOG2_MAX_NUM_ROWS_MINUS1           7
444#define LOG2_MAX_COLUMN_WIDTH              13
445#define LOG2_MAX_ROW_HEIGHT                13
446
447#define MAX_MARKER_PER_NALU                 1000
448
449#define MATRIX_MULT                             0   // Brute force matrix multiplication instead of partial butterfly
450
451#define REG_DCT 65535
452
453#define AMP_SAD                               1           ///< dedicated SAD functions for AMP
454#define AMP_ENC_SPEEDUP                       1           ///< encoder only speed-up by AMP mode skipping
455#if AMP_ENC_SPEEDUP
456#define AMP_MRG                               1           ///< encoder only force merge for AMP partition (no motion search for AMP)
457#endif
458
459#define SCALING_LIST_OUTPUT_RESULT    0 //JCTVC-G880/JCTVC-G1016 quantization matrices
460#define SCALING_LIST                  1 //JCTVC-H0230/H0461/H0237
461
462#define DEFAULT_DC                    1 // JCTVC-H0242
463
464#define RPS_IN_SPS                    1 // Adopted during discussion of JCTVC-H0423
465
466#define H0412_REF_PIC_LIST_RESTRICTION 1
467
468#define H0566_TLA                     1
469#if H0566_TLA
470#define H0566_TLA_SET_FOR_SWITCHING_POINTS 1
471#endif
472
473#define H0567_DPB_PARAMETERS_PER_TEMPORAL_LAYER 1
474
475#define DBL_H0473_PART_1          1   //Deblocking filtering simplification
476#define DBL_CONTROL               1   //PPS deblocking_filter_control_present_flag (JCTVC-H0398); condition for inherit params flag in SH (JCTVC-H0424)
477#define DBL_STRONG_FILTER_CLIP    1   //Introduction of strong filter clipping in deblocking filter (JCTVC-H0275)
478
479#define CABAC_INIT_FLAG             1 // JCTVC-H0540
480#define CABAC_INIT_PRESENT_FLAG     1
481
482#define H0388                       1 // JCTVC-H0388
483
484#define TILES_WPP_ENTRY_POINT_SIGNALLING        1 // JCTVC-H0556. Assumes either Tiles is ON or WPP is ON (not both simultaneously).
485#define REMOVE_TILE_DEPENDENCE                  1 // remove tile_boundary_independence_flag and dependent tiles
486#define TILES_OR_ENTROPY_SYNC_IDC               1 // tiles_or_entropy_coding_sync_idc flag
487#define COMPLETE_SLICES_IN_TILE     1 // Among the constraints between slices and tiles, all slices within a tile shall be complete (JCTVC-H0348/JCTVC-H0463) for SliceMode 1&2
488#define WPP_SIMPLIFICATION          1 // JCTVC-H0349/JCTVC-0517
489
490// ====================================================================================================================
491// VPS INTEGRATION
492// ====================================================================================================================
493#if !QC_MVHEVC_B0046
494#if VIDYO_VPS_INTEGRATION
495#define MAX_NUM_VPS 10
496#endif
497#else
498#define MAX_NUM_VPS 1
499#endif
500
501
502// ====================================================================================================================
503// Basic type redefinition
504// ====================================================================================================================
505
506typedef       void                Void;
507typedef       bool                Bool;
508
509typedef       char                Char;
510typedef       unsigned char       UChar;
511typedef       short               Short;
512typedef       unsigned short      UShort;
513typedef       int                 Int;
514typedef       unsigned int        UInt;
515typedef       double              Double;
516
517// ====================================================================================================================
518// 64-bit integer type
519// ====================================================================================================================
520
521#ifdef _MSC_VER
522typedef       __int64             Int64;
523
524#if _MSC_VER <= 1200 // MS VC6
525typedef       __int64             UInt64;   // MS VC6 does not support unsigned __int64 to double conversion
526#else
527typedef       unsigned __int64    UInt64;
528#endif
529
530#else
531
532typedef       long long           Int64;
533typedef       unsigned long long  UInt64;
534
535#endif
536
537// ====================================================================================================================
538// Type definition
539// ====================================================================================================================
540
541typedef       UChar           Pxl;        ///< 8-bit pixel type
542typedef       Short           Pel;        ///< 16-bit pixel type
543typedef       Int             TCoeff;     ///< transform coefficient
544
545
546// ====================================================================================================================
547// Define Distortion Types
548// ====================================================================================================================
549typedef       Int64           RMDist;     ///< renderer model distortion
550
551#if HHI_VSO_DIST_INT
552typedef       Int              Dist;       ///< RDO distortion
553#define       RDO_DIST_MIN     MIN_INT
554#define       RDO_DIST_MAX     MAX_INT
555#else
556typedef       UInt             Dist;       ///< RDO distortion
557#define       RDO_DIST_MIN     0
558#define       RDO_DIST_MAX     MAX_UINT
559#endif
560
561/// parameters for adaptive loop filter
562class TComPicSym;
563
564#define NUM_DOWN_PART 4
565
566enum SAOTypeLen
567{
568  SAO_EO_LEN    = 4,
569#if SAO_UNIT_INTERLEAVING
570  SAO_BO_LEN    = 4,
571  SAO_MAX_BO_CLASSES = 32
572#else
573  SAO_BO_LEN    = 16
574#endif
575};
576
577enum SAOType
578{
579  SAO_EO_0 = 0,
580  SAO_EO_1,
581  SAO_EO_2,
582  SAO_EO_3,
583#if SAO_UNIT_INTERLEAVING
584  SAO_BO,
585#else
586  SAO_BO_0,
587  SAO_BO_1,
588#endif
589  MAX_NUM_SAO_TYPE
590};
591
592typedef struct _SaoQTPart
593{
594#if !SAO_UNIT_INTERLEAVING
595  Bool        bEnableFlag;
596#endif
597  Int         iBestType;
598  Int         iLength;
599#if SAO_UNIT_INTERLEAVING
600  Int         bandPosition ;
601  Int         iOffset[4];
602#else
603  Int         iOffset[32];
604#endif
605  Int         StartCUX;
606  Int         StartCUY;
607  Int         EndCUX;
608  Int         EndCUY;
609
610  Int         PartIdx;
611  Int         PartLevel;
612  Int         PartCol;
613  Int         PartRow;
614
615  Int         DownPartsIdx[NUM_DOWN_PART];
616  Int         UpPartIdx;
617
618  Bool        bSplit;
619
620  //---- encoder only start -----//
621  Bool        bProcessed;
622  Double      dMinCost;
623  Int64       iMinDist;
624  Int         iMinRate;
625  //---- encoder only end -----//
626} SAOQTPart;
627
628#if SAO_UNIT_INTERLEAVING
629typedef struct _SaoLcuParam
630{
631  Bool       mergeUpFlag;
632  Bool       mergeLeftFlag;
633  Int        typeIdx;
634  Int        bandPosition;
635  Int        offset[4];
636  Int        runDiff;
637  Int        run;
638  Int        partIdx;
639  Int        partIdxTmp;
640  Int        length;
641} SaoLcuParam;
642#endif
643
644struct SAOParam
645{
646  Bool       bSaoFlag[3];
647  SAOQTPart* psSaoPart[3];
648  Int        iMaxSplitLevel;
649  Int        iNumClass[MAX_NUM_SAO_TYPE];
650#if SAO_UNIT_INTERLEAVING
651  Bool         oneUnitFlag[3];
652  SaoLcuParam* saoLcuParam[3];
653  Int          numCuInHeight;
654  Int          numCuInWidth;
655#endif
656  ~SAOParam();
657};
658
659struct ALFParam
660{
661  Int alf_flag;                           ///< indicates use of ALF
662#if !LCU_SYNTAX_ALF
663  Int chroma_idc;                         ///< indicates use of ALF for chroma
664#endif
665  Int num_coeff;                          ///< number of filter coefficients
666  Int filter_shape;
667#if !LCU_SYNTAX_ALF
668  Int filter_shape_chroma;
669  Int num_coeff_chroma;                   ///< number of filter coefficients (chroma)
670  Int *coeff_chroma;                      ///< filter coefficient array (chroma)
671#endif
672  Int *filterPattern;
673  Int startSecondFilter;
674  Int filters_per_group;
675  Int predMethod;
676  Int *nbSPred;
677  Int **coeffmulti;
678  Int minKStart;
679#if !LCU_SYNTAX_ALF
680  Int maxScanVal;
681  Int kMinTab[42];
682
683  Int alf_pcr_region_flag;
684  ~ALFParam();
685#endif
686#if LCU_SYNTAX_ALF
687  Int componentID;
688  Int* kMinTab;
689  //constructor, operator
690  ALFParam():componentID(-1){}
691  ALFParam(Int cID){create(cID);}
692  ALFParam(const ALFParam& src) {*this = src;}
693  ~ALFParam(){destroy();}
694  const ALFParam& operator= (const ALFParam& src);
695private:
696  Void create(Int cID);
697  Void destroy();
698  Void copy(const ALFParam& src);
699#endif
700};
701
702#if LCU_SYNTAX_ALF
703struct AlfUnitParam
704{
705  Int   mergeType;
706  Bool  isEnabled;
707  Bool  isNewFilt;
708  Int   storedFiltIdx;
709  ALFParam* alfFiltParam;
710  //constructor, operator
711  AlfUnitParam();
712  AlfUnitParam(const AlfUnitParam& src){ *this = src;}
713  const AlfUnitParam& operator= (const AlfUnitParam& src);
714  Bool operator == (const AlfUnitParam& cmp);
715};
716
717struct AlfParamSet
718{
719  Bool isEnabled[3];
720  Bool isUniParam[3];
721  Int  numLCUInWidth;
722  Int  numLCUInHeight;
723  Int  numLCU;
724  AlfUnitParam* alfUnitParam[3];
725  //constructor, operator
726  AlfParamSet(){create();}
727  ~AlfParamSet(){destroy();}
728  Void create(Int width =0, Int height=0, Int num=0);
729  Void init();
730  Void releaseALFParam();
731  Void createALFParam();
732private:
733  Void destroy();
734};
735#endif
736
737
738
739/// parameters for deblocking filter
740typedef struct _LFCUParam
741{
742  Bool bInternalEdge;                     ///< indicates internal edge
743  Bool bLeftEdge;                         ///< indicates left edge
744  Bool bTopEdge;                          ///< indicates top edge
745} LFCUParam;
746
747// ====================================================================================================================
748// Enumeration
749// ====================================================================================================================
750
751/// supported slice type
752enum SliceType
753{
754  I_SLICE,
755  P_SLICE,
756  B_SLICE
757};
758
759/// chroma formats (according to semantics of chroma_format_idc)
760enum ChromaFormat
761{
762  CHROMA_400  = 0,
763  CHROMA_420  = 1,
764  CHROMA_422  = 2,
765  CHROMA_444  = 3
766};
767
768/// supported partition shape
769enum PartSize
770{
771  SIZE_2Nx2N,           ///< symmetric motion partition,  2Nx2N
772  SIZE_2NxN,            ///< symmetric motion partition,  2Nx N
773  SIZE_Nx2N,            ///< symmetric motion partition,   Nx2N
774  SIZE_NxN,             ///< symmetric motion partition,   Nx N
775  SIZE_2NxnU,           ///< asymmetric motion partition, 2Nx( N/2) + 2Nx(3N/2)
776  SIZE_2NxnD,           ///< asymmetric motion partition, 2Nx(3N/2) + 2Nx( N/2)
777  SIZE_nLx2N,           ///< asymmetric motion partition, ( N/2)x2N + (3N/2)x2N
778  SIZE_nRx2N,           ///< asymmetric motion partition, (3N/2)x2N + ( N/2)x2N
779  SIZE_NONE = 15
780};
781
782
783enum BlenMod
784{
785    BLEND_NONE  = -1,
786    BLEND_AVRG  = 0,
787    BLEND_LEFT  = 1,
788    BLEND_RIGHT = 2,
789    BLEND_GEN   =  3
790};
791
792/// supported prediction type
793enum PredMode
794{
795  MODE_SKIP,            ///< SKIP mode
796  MODE_INTER,           ///< inter-prediction mode
797  MODE_INTRA,           ///< intra-prediction mode
798  MODE_NONE = 15
799};
800
801/// texture component type
802enum TextType
803{
804  TEXT_LUMA,            ///< luma
805  TEXT_CHROMA,          ///< chroma (U+V)
806  TEXT_CHROMA_U,        ///< chroma U
807  TEXT_CHROMA_V,        ///< chroma V
808  TEXT_ALL,             ///< Y+U+V
809  TEXT_NONE = 15
810};
811
812/// reference list index
813enum RefPicList
814{
815  REF_PIC_LIST_0 = 0,   ///< reference list 0
816  REF_PIC_LIST_1 = 1,   ///< reference list 1
817  REF_PIC_LIST_C = 2,   ///< combined reference list for uni-prediction in B-Slices
818  REF_PIC_LIST_X = 100  ///< special mark
819};
820
821/// distortion function index
822enum DFunc
823{
824  DF_DEFAULT  = 0,
825  DF_SSE      = 1,      ///< general size SSE
826  DF_SSE4     = 2,      ///<   4xM SSE
827  DF_SSE8     = 3,      ///<   8xM SSE
828  DF_SSE16    = 4,      ///<  16xM SSE
829  DF_SSE32    = 5,      ///<  32xM SSE
830  DF_SSE64    = 6,      ///<  64xM SSE
831  DF_SSE16N   = 7,      ///< 16NxM SSE
832
833  DF_SAD      = 8,      ///< general size SAD
834  DF_SAD4     = 9,      ///<   4xM SAD
835  DF_SAD8     = 10,     ///<   8xM SAD
836  DF_SAD16    = 11,     ///<  16xM SAD
837  DF_SAD32    = 12,     ///<  32xM SAD
838  DF_SAD64    = 13,     ///<  64xM SAD
839  DF_SAD16N   = 14,     ///< 16NxM SAD
840
841  DF_SADS     = 15,     ///< general size SAD with step
842  DF_SADS4    = 16,     ///<   4xM SAD with step
843  DF_SADS8    = 17,     ///<   8xM SAD with step
844  DF_SADS16   = 18,     ///<  16xM SAD with step
845  DF_SADS32   = 19,     ///<  32xM SAD with step
846  DF_SADS64   = 20,     ///<  64xM SAD with step
847  DF_SADS16N  = 21,     ///< 16NxM SAD with step
848
849  DF_HADS     = 22,     ///< general size Hadamard with step
850  DF_HADS4    = 23,     ///<   4xM HAD with step
851  DF_HADS8    = 24,     ///<   8xM HAD with step
852  DF_HADS16   = 25,     ///<  16xM HAD with step
853  DF_HADS32   = 26,     ///<  32xM HAD with step
854  DF_HADS64   = 27,     ///<  64xM HAD with step
855  DF_HADS16N  = 28,     ///< 16NxM HAD with step
856
857#if SAIT_VSO_EST_A0033
858  DF_VSD      = 29,      ///< general size VSD
859  DF_VSD4     = 30,      ///<   4xM VSD
860  DF_VSD8     = 31,      ///<   8xM VSD
861  DF_VSD16    = 32,      ///<  16xM VSD
862  DF_VSD32    = 33,      ///<  32xM VSD
863  DF_VSD64    = 34,      ///<  64xM VSD
864  DF_VSD16N   = 35,      ///< 16NxM VSD
865#endif
866
867
868#if AMP_SAD
869  DF_SAD12    = 43,
870  DF_SAD24    = 44,
871  DF_SAD48    = 45,
872
873  DF_SADS12   = 46,
874  DF_SADS24   = 47,
875  DF_SADS48   = 48,
876
877  DF_SSE_FRAME = 50     ///< Frame-based SSE
878#else
879  DF_SSE_FRAME = 33     ///< Frame-based SSE
880#endif
881};
882
883/// index for SBAC based RD optimization
884enum CI_IDX
885{
886  CI_CURR_BEST = 0,     ///< best mode index
887  CI_NEXT_BEST,         ///< next best index
888  CI_TEMP_BEST,         ///< temporal index
889  CI_CHROMA_INTRA,      ///< chroma intra index
890  CI_QT_TRAFO_TEST,
891  CI_QT_TRAFO_ROOT,
892  CI_NUM,               ///< total number
893};
894
895/// motion vector predictor direction used in AMVP
896enum MVP_DIR
897{
898  MD_LEFT = 0,          ///< MVP of left block
899  MD_ABOVE,             ///< MVP of above block
900  MD_ABOVE_RIGHT,       ///< MVP of above right block
901  MD_BELOW_LEFT,        ///< MVP of below left block
902  MD_ABOVE_LEFT         ///< MVP of above left block
903};
904
905/// motion vector prediction mode used in AMVP
906enum AMVP_MODE
907{
908  AM_NONE = 0,          ///< no AMVP mode
909  AM_EXPL,              ///< explicit signalling of motion vector index
910};
911
912/// coefficient scanning type used in ACS
913enum COEFF_SCAN_TYPE
914{
915  SCAN_ZIGZAG = 0,      ///< typical zigzag scan
916  SCAN_HOR,             ///< horizontal first scan
917  SCAN_VER,              ///< vertical first scan
918  SCAN_DIAG              ///< up-right diagonal scan
919};
920
921// Renderer
922enum
923{
924  VIEWPOS_INVALID = -1,
925  VIEWPOS_LEFT    = 0,
926  VIEWPOS_RIGHT   = 1,
927  VIEWPOS_MERGED  = 2
928};
929
930//! \}
931
932#endif
933
934
Note: See TracBrowser for help on using the repository browser.