Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
c59c5cbe
Commit
c59c5cbe
authored
Apr 15, 2016
by
Johann Koenig
Committed by
Gerrit Code Review
Apr 15, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Enable vpx_idct32x32_1024_add_neon for neon as well, not only for neon_asm"
parents
26faa3ec
d8b3e29e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vpx_dsp/vpx_dsp_rtcd_defs.pl
vpx_dsp/vpx_dsp_rtcd_defs.pl
+2
-2
No files found.
vpx_dsp/vpx_dsp_rtcd_defs.pl
View file @
c59c5cbe
...
...
@@ -919,9 +919,9 @@ if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
$vpx_idct32x32_135_add_msa
=
vpx_idct32x32_1024_add_msa
;
add_proto
qw/void vpx_idct32x32_34_add/
,
"
const tran_low_t *input, uint8_t *dest, int dest_stride
";
specialize
qw/vpx_idct32x32_34_add sse2 neon
_asm
dspr2 msa/
,
"
$ssse3_x86_64_x86inc
";
specialize
qw/vpx_idct32x32_34_add sse2 neon dspr2 msa/
,
"
$ssse3_x86_64_x86inc
";
# Need to add 34 eob idct32x32 neon implementation.
$vpx_idct32x32_34_add_neon
_asm
=
vpx_idct32x32_1024_add_neon
;
$vpx_idct32x32_34_add_neon
=
vpx_idct32x32_1024_add_neon
;
add_proto
qw/void vpx_idct32x32_1_add/
,
"
const tran_low_t *input, uint8_t *dest, int dest_stride
";
specialize
qw/vpx_idct32x32_1_add sse2 neon dspr2 msa/
;
...
...
Write
Preview
Markdown
is supported
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