source: 3DVCSoftware/branches/HTM-4.1-dev1-HHI/source/Lib/TLibCommon/TypeDef.h @ 173

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

Incorporated FIX_LGE_IVMP_PARALLEL_MERGE_B0136

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