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

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

Fixed wrong data types in RDO (FIX_RDO_NEGDIST)

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