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
ce1c9228
Commit
ce1c9228
authored
Sep 04, 2014
by
Dmitry Kovalev
Committed by
Gerrit Code Review
Sep 04, 2014
Browse files
Merge "Removing unused function prototypes."
parents
f8e5105b
49094355
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_rtcd_defs.pl
View file @
ce1c9228
...
...
@@ -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