
Go to the source code of this file.
Variables | |
| static Int | intra_max_level [2][64] |
| static Int | inter_max_level [2][64] |
| static Int | intra_max_run0 [28] |
| static Int | intra_max_run1 [9] |
| static Int | inter_max_run0 [13] |
| static Int | inter_max_run1 [4] |
Int inter_max_level[2][64] [static] |
Initial value:
{
{
12, 6, 4, 3, 3, 3, 3, 2,
2, 2, 2, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0
},
{
3, 2, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1,
1, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0
}
}
Definition at line 28 of file max_level.h.
Referenced by CodeCoeff().
Int inter_max_run0[13] [static] |
Initial value:
{
999,
26, 10, 6, 2, 1, 1,
0, 0, 0, 0, 0, 0
}
Definition at line 71 of file max_level.h.
Referenced by CodeCoeff().
Int inter_max_run1[4] [static] |
Initial value:
{
999, 40, 1, 0
}
Definition at line 79 of file max_level.h.
Referenced by CodeCoeff().
Int intra_max_level[2][64] [static] |
Initial value:
{
{
27, 10, 5, 4, 3, 3, 3, 3,
2, 2, 1, 1, 1, 1, 1, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
},
{
8, 3, 2, 2, 2, 2, 2, 1,
1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0
}
}
Definition at line 2 of file max_level.h.
Referenced by CodeCoeff().
Int intra_max_run0[28] [static] |
Initial value:
{
999, 14, 9, 7, 3, 2, 1,
1, 1, 1, 1, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0
}
Definition at line 54 of file max_level.h.
Referenced by CodeCoeff().
Int intra_max_run1[9] [static] |
Initial value:
{
999, 20, 6,
1, 0, 0,
0, 0, 0
}
Definition at line 63 of file max_level.h.
Referenced by CodeCoeff().
1.5.5