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
e2a5fd2c
Commit
e2a5fd2c
authored
Jun 02, 2015
by
Johann
Committed by
Gerrit Code Review
Jun 02, 2015
Browse files
Merge "Disable neon bilinear 4x4"
parents
c139b81a
86d0cb83
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/common/rtcd_defs.pl
View file @
e2a5fd2c
...
...
@@ -215,7 +215,7 @@ $vp8_sixtap_predict8x4_media=vp8_sixtap_predict8x4_armv6;
$vp8_sixtap_predict8x4_dspr2
=
vp8_sixtap_predict8x4_dspr2
;
add_proto
qw/void vp8_sixtap_predict4x4/
,
"
unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch
";
#
Disable neon while investigating
https://code.google.com/p/webm/issues/detail?id=817
#
TODO(johannkoenig): fix the neon version
https://code.google.com/p/webm/issues/detail?id=817
specialize
qw/vp8_sixtap_predict4x4 mmx ssse3 media dspr2/
;
$vp8_sixtap_predict4x4_media
=
vp8_sixtap_predict4x4_armv6
;
$vp8_sixtap_predict4x4_dspr2
=
vp8_sixtap_predict4x4_dspr2
;
...
...
@@ -233,7 +233,8 @@ specialize qw/vp8_bilinear_predict8x4 mmx media neon/;
$vp8_bilinear_predict8x4_media
=
vp8_bilinear_predict8x4_armv6
;
add_proto
qw/void vp8_bilinear_predict4x4/
,
"
unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch
";
specialize
qw/vp8_bilinear_predict4x4 mmx media neon/
;
#TODO(johannkoenig): fix the neon version https://code.google.com/p/webm/issues/detail?id=892
specialize
qw/vp8_bilinear_predict4x4 mmx media/
;
$vp8_bilinear_predict4x4_media
=
vp8_bilinear_predict4x4_armv6
;
#
...
...
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