source: 3DVCSoftware/trunk/source/Lib/TLibCommon/TypeDef.h @ 105

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

Fixes and update of xcode project

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