Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
49094355
Commit
49094355
authored
Sep 04, 2014
by
Dmitry Kovalev
Browse files
Removing unused function prototypes.
Change-Id: Ia5e383e2cf18052f6f1eacf8b9495ab8e4d58878
parent
27db51c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_rtcd_defs.pl
View file @
49094355
...
...
@@ -284,15 +284,6 @@ specialize qw/vp9_plane_add_noise mmx sse2/;
$vp9_plane_add_noise_sse2
=
vp9_plane_add_noise_wmt
;
}
add_proto
qw/void vp9_blend_mb_inner/
,
"
uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int stride
";
specialize
qw/vp9_blend_mb_inner/
;
add_proto
qw/void vp9_blend_mb_outer/
,
"
uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int stride
";
specialize
qw/vp9_blend_mb_outer/
;
add_proto
qw/void vp9_blend_b/
,
"
uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int stride
";
specialize
qw/vp9_blend_b/
;
#
# Sub Pixel Filters
#
...
...
Write
Preview
Supports
Markdown
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