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

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

Cleanup

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