Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
aom-rav1e
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
aom-rav1e
Commits
6b1140c7
Commit
6b1140c7
authored
9 years ago
by
Thomas Daede
Browse files
Options
Downloads
Patches
Plain Diff
Delete unused algorithm interfaces for VP8 and VP9.
Change-Id: Iabfcce34a33521093d60ddc2f7d5588545d8b8e7
parent
35c1ce69
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vpx/vp8cx.h
+0
-18
0 additions, 18 deletions
vpx/vp8cx.h
vpx/vp8dx.h
+0
-18
0 additions, 18 deletions
vpx/vp8dx.h
with
0 additions
and
36 deletions
vpx/vp8cx.h
+
0
−
18
View file @
6b1140c7
...
...
@@ -27,24 +27,6 @@
extern
"C"
{
#endif
/*!\name Algorithm interface for VP8
*
* This interface provides the capability to encode raw VP8 streams.
* @{
*/
extern
vpx_codec_iface_t
vpx_codec_vp8_cx_algo
;
extern
vpx_codec_iface_t
*
vpx_codec_vp8_cx
(
void
);
/*!@} - end algorithm interface member group*/
/*!\name Algorithm interface for VP9
*
* This interface provides the capability to encode raw VP9 streams.
* @{
*/
extern
vpx_codec_iface_t
vpx_codec_vp9_cx_algo
;
extern
vpx_codec_iface_t
*
vpx_codec_vp9_cx
(
void
);
/*!@} - end algorithm interface member group*/
/*!\name Algorithm interface for VP10
*
* This interface provides the capability to encode raw VP10 streams.
...
...
This diff is collapsed.
Click to expand it.
vpx/vp8dx.h
+
0
−
18
View file @
6b1140c7
...
...
@@ -28,24 +28,6 @@ extern "C" {
/* Include controls common to both the encoder and decoder */
#include
"./vp8.h"
/*!\name Algorithm interface for VP8
*
* This interface provides the capability to decode VP8 streams.
* @{
*/
extern
vpx_codec_iface_t
vpx_codec_vp8_dx_algo
;
extern
vpx_codec_iface_t
*
vpx_codec_vp8_dx
(
void
);
/*!@} - end algorithm interface member group*/
/*!\name Algorithm interface for VP9
*
* This interface provides the capability to decode VP9 streams.
* @{
*/
extern
vpx_codec_iface_t
vpx_codec_vp9_dx_algo
;
extern
vpx_codec_iface_t
*
vpx_codec_vp9_dx
(
void
);
/*!@} - end algorithm interface member group*/
/*!\name Algorithm interface for VP10
*
* This interface provides the capability to decode VP10 streams.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment