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
372e001d
Commit
372e001d
authored
Oct 22, 2012
by
Scott LaVarnway
Committed by
Gerrit Code Review
Oct 22, 2012
Browse files
Merge "Re-enable specialized sse2 block loop filter functions" into experimental
parents
e0957858
a1571b8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/common/rtcd_defs.sh
View file @
372e001d
...
...
@@ -128,7 +128,7 @@ prototype void vp8_loop_filter_mbv "unsigned char *y, unsigned char *u, unsigned
specialize vp8_loop_filter_mbv sse2
prototype void vp8_loop_filter_bv
"unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_filter_info *lfi"
specialize vp8_loop_filter_bv
;
specialize vp8_loop_filter_bv
sse2
prototype void vp8_loop_filter_bv8x8
"unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_filter_info *lfi"
specialize vp8_loop_filter_bv8x8 sse2
...
...
@@ -137,7 +137,7 @@ prototype void vp8_loop_filter_mbh "unsigned char *y, unsigned char *u, unsigned
specialize vp8_loop_filter_mbh sse2
prototype void vp8_loop_filter_bh
"unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_filter_info *lfi"
specialize vp8_loop_filter_bh
;
specialize vp8_loop_filter_bh
sse2
prototype void vp8_loop_filter_bh8x8
"unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_filter_info *lfi"
specialize vp8_loop_filter_bh8x8 sse2
...
...
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