source: 3DVCSoftware/branches/HTM-4.0.1-VSP-dev0/source/Lib/TLibCommon/TypeDef.h @ 166

Last change on this file since 166 was 166, checked in by mitsubishi-htm, 13 years ago

Initial integration of VSP into HTM 4.0.1. The version used for JCT3V-B0102 at Shanghai meeting.

  • VC9 project/solution files updated. Other Visual C++ project/solution files are not updated.
  • Linux make file updated.

TODO

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