source: 3DVCSoftware/branches/HTM-5.1-dev2-Sony/source/Lib/TLibCommon/TypeDef.h @ 263

Last change on this file since 263 was 263, checked in by sony, 12 years ago

JCT2-C0116 Inter-view vector scaling for AMVP
The macro is INTER_VIEW_VECTOR_SCALING_C0116.

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