source: 3DVCSoftware/branches/HTM-4.1-dev1-HHI/source/Lib/TLibCommon/TypeDef.h @ 176

Last change on this file since 176 was 176, checked in by tech, 13 years ago

Fixed erroneous termination condition. (FIX_DMM_NEG_DIST)

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