source: 3DVCSoftware/branches/HTM-DEV-0.3-dev1/source/Lib/TLibCommon/ContextTables.h @ 520

Last change on this file since 520 was 467, checked in by rwth, 12 years ago

Integration of depth intra methods in macro H_3D_DIM, including:

  • Simplified Depth Coding (SDC) in H_3D_DIM_SDC
  • Depth Lookup Table (DLT) in H_3D_DIM_DLT
  • Property svn:eol-style set to native
File size: 13.2 KB
RevLine 
[324]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-2013, 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     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
42//! \ingroup TLibCommon
43//! \{
44#define FIX827 1 ///< Fix for issue #827: CABAC init tables
45#define FIX712 1 ///< Fix for issue #712: CABAC init tables
46
47// ====================================================================================================================
48// Constants
49// ====================================================================================================================
50
51#define MAX_NUM_CTX_MOD             512       ///< maximum number of supported contexts
52
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#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
58
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
62
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)
66#define NUM_INTER_DIR_CTX             5       ///< number of context models for inter prediction direction
67#define NUM_MV_RES_CTX                2       ///< number of context models for motion vector difference
68
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
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
74
75#define NUM_SIG_CG_FLAG_CTX           2       ///< number of context models for MULTI_LEVEL_SIGNIFICANCE
76
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
80
81#define NUM_CTX_LAST_FLAG_XY          15      ///< number of context models for last coefficient position
82
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
90#define NUM_MVP_IDX_CTX               2       ///< number of context models for MVP index
91
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
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#define CNU                          154      ///< dummy initialization value for unused context models 'Context model Not Used'
98
[459]99#if H_3D_DIM
100#define NUM_DEPTH_INTRA_MODE_CTX      8       ///< number of context models for depth intra modes
101#define NUM_DDC_FLAG_CTX              2       ///< number of context models for deltaDC flag (DMM or RBC)
102#define NUM_DDC_DATA_CTX              2       ///< number of context models for deltaDC data (DMM or RBC)
103#if H_3D_DIM_DMM
104#define NUM_DMM1_DATA_CTX             1       ///< number of context models for DMM1 data
105#define NUM_DMM2_DATA_CTX             1       ///< number of context models for DMM2 data
106#define NUM_DMM3_DATA_CTX             1       ///< number of context models for DMM3 data
107#endif
108#if H_3D_DIM_RBC
109#define NUM_RBC_DATA_CTX              1       ///< number of context models for RBC data
110#endif
111#endif
112
[467]113#if H_3D_DIM_SDC
114#define SDC_NUM_RESIDUAL_FLAG_CTX        1
115#define SDC_NUM_RESIDUAL_CTX             1
116#endif
[324]117// ====================================================================================================================
118// Tables
119// ====================================================================================================================
120
121// initial probability for cu_transquant_bypass flag
122static const UChar
123INIT_CU_TRANSQUANT_BYPASS_FLAG[3][NUM_CU_TRANSQUANT_BYPASS_FLAG_CTX] =
124{
125  { 154 }, 
126  { 154 }, 
127  { 154 }, 
128};
129
130// initial probability for split flag
131static const UChar
132INIT_SPLIT_FLAG[3][NUM_SPLIT_FLAG_CTX] = 
133{
134  { 107,  139,  126, },
135  { 107,  139,  126, }, 
136  { 139,  141,  157, }, 
137};
138
139static const UChar
140INIT_SKIP_FLAG[3][NUM_SKIP_FLAG_CTX] = 
141{
142  { 197,  185,  201, }, 
143  { 197,  185,  201, }, 
144  { CNU,  CNU,  CNU, }, 
145};
146
147static const UChar
148INIT_MERGE_FLAG_EXT[3][NUM_MERGE_FLAG_EXT_CTX] = 
149{
150  { 154, }, 
151  { 110, }, 
152  { CNU, }, 
153};
154
155static const UChar
156INIT_MERGE_IDX_EXT[3][NUM_MERGE_IDX_EXT_CTX] = 
157{
158  { 137, }, 
159  { 122, }, 
160  { CNU, }, 
161};
162
163static const UChar
164INIT_PART_SIZE[3][NUM_PART_SIZE_CTX] = 
165{
166  { 154,  139,  CNU,  CNU, }, 
167  { 154,  139,  CNU,  CNU, }, 
168  { 184,  CNU,  CNU,  CNU, }, 
169};
170
171static const UChar
172INIT_CU_AMP_POS[3][NUM_CU_AMP_CTX] = 
173{
174  { 154, }, 
175  { 154, }, 
176  { CNU, }, 
177};
178
179static const UChar
180INIT_PRED_MODE[3][NUM_PRED_MODE_CTX] = 
181{
182  { 134, }, 
183  { 149, }, 
184  { CNU, }, 
185};
186
187static const UChar
188INIT_INTRA_PRED_MODE[3][NUM_ADI_CTX] = 
189{
190  { 183, }, 
191  { 154, }, 
192  { 184, }, 
193};
194
195static const UChar
196INIT_CHROMA_PRED_MODE[3][NUM_CHROMA_PRED_CTX] = 
197{
198  { 152,  139, }, 
199  { 152,  139, }, 
200  {  63,  139, }, 
201};
202
203static const UChar
204INIT_INTER_DIR[3][NUM_INTER_DIR_CTX] = 
205{
206  {  95,   79,   63,   31,  31, }, 
207  {  95,   79,   63,   31,  31, }, 
208  { CNU,  CNU,  CNU,  CNU, CNU, }, 
209};
210
211static const UChar
212INIT_MVD[3][NUM_MV_RES_CTX] = 
213{
214  { 169,  198, }, 
215  { 140,  198, }, 
216  { CNU,  CNU, }, 
217};
218
219static const UChar
220INIT_REF_PIC[3][NUM_REF_NO_CTX] = 
221{
222  { 153,  153 }, 
223  { 153,  153 }, 
224  { CNU,  CNU }, 
225};
226
227static const UChar
228INIT_DQP[3][NUM_DELTA_QP_CTX] = 
229{
230  { 154,  154,  154, }, 
231  { 154,  154,  154, }, 
232  { 154,  154,  154, }, 
233};
234
235static const UChar
236INIT_QT_CBF[3][2*NUM_QT_CBF_CTX] = 
237{
238  { 153,  111,  CNU,  CNU,  CNU,  149,   92,  167,  CNU,  CNU, }, 
239  { 153,  111,  CNU,  CNU,  CNU,  149,  107,  167,  CNU,  CNU, }, 
240  { 111,  141,  CNU,  CNU,  CNU,   94,  138,  182,  CNU,  CNU, }, 
241};
242
243static const UChar
244INIT_QT_ROOT_CBF[3][NUM_QT_ROOT_CBF_CTX] = 
245{
246  {  79, }, 
247  {  79, }, 
248  { CNU, }, 
249};
250
251static const UChar
252INIT_LAST[3][2*NUM_CTX_LAST_FLAG_XY] = 
253{
254  { 125,  110,  124,  110,   95,   94,  125,  111,  111,   79,  125,  126,  111,  111,   79,
255    108,  123,   93,  CNU,  CNU,  CNU,  CNU,  CNU,  CNU,  CNU,  CNU,  CNU,  CNU,  CNU,  CNU, 
256  }, 
257  { 125,  110,   94,  110,   95,   79,  125,  111,  110,   78,  110,  111,  111,   95,   94,
258    108,  123,  108,  CNU,  CNU,  CNU,  CNU,  CNU,  CNU,  CNU,  CNU,  CNU,  CNU,  CNU,  CNU,
259  }, 
260  { 110,  110,  124,  125,  140,  153,  125,  127,  140,  109,  111,  143,  127,  111,   79, 
261    108,  123,   63,  CNU,  CNU,  CNU,  CNU,  CNU,  CNU,  CNU,  CNU,  CNU,  CNU,  CNU,  CNU, 
262  }, 
263};
264
265static const UChar
266INIT_SIG_CG_FLAG[3][2 * NUM_SIG_CG_FLAG_CTX] = 
267{
268  { 121,  140, 
269    61,  154, 
270  }, 
271  { 121,  140, 
272    61,  154, 
273  }, 
274  {  91,  171, 
275    134,  141, 
276  }, 
277};
278
279static const UChar
280INIT_SIG_FLAG[3][NUM_SIG_FLAG_CTX] = 
281{
282  { 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,  }, 
283  { 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,  }, 
284  { 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,  }, 
285};
286
287static const UChar
288INIT_ONE_FLAG[3][NUM_ONE_FLAG_CTX] = 
289{
290  { 154,  196,  167,  167,  154,  152,  167,  182,  182,  134,  149,  136,  153,  121,  136,  122,  169,  208,  166,  167,  154,  152,  167,  182, }, 
291  { 154,  196,  196,  167,  154,  152,  167,  182,  182,  134,  149,  136,  153,  121,  136,  137,  169,  194,  166,  167,  154,  167,  137,  182, }, 
292  { 140,   92,  137,  138,  140,  152,  138,  139,  153,   74,  149,   92,  139,  107,  122,  152,  140,  179,  166,  182,  140,  227,  122,  197, }, 
293};
294
295static const UChar
296INIT_ABS_FLAG[3][NUM_ABS_FLAG_CTX] = 
297{
298  { 107,  167,   91,  107,  107,  167, }, 
299  { 107,  167,   91,  122,  107,  167, }, 
300  { 138,  153,  136,  167,  152,  152, }, 
301};
302
303static const UChar
304INIT_MVP_IDX[3][NUM_MVP_IDX_CTX] = 
305{
306  { 168,  CNU, }, 
307  { 168,  CNU, }, 
308  { CNU,  CNU, }, 
309};
310
311static const UChar
312INIT_SAO_MERGE_FLAG[3][NUM_SAO_MERGE_FLAG_CTX] = 
313{
314  { 153,  }, 
315  { 153,  }, 
316  { 153,  }, 
317};
318
319static const UChar
320INIT_SAO_TYPE_IDX[3][NUM_SAO_TYPE_IDX_CTX] = 
321{
322#if FIX827
323  { 160, },
324  { 185, },
325  { 200, },
326#else
327  { 200, },
328  { 185, }, 
329  { 160, },
330#endif
331};
332
333static const UChar
334INIT_TRANS_SUBDIV_FLAG[3][NUM_TRANS_SUBDIV_FLAG_CTX] =
335{
336#if FIX712
337  { 224,  167,  122, },
338  { 124,  138,   94, },
339  { 153,  138,  138, },
340#else
341  { 153,  138,  138, },
342  { 124,  138,   94, },
343  { 224,  167,  122, },
344#endif
345};
346
347static const UChar
348INIT_TRANSFORMSKIP_FLAG[3][2*NUM_TRANSFORMSKIP_FLAG_CTX] = 
349{
350  { 139,  139}, 
351  { 139,  139}, 
352  { 139,  139}, 
353};
[459]354
355#if H_3D_DIM
356static const UChar
357INIT_DEPTH_INTRA_MODE[3][NUM_DEPTH_INTRA_MODE_CTX] =
358{
359  {0,  0,  64,   0, CNU,   0, CNU, 0},
360  {0, 64,   0, CNU,   0, CNU,   0, 0},
361  {64, 0, CNU,   0, CNU,   0,   0, 0}
362};
363static const UChar
364INIT_DDC_FLAG[3][NUM_DDC_FLAG_CTX] =
365{
366  {0 , CNU},
367  {0 , CNU},
368  {64, CNU}
369};
370static const UChar
371INIT_DDC_DATA[3][NUM_DDC_DATA_CTX] = 
372{
373  { CNU, CNU }, 
374  { CNU, CNU }, 
375  { CNU, CNU }, 
376};
377#if H_3D_DIM_DMM
378static const UChar
379INIT_DMM1_DATA[3][NUM_DMM1_DATA_CTX] = 
380{
381  { CNU }, 
382  { CNU }, 
383  { CNU }, 
384};
385static const UChar
386INIT_DMM2_DATA[3][NUM_DMM2_DATA_CTX] = 
387{
388  { CNU }, 
389  { CNU }, 
390  { CNU }, 
391};
392static const UChar
393INIT_DMM3_DATA[3][NUM_DMM3_DATA_CTX] = 
394{
395  { CNU }, 
396  { CNU }, 
397  { CNU }, 
398};
399#endif
400#if H_3D_DIM_RBC
401static const UChar
402INIT_RBC_DATA[3][NUM_RBC_DATA_CTX] = 
403{
404  { CNU }, 
405  { CNU }, 
406  { CNU }, 
407};
408#endif
[467]409#if H_3D_DIM_SDC
410static const UChar
411INIT_SDC_RESIDUAL_FLAG[3][SDC_NUM_RESIDUAL_FLAG_CTX] =
412{
413  { CNU },
414  { CNU },
415  { CNU },
416};
417static const UChar
418INIT_SDC_RESIDUAL[3][SDC_NUM_RESIDUAL_CTX] =
419{
420  { 155 },
421  { 155 },
422  { 155 },
423};
[459]424#endif
[467]425#endif
[324]426//! \}
427
428
429#endif
Note: See TracBrowser for help on using the repository browser.