source: 3DVCSoftware/branches/HTM-5.1-dev3-LG/source/Lib/TLibCommon/TypeDef.h @ 265

Last change on this file since 265 was 265, checked in by lg, 12 years ago

JCT3V-C0112 with Macro LGE_SIMP_DVP_REFINE_C0112

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