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

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

Changed default value of DeblockingFilterControlPresent to 1

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