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