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

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

Bugfix: FIX_LG_RESTRICTEDRESPRED_M24766

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