Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
3d7cc9d2
Commit
3d7cc9d2
authored
Dec 10, 2013
by
James Zern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vp8: remove 2 unused tables
Change-Id: Ib5ba4e0b438107741efa28251848306322fd7f89
parent
014b9c70
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
13 deletions
+0
-13
vp8/common/postproc.c
vp8/common/postproc.c
+0
-5
vp8/encoder/ratectrl.c
vp8/encoder/ratectrl.c
+0
-8
No files found.
vp8/common/postproc.c
View file @
3d7cc9d2
...
...
@@ -71,11 +71,6 @@ static const unsigned char MV_REFERENCE_FRAME_colors[MAX_REF_FRAMES][3] =
};
#endif
static
const
short
kernel5
[]
=
{
1
,
1
,
4
,
1
,
1
};
const
short
vp8_rv
[]
=
{
8
,
5
,
2
,
2
,
8
,
12
,
4
,
9
,
8
,
3
,
...
...
vp8/encoder/ratectrl.c
View file @
3d7cc9d2
...
...
@@ -174,14 +174,6 @@ static const int kf_gf_boost_qlimits[QINDEX_RANGE] =
600
,
600
,
600
,
600
,
600
,
600
,
600
,
600
,
};
/* % adjustment to target kf size based on seperation from previous frame */
static
const
int
kf_boost_seperation_adjustment
[
16
]
=
{
30
,
40
,
50
,
55
,
60
,
65
,
70
,
75
,
80
,
85
,
90
,
95
,
100
,
100
,
100
,
100
,
};
static
const
int
gf_adjust_table
[
101
]
=
{
100
,
...
...
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