Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
ccb03484
Commit
ccb03484
authored
Dec 04, 2010
by
Paul Wilkins
Committed by
Code Review
Dec 04, 2010
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Change to inter_minq table."
parents
5e76dfcc
cec6a596
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
30 deletions
+8
-30
vp8/encoder/onyx_if.c
vp8/encoder/onyx_if.c
+8
-30
No files found.
vp8/encoder/onyx_if.c
View file @
ccb03484
...
...
@@ -174,17 +174,6 @@ static const int kf_high_motion_minq[QINDEX_RANGE] =
27
,
27
,
28
,
28
,
29
,
29
,
30
,
30
,
31
,
31
,
32
,
32
,
33
,
33
,
34
,
34
,
35
,
35
,
36
,
36
,
37
,
38
,
39
,
40
,
41
,
42
,
43
,
44
,
45
,
46
,
47
,
48
,
};
/*static const int kf_minq[QINDEX_RANGE] =
{
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, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 6, 6,
7, 7, 8, 8, 9, 9, 10,10,11,11,12,12,13,13,14,14,
15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,
23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30,
31,31,32,32,33,33,34,34,35,35,36,36,37,37,38,38
};*/
static
const
int
gf_low_motion_minq
[
QINDEX_RANGE
]
=
{
0
,
0
,
0
,
0
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
2
,
2
,
2
,
2
,
...
...
@@ -218,27 +207,16 @@ static const int gf_high_motion_minq[QINDEX_RANGE] =
41
,
41
,
42
,
42
,
43
,
44
,
45
,
46
,
47
,
48
,
49
,
50
,
51
,
52
,
53
,
54
,
55
,
56
,
57
,
58
,
59
,
60
,
62
,
64
,
66
,
68
,
70
,
72
,
74
,
76
,
78
,
80
,
};
/*static const int gf_arf_minq[QINDEX_RANGE] =
{
0,0,0,0,1,1,1,1,1,1,2,2,3,3,3,4,
4,4,5,5,5,6,6,6,7,7,7,8,8,8,9,9,
9,10,10,10,11,11,11,12,12,12,13,13,13,14,14,14,
15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,
23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30,
31,31,32,32,33,33,34,34,35,35,36,36,37,37,38,39,
39,40,40,41,41,42,42,43,43,44,45,46,47,48,49,50,
51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66
};*/
static
const
int
inter_minq
[
QINDEX_RANGE
]
=
{
0
,
0
,
0
,
0
,
1
,
1
,
2
,
3
,
3
,
4
,
4
,
5
,
6
,
6
,
7
,
7
,
8
,
8
,
9
,
9
,
10
,
11
,
11
,
12
,
12
,
13
,
13
,
14
,
1
4
,
15
,
1
5
,
16
,
16
,
17
,
17
,
17
,
18
,
18
,
19
,
19
,
2
0
,
2
0
,
2
1
,
2
1
,
2
2
,
22
,
22
,
23
,
23
,
24
,
24
,
24
,
25
,
25
,
2
6
,
2
7
,
2
8
,
28
,
2
9
,
3
0
,
3
1
,
3
2
,
33
,
34
,
35
,
35
,
3
6
,
3
7
,
3
8
,
3
9
,
39
,
4
0
,
4
1
,
4
2
,
4
3
,
43
,
44
,
4
5
,
4
6
,
47
,
4
7
,
4
8
,
4
9
,
49
,
5
1
,
5
2
,
5
3
,
54
,
5
4
,
5
5
,
5
6
,
56
,
5
7
,
5
7
,
5
8
,
58
,
59
,
59
,
60
,
61
,
6
1
,
6
2
,
62
,
6
3
,
6
4
,
64
,
6
5
,
6
6
,
67
,
6
7
,
6
8
,
6
9
,
69
,
70
,
71
,
7
1
,
7
2
,
7
3
,
7
4
,
7
5
,
76
,
7
6
,
7
7
,
78
,
79
,
80
,
81
,
81
,
0
,
0
,
1
,
1
,
2
,
3
,
3
,
4
,
4
,
5
,
6
,
6
,
7
,
8
,
8
,
9
,
9
,
10
,
11
,
11
,
12
,
13
,
13
,
14
,
1
5
,
15
,
1
6
,
17
,
17
,
18
,
19
,
20
,
20
,
21
,
2
2
,
2
2
,
2
3
,
2
4
,
2
4
,
25
,
26
,
27
,
27
,
28
,
29
,
30
,
30
,
31
,
32
,
33
,
33
,
34
,
35
,
36
,
3
6
,
3
7
,
3
8
,
39
,
3
9
,
4
0
,
4
1
,
4
2
,
42
,
43
,
44
,
45
,
46
,
4
6
,
4
7
,
4
8
,
4
9
,
50
,
5
0
,
5
1
,
5
2
,
5
3
,
54
,
55
,
5
5
,
5
6
,
5
7
,
5
8
,
5
9
,
60
,
60
,
6
1
,
6
2
,
6
3
,
6
4
,
6
5
,
6
6
,
6
7
,
6
7
,
6
8
,
69
,
70
,
7
1
,
7
2
,
7
3
,
7
4
,
75
,
7
5
,
7
6
,
7
7
,
7
8
,
7
9
,
80
,
81
,
82
,
83
,
84
,
85
,
86
,
86
,
87
,
88
,
89
,
90
,
9
1
,
9
2
,
9
3
,
9
4
,
9
5
,
9
6
,
9
7
,
98
,
99
,
100
};
void
vp8_initialize
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment