[5] | 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 |
---|
[56] | 4 | * granted under this license. |
---|
[5] | 5 | * |
---|
[608] | 6 | * Copyright (c) 2010-2013, ITU/ISO/IEC |
---|
[5] | 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. |
---|
[56] | 17 | * * Neither the name of the ITU/ISO/IEC nor the names of its contributors may |
---|
[5] | 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 | */ |
---|
[2] | 33 | |
---|
| 34 | /** \file ContextTables.h |
---|
| 35 | \brief Defines constants and tables for SBAC |
---|
| 36 | \todo number of context models is not matched to actual use, should be fixed |
---|
| 37 | */ |
---|
| 38 | |
---|
| 39 | #ifndef __CONTEXTTABLES__ |
---|
| 40 | #define __CONTEXTTABLES__ |
---|
| 41 | |
---|
[56] | 42 | //! \ingroup TLibCommon |
---|
| 43 | //! \{ |
---|
[608] | 44 | #define FIX827 1 ///< Fix for issue #827: CABAC init tables |
---|
| 45 | #define FIX712 1 ///< Fix for issue #712: CABAC init tables |
---|
[56] | 46 | |
---|
[2] | 47 | // ==================================================================================================================== |
---|
| 48 | // Constants |
---|
| 49 | // ==================================================================================================================== |
---|
| 50 | |
---|
[56] | 51 | #define MAX_NUM_CTX_MOD 512 ///< maximum number of supported contexts |
---|
| 52 | |
---|
[2] | 53 | #define NUM_SPLIT_FLAG_CTX 3 ///< number of context models for split flag |
---|
| 54 | #define NUM_SKIP_FLAG_CTX 3 ///< number of context models for skip flag |
---|
| 55 | |
---|
[56] | 56 | #define NUM_MERGE_FLAG_EXT_CTX 1 ///< number of context models for merge flag of merge extended |
---|
| 57 | #define NUM_MERGE_IDX_EXT_CTX 1 ///< number of context models for merge index of merge extended |
---|
[2] | 58 | |
---|
[56] | 59 | #define NUM_PART_SIZE_CTX 4 ///< number of context models for partition size |
---|
| 60 | #define NUM_CU_AMP_CTX 1 ///< number of context models for partition size (AMP) |
---|
| 61 | #define NUM_PRED_MODE_CTX 1 ///< number of context models for prediction mode |
---|
[2] | 62 | |
---|
[56] | 63 | #define NUM_ADI_CTX 1 ///< number of context models for intra prediction |
---|
| 64 | |
---|
| 65 | #define NUM_CHROMA_PRED_CTX 2 ///< number of context models for intra prediction (chroma) |
---|
[608] | 66 | #define NUM_INTER_DIR_CTX 5 ///< number of context models for inter prediction direction |
---|
[56] | 67 | #define NUM_MV_RES_CTX 2 ///< number of context models for motion vector difference |
---|
[2] | 68 | |
---|
[608] | 69 | #define NUM_REF_NO_CTX 2 ///< number of context models for reference index |
---|
| 70 | #define NUM_TRANS_SUBDIV_FLAG_CTX 3 ///< number of context models for transform subdivision flags |
---|
[56] | 71 | #define NUM_QT_CBF_CTX 5 ///< number of context models for QT CBF |
---|
| 72 | #define NUM_QT_ROOT_CBF_CTX 1 ///< number of context models for QT ROOT CBF |
---|
| 73 | #define NUM_DELTA_QP_CTX 3 ///< number of context models for dQP |
---|
[2] | 74 | |
---|
[56] | 75 | #define NUM_SIG_CG_FLAG_CTX 2 ///< number of context models for MULTI_LEVEL_SIGNIFICANCE |
---|
| 76 | |
---|
[608] | 77 | #define NUM_SIG_FLAG_CTX 42 ///< number of context models for sig flag |
---|
| 78 | #define NUM_SIG_FLAG_CTX_LUMA 27 ///< number of context models for luma sig flag |
---|
| 79 | #define NUM_SIG_FLAG_CTX_CHROMA 15 ///< number of context models for chroma sig flag |
---|
[56] | 80 | |
---|
| 81 | #define NUM_CTX_LAST_FLAG_XY 15 ///< number of context models for last coefficient position |
---|
[2] | 82 | |
---|
[56] | 83 | #define NUM_ONE_FLAG_CTX 24 ///< number of context models for greater than 1 flag |
---|
| 84 | #define NUM_ONE_FLAG_CTX_LUMA 16 ///< number of context models for greater than 1 flag of luma |
---|
| 85 | #define NUM_ONE_FLAG_CTX_CHROMA 8 ///< number of context models for greater than 1 flag of chroma |
---|
| 86 | #define NUM_ABS_FLAG_CTX 6 ///< number of context models for greater than 2 flag |
---|
| 87 | #define NUM_ABS_FLAG_CTX_LUMA 4 ///< number of context models for greater than 2 flag of luma |
---|
| 88 | #define NUM_ABS_FLAG_CTX_CHROMA 2 ///< number of context models for greater than 2 flag of chroma |
---|
| 89 | |
---|
[2] | 90 | #define NUM_MVP_IDX_CTX 2 ///< number of context models for MVP index |
---|
| 91 | |
---|
[443] | 92 | #define NUM_SAO_MERGE_FLAG_CTX 1 ///< number of context models for SAO merge flags |
---|
| 93 | #define NUM_SAO_TYPE_IDX_CTX 1 ///< number of context models for SAO type index |
---|
[608] | 94 | |
---|
| 95 | #define NUM_TRANSFORMSKIP_FLAG_CTX 1 ///< number of context models for transform skipping |
---|
| 96 | #define NUM_CU_TRANSQUANT_BYPASS_FLAG_CTX 1 |
---|
| 97 | |
---|
| 98 | #if H_3D_ARP |
---|
| 99 | #define NUM_ARPW_CTX 4 ///< number of context models for weighting factor index used by advanced residual prediction |
---|
[443] | 100 | #endif |
---|
[608] | 101 | |
---|
| 102 | #if H_3D_IC |
---|
| 103 | #define NUM_IC_FLAG_CTX 3 ///< number of context models for illumination compensation flag |
---|
| 104 | #endif |
---|
| 105 | |
---|
[56] | 106 | #define CNU 154 ///< dummy initialization value for unused context models 'Context model Not Used' |
---|
[2] | 107 | |
---|
[608] | 108 | #if H_3D_DIM |
---|
| 109 | #define NUM_DEPTH_INTRA_MODE_CTX 8 ///< number of context models for depth intra modes |
---|
| 110 | #define NUM_DDC_FLAG_CTX 2 ///< number of context models for deltaDC flag (DMM or RBC) |
---|
| 111 | #define NUM_DDC_DATA_CTX 2 ///< number of context models for deltaDC data (DMM or RBC) |
---|
| 112 | #if H_3D_DIM_DMM |
---|
| 113 | #define NUM_DMM1_DATA_CTX 1 ///< number of context models for DMM1 data |
---|
| 114 | #define NUM_DMM3_DATA_CTX 1 ///< number of context models for DMM3 data |
---|
[296] | 115 | #endif |
---|
[608] | 116 | #if H_3D_DIM_RBC |
---|
| 117 | #define NUM_RBC_DATA_CTX 1 ///< number of context models for RBC data |
---|
[100] | 118 | #endif |
---|
| 119 | #endif |
---|
| 120 | |
---|
[608] | 121 | #if H_3D_DIM_SDC |
---|
[189] | 122 | #define SDC_NUM_RESIDUAL_FLAG_CTX 1 |
---|
[443] | 123 | #define SDC_NUM_RESIDUAL_CTX 1 |
---|
| 124 | #endif |
---|
[189] | 125 | |
---|
[655] | 126 | #if H_3D_INTER_SDC |
---|
[608] | 127 | #define NUM_INTER_SDC_FLAG_CTX 1 ///< number of context models for inter SDC flag |
---|
| 128 | #define NUM_INTER_SDC_SIGN_FLAG_CTX 1 ///< number of context models for sign of inter SDC residual |
---|
| 129 | #define NUM_INTER_SDC_RESIDUAL_CTX 1 ///< number of context models for abs of inter SDC residual |
---|
[189] | 130 | #endif |
---|
[2] | 131 | // ==================================================================================================================== |
---|
| 132 | // Tables |
---|
| 133 | // ==================================================================================================================== |
---|
| 134 | |
---|
[608] | 135 | // initial probability for cu_transquant_bypass flag |
---|
| 136 | static const UChar |
---|
| 137 | INIT_CU_TRANSQUANT_BYPASS_FLAG[3][NUM_CU_TRANSQUANT_BYPASS_FLAG_CTX] = |
---|
| 138 | { |
---|
| 139 | { 154 }, |
---|
| 140 | { 154 }, |
---|
| 141 | { 154 }, |
---|
| 142 | }; |
---|
| 143 | |
---|
[56] | 144 | // initial probability for split flag |
---|
| 145 | static const UChar |
---|
| 146 | INIT_SPLIT_FLAG[3][NUM_SPLIT_FLAG_CTX] = |
---|
[2] | 147 | { |
---|
[608] | 148 | { 107, 139, 126, }, |
---|
| 149 | { 107, 139, 126, }, |
---|
[56] | 150 | { 139, 141, 157, }, |
---|
[2] | 151 | }; |
---|
| 152 | |
---|
[56] | 153 | static const UChar |
---|
| 154 | INIT_SKIP_FLAG[3][NUM_SKIP_FLAG_CTX] = |
---|
[2] | 155 | { |
---|
[56] | 156 | { 197, 185, 201, }, |
---|
| 157 | { 197, 185, 201, }, |
---|
[189] | 158 | { CNU, CNU, CNU, }, |
---|
| 159 | }; |
---|
| 160 | |
---|
[608] | 161 | static const UChar |
---|
[56] | 162 | INIT_MERGE_FLAG_EXT[3][NUM_MERGE_FLAG_EXT_CTX] = |
---|
| 163 | { |
---|
[608] | 164 | { 154, }, |
---|
| 165 | { 110, }, |
---|
[56] | 166 | { CNU, }, |
---|
| 167 | }; |
---|
[2] | 168 | |
---|
[56] | 169 | static const UChar |
---|
| 170 | INIT_MERGE_IDX_EXT[3][NUM_MERGE_IDX_EXT_CTX] = |
---|
[2] | 171 | { |
---|
[608] | 172 | { 137, }, |
---|
| 173 | { 122, }, |
---|
[56] | 174 | { CNU, }, |
---|
| 175 | }; |
---|
| 176 | |
---|
| 177 | static const UChar |
---|
| 178 | INIT_PART_SIZE[3][NUM_PART_SIZE_CTX] = |
---|
| 179 | { |
---|
| 180 | { 154, 139, CNU, CNU, }, |
---|
| 181 | { 154, 139, CNU, CNU, }, |
---|
[608] | 182 | { 184, CNU, CNU, CNU, }, |
---|
[56] | 183 | }; |
---|
| 184 | |
---|
| 185 | static const UChar |
---|
| 186 | INIT_CU_AMP_POS[3][NUM_CU_AMP_CTX] = |
---|
| 187 | { |
---|
| 188 | { 154, }, |
---|
| 189 | { 154, }, |
---|
[608] | 190 | { CNU, }, |
---|
[56] | 191 | }; |
---|
| 192 | |
---|
| 193 | static const UChar |
---|
| 194 | INIT_PRED_MODE[3][NUM_PRED_MODE_CTX] = |
---|
| 195 | { |
---|
[608] | 196 | { 134, }, |
---|
| 197 | { 149, }, |
---|
[56] | 198 | { CNU, }, |
---|
| 199 | }; |
---|
| 200 | |
---|
| 201 | static const UChar |
---|
| 202 | INIT_INTRA_PRED_MODE[3][NUM_ADI_CTX] = |
---|
| 203 | { |
---|
[608] | 204 | { 183, }, |
---|
| 205 | { 154, }, |
---|
[56] | 206 | { 184, }, |
---|
| 207 | }; |
---|
| 208 | |
---|
| 209 | static const UChar |
---|
| 210 | INIT_CHROMA_PRED_MODE[3][NUM_CHROMA_PRED_CTX] = |
---|
| 211 | { |
---|
| 212 | { 152, 139, }, |
---|
| 213 | { 152, 139, }, |
---|
[608] | 214 | { 63, 139, }, |
---|
[56] | 215 | }; |
---|
| 216 | |
---|
| 217 | static const UChar |
---|
| 218 | INIT_INTER_DIR[3][NUM_INTER_DIR_CTX] = |
---|
| 219 | { |
---|
[608] | 220 | { 95, 79, 63, 31, 31, }, |
---|
| 221 | { 95, 79, 63, 31, 31, }, |
---|
| 222 | { CNU, CNU, CNU, CNU, CNU, }, |
---|
[56] | 223 | }; |
---|
| 224 | |
---|
| 225 | static const UChar |
---|
| 226 | INIT_MVD[3][NUM_MV_RES_CTX] = |
---|
| 227 | { |
---|
[608] | 228 | { 169, 198, }, |
---|
| 229 | { 140, 198, }, |
---|
[56] | 230 | { CNU, CNU, }, |
---|
| 231 | }; |
---|
| 232 | |
---|
| 233 | static const UChar |
---|
| 234 | INIT_REF_PIC[3][NUM_REF_NO_CTX] = |
---|
| 235 | { |
---|
[608] | 236 | { 153, 153 }, |
---|
| 237 | { 153, 153 }, |
---|
| 238 | { CNU, CNU }, |
---|
[56] | 239 | }; |
---|
| 240 | |
---|
| 241 | static const UChar |
---|
| 242 | INIT_DQP[3][NUM_DELTA_QP_CTX] = |
---|
| 243 | { |
---|
| 244 | { 154, 154, 154, }, |
---|
| 245 | { 154, 154, 154, }, |
---|
| 246 | { 154, 154, 154, }, |
---|
| 247 | }; |
---|
| 248 | |
---|
| 249 | static const UChar |
---|
| 250 | INIT_QT_CBF[3][2*NUM_QT_CBF_CTX] = |
---|
| 251 | { |
---|
[608] | 252 | { 153, 111, CNU, CNU, CNU, 149, 92, 167, CNU, CNU, }, |
---|
| 253 | { 153, 111, CNU, CNU, CNU, 149, 107, 167, CNU, CNU, }, |
---|
[56] | 254 | { 111, 141, CNU, CNU, CNU, 94, 138, 182, CNU, CNU, }, |
---|
| 255 | }; |
---|
| 256 | |
---|
| 257 | static const UChar |
---|
| 258 | INIT_QT_ROOT_CBF[3][NUM_QT_ROOT_CBF_CTX] = |
---|
| 259 | { |
---|
| 260 | { 79, }, |
---|
| 261 | { 79, }, |
---|
[608] | 262 | { CNU, }, |
---|
[56] | 263 | }; |
---|
| 264 | |
---|
| 265 | static const UChar |
---|
| 266 | INIT_LAST[3][2*NUM_CTX_LAST_FLAG_XY] = |
---|
| 267 | { |
---|
[608] | 268 | { 125, 110, 124, 110, 95, 94, 125, 111, 111, 79, 125, 126, 111, 111, 79, |
---|
| 269 | 108, 123, 93, CNU, CNU, CNU, CNU, CNU, CNU, CNU, CNU, CNU, CNU, CNU, CNU, |
---|
[56] | 270 | }, |
---|
[608] | 271 | { 125, 110, 94, 110, 95, 79, 125, 111, 110, 78, 110, 111, 111, 95, 94, |
---|
[56] | 272 | 108, 123, 108, CNU, CNU, CNU, CNU, CNU, CNU, CNU, CNU, CNU, CNU, CNU, CNU, |
---|
| 273 | }, |
---|
[608] | 274 | { 110, 110, 124, 125, 140, 153, 125, 127, 140, 109, 111, 143, 127, 111, 79, |
---|
| 275 | 108, 123, 63, CNU, CNU, CNU, CNU, CNU, CNU, CNU, CNU, CNU, CNU, CNU, CNU, |
---|
[56] | 276 | }, |
---|
| 277 | }; |
---|
| 278 | |
---|
| 279 | static const UChar |
---|
| 280 | INIT_SIG_CG_FLAG[3][2 * NUM_SIG_CG_FLAG_CTX] = |
---|
| 281 | { |
---|
[608] | 282 | { 121, 140, |
---|
| 283 | 61, 154, |
---|
[56] | 284 | }, |
---|
| 285 | { 121, 140, |
---|
| 286 | 61, 154, |
---|
| 287 | }, |
---|
[608] | 288 | { 91, 171, |
---|
| 289 | 134, 141, |
---|
[56] | 290 | }, |
---|
| 291 | }; |
---|
| 292 | |
---|
| 293 | static const UChar |
---|
| 294 | INIT_SIG_FLAG[3][NUM_SIG_FLAG_CTX] = |
---|
| 295 | { |
---|
[608] | 296 | { 170, 154, 139, 153, 139, 123, 123, 63, 124, 166, 183, 140, 136, 153, 154, 166, 183, 140, 136, 153, 154, 166, 183, 140, 136, 153, 154, 170, 153, 138, 138, 122, 121, 122, 121, 167, 151, 183, 140, 151, 183, 140, }, |
---|
| 297 | { 155, 154, 139, 153, 139, 123, 123, 63, 153, 166, 183, 140, 136, 153, 154, 166, 183, 140, 136, 153, 154, 166, 183, 140, 136, 153, 154, 170, 153, 123, 123, 107, 121, 107, 121, 167, 151, 183, 140, 151, 183, 140, }, |
---|
| 298 | { 111, 111, 125, 110, 110, 94, 124, 108, 124, 107, 125, 141, 179, 153, 125, 107, 125, 141, 179, 153, 125, 107, 125, 141, 179, 153, 125, 140, 139, 182, 182, 152, 136, 152, 136, 153, 136, 139, 111, 136, 139, 111, }, |
---|
[56] | 299 | }; |
---|
| 300 | |
---|
| 301 | static const UChar |
---|
| 302 | INIT_ONE_FLAG[3][NUM_ONE_FLAG_CTX] = |
---|
| 303 | { |
---|
[608] | 304 | { 154, 196, 167, 167, 154, 152, 167, 182, 182, 134, 149, 136, 153, 121, 136, 122, 169, 208, 166, 167, 154, 152, 167, 182, }, |
---|
| 305 | { 154, 196, 196, 167, 154, 152, 167, 182, 182, 134, 149, 136, 153, 121, 136, 137, 169, 194, 166, 167, 154, 167, 137, 182, }, |
---|
[56] | 306 | { 140, 92, 137, 138, 140, 152, 138, 139, 153, 74, 149, 92, 139, 107, 122, 152, 140, 179, 166, 182, 140, 227, 122, 197, }, |
---|
| 307 | }; |
---|
| 308 | |
---|
| 309 | static const UChar |
---|
| 310 | INIT_ABS_FLAG[3][NUM_ABS_FLAG_CTX] = |
---|
| 311 | { |
---|
[608] | 312 | { 107, 167, 91, 107, 107, 167, }, |
---|
| 313 | { 107, 167, 91, 122, 107, 167, }, |
---|
[56] | 314 | { 138, 153, 136, 167, 152, 152, }, |
---|
| 315 | }; |
---|
| 316 | |
---|
| 317 | static const UChar |
---|
| 318 | INIT_MVP_IDX[3][NUM_MVP_IDX_CTX] = |
---|
| 319 | { |
---|
| 320 | { 168, CNU, }, |
---|
| 321 | { 168, CNU, }, |
---|
[608] | 322 | { CNU, CNU, }, |
---|
[56] | 323 | }; |
---|
| 324 | |
---|
| 325 | static const UChar |
---|
[608] | 326 | INIT_SAO_MERGE_FLAG[3][NUM_SAO_MERGE_FLAG_CTX] = |
---|
[56] | 327 | { |
---|
[608] | 328 | { 153, }, |
---|
| 329 | { 153, }, |
---|
| 330 | { 153, }, |
---|
[56] | 331 | }; |
---|
| 332 | |
---|
| 333 | static const UChar |
---|
[608] | 334 | INIT_SAO_TYPE_IDX[3][NUM_SAO_TYPE_IDX_CTX] = |
---|
[56] | 335 | { |
---|
[608] | 336 | #if FIX827 |
---|
| 337 | { 160, }, |
---|
| 338 | { 185, }, |
---|
| 339 | { 200, }, |
---|
| 340 | #else |
---|
| 341 | { 200, }, |
---|
| 342 | { 185, }, |
---|
| 343 | { 160, }, |
---|
| 344 | #endif |
---|
[56] | 345 | }; |
---|
| 346 | |
---|
[443] | 347 | static const UChar |
---|
[608] | 348 | INIT_TRANS_SUBDIV_FLAG[3][NUM_TRANS_SUBDIV_FLAG_CTX] = |
---|
[443] | 349 | { |
---|
[608] | 350 | #if FIX712 |
---|
| 351 | { 224, 167, 122, }, |
---|
| 352 | { 124, 138, 94, }, |
---|
| 353 | { 153, 138, 138, }, |
---|
[443] | 354 | #else |
---|
[608] | 355 | { 153, 138, 138, }, |
---|
| 356 | { 124, 138, 94, }, |
---|
| 357 | { 224, 167, 122, }, |
---|
| 358 | #endif |
---|
[56] | 359 | }; |
---|
| 360 | |
---|
[608] | 361 | static const UChar |
---|
| 362 | INIT_TRANSFORMSKIP_FLAG[3][2*NUM_TRANSFORMSKIP_FLAG_CTX] = |
---|
[56] | 363 | { |
---|
[608] | 364 | { 139, 139}, |
---|
| 365 | { 139, 139}, |
---|
| 366 | { 139, 139}, |
---|
[56] | 367 | }; |
---|
| 368 | |
---|
[608] | 369 | #if H_3D_ARP |
---|
[56] | 370 | static const UChar |
---|
[608] | 371 | INIT_ARPW[3][NUM_ARPW_CTX] = |
---|
[56] | 372 | { |
---|
[608] | 373 | { 154, 154, 154, 154 }, |
---|
| 374 | { 154, 154, 154, 154 }, |
---|
| 375 | { 154, 154, 154, 154 }, |
---|
[56] | 376 | }; |
---|
[608] | 377 | #endif |
---|
[56] | 378 | |
---|
[608] | 379 | #if H_3D_IC |
---|
[56] | 380 | static const UChar |
---|
[608] | 381 | INIT_IC_FLAG[3][NUM_IC_FLAG_CTX] = |
---|
[56] | 382 | { |
---|
[608] | 383 | { CNU, CNU, CNU, }, |
---|
| 384 | { 197, 185, 201, }, |
---|
| 385 | { 197, 185, 201, }, |
---|
[56] | 386 | }; |
---|
[608] | 387 | #endif |
---|
| 388 | #if H_3D_DIM |
---|
| 389 | static const UChar |
---|
| 390 | INIT_DEPTH_INTRA_MODE[3][NUM_DEPTH_INTRA_MODE_CTX] = |
---|
[56] | 391 | { |
---|
[608] | 392 | {0, 0, 64, 168, 168, 124, CNU, 0}, |
---|
| 393 | {0, 64, 0, 183, CNU, 108, 0, 0}, |
---|
| 394 | {64, 0, CNU, CNU, 168, 109, 0, 0} |
---|
[56] | 395 | }; |
---|
[655] | 396 | |
---|
[56] | 397 | static const UChar |
---|
[608] | 398 | INIT_DDC_FLAG[3][NUM_DDC_FLAG_CTX] = |
---|
[56] | 399 | { |
---|
[608] | 400 | {0 , CNU}, |
---|
| 401 | {0 , CNU}, |
---|
| 402 | {64, CNU} |
---|
[56] | 403 | }; |
---|
| 404 | static const UChar |
---|
[608] | 405 | INIT_DDC_DATA[3][NUM_DDC_DATA_CTX] = |
---|
[2] | 406 | { |
---|
[608] | 407 | { CNU, CNU }, |
---|
| 408 | { CNU, CNU }, |
---|
| 409 | { CNU, CNU }, |
---|
[2] | 410 | }; |
---|
[608] | 411 | #if H_3D_DIM_DMM |
---|
[56] | 412 | static const UChar |
---|
[608] | 413 | INIT_DMM1_DATA[3][NUM_DMM1_DATA_CTX] = |
---|
[56] | 414 | { |
---|
[608] | 415 | { CNU }, |
---|
| 416 | { CNU }, |
---|
| 417 | { CNU }, |
---|
[2] | 418 | }; |
---|
[296] | 419 | static const UChar |
---|
[608] | 420 | INIT_DMM3_DATA[3][NUM_DMM3_DATA_CTX] = |
---|
[100] | 421 | { |
---|
[608] | 422 | { CNU }, |
---|
| 423 | { CNU }, |
---|
| 424 | { CNU }, |
---|
[100] | 425 | }; |
---|
[2] | 426 | #endif |
---|
[608] | 427 | #if H_3D_DIM_RBC |
---|
| 428 | static const UChar |
---|
| 429 | INIT_RBC_DATA[3][NUM_RBC_DATA_CTX] = |
---|
[443] | 430 | { |
---|
[608] | 431 | { CNU }, |
---|
| 432 | { CNU }, |
---|
| 433 | { CNU }, |
---|
[443] | 434 | }; |
---|
| 435 | #endif |
---|
[608] | 436 | #if H_3D_DIM_SDC |
---|
| 437 | static const UChar |
---|
| 438 | INIT_SDC_RESIDUAL_FLAG[3][SDC_NUM_RESIDUAL_FLAG_CTX] = |
---|
[443] | 439 | { |
---|
[608] | 440 | { CNU }, |
---|
| 441 | { CNU }, |
---|
| 442 | { CNU }, |
---|
[443] | 443 | }; |
---|
[608] | 444 | static const UChar |
---|
| 445 | INIT_SDC_RESIDUAL[3][SDC_NUM_RESIDUAL_CTX] = |
---|
[443] | 446 | { |
---|
[608] | 447 | { 155 }, |
---|
| 448 | { 155 }, |
---|
| 449 | { 155 }, |
---|
[443] | 450 | }; |
---|
| 451 | #endif |
---|
[608] | 452 | #endif |
---|
[443] | 453 | |
---|
[655] | 454 | #if H_3D_INTER_SDC |
---|
[608] | 455 | static const UChar |
---|
| 456 | INIT_INTER_SDC_FLAG[3][NUM_INTER_SDC_FLAG_CTX] = |
---|
[443] | 457 | { |
---|
[608] | 458 | { CNU }, |
---|
| 459 | { 154 }, |
---|
| 460 | { 154 }, |
---|
[443] | 461 | }; |
---|
[189] | 462 | |
---|
[608] | 463 | static const UChar |
---|
| 464 | INIT_INTER_SDC_SIGN_FLAG[3][NUM_INTER_SDC_SIGN_FLAG_CTX] = |
---|
[189] | 465 | { |
---|
[608] | 466 | { CNU }, |
---|
| 467 | { 154 }, |
---|
| 468 | { 154 }, |
---|
[189] | 469 | }; |
---|
| 470 | |
---|
[608] | 471 | static const UChar |
---|
| 472 | INIT_INTER_SDC_RESIDUAL[3][NUM_INTER_SDC_RESIDUAL_CTX] = |
---|
[189] | 473 | { |
---|
[608] | 474 | { CNU }, |
---|
| 475 | { 154 }, |
---|
| 476 | { 154 }, |
---|
[189] | 477 | }; |
---|
| 478 | #endif |
---|
[56] | 479 | //! \} |
---|
| 480 | |
---|
[608] | 481 | |
---|
[2] | 482 | #endif |
---|