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
Guillaume Martres
aom-rav1e
Commits
d9b5d83f
Commit
d9b5d83f
authored
May 07, 2014
by
Johann
Committed by
Gerrit Code Review
May 07, 2014
Browse files
Merge "arm: Add a no-op define of __builtin_prefetch for MSVC"
parents
3899315f
d5d82a5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
vp8/common/arm/neon/sixtappredict_neon.c
View file @
d9b5d83f
...
...
@@ -10,6 +10,10 @@
#include <arm_neon.h>
#ifdef _MSC_VER
#define __builtin_prefetch(x)
#endif
static
const
int8_t
vp8_sub_pel_filters
[
8
][
8
]
=
{
{
0
,
0
,
128
,
0
,
0
,
0
,
0
,
0
},
/* note that 1/8 pel positionyys are */
{
0
,
-
6
,
123
,
12
,
-
1
,
0
,
0
,
0
},
/* just as per alpha -0.5 bicubic */
...
...
vp8/common/arm/neon/variance_neon.c
View file @
d9b5d83f
...
...
@@ -10,6 +10,10 @@
#include <arm_neon.h>
#ifdef _MSC_VER
#define __builtin_prefetch(x)
#endif
unsigned
int
vp8_variance16x16_neon
(
const
unsigned
char
*
src_ptr
,
int
source_stride
,
...
...
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