Skip to content
GitLab
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
c731d6a4
Commit
c731d6a4
authored
Sep 08, 2014
by
Johann
Committed by
Gerrit Code Review
Sep 08, 2014
Browse files
Merge "Fixing Mac OS build."
parents
d76ef3e0
980abf60
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_rtcd_defs.pl
View file @
c731d6a4
...
...
@@ -696,7 +696,7 @@ add_proto qw/unsigned int vp9_mse8x8/, "const uint8_t *src_ptr, int source_stri
specialize
qw/vp9_mse8x8/
,
"
$sse2_x86inc
";
add_proto
qw/unsigned int vp9_get_mb_ss/
,
"
const int16_t *
";
specialize
qw/vp9_get_mb_ss
sse2/
;
specialize
qw/vp9_get_mb_ss
/
,
"
$sse2_x86inc
"
;
# ENCODEMB INVOKE
add_proto
qw/int64_t vp9_block_error/
,
"
const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size, int64_t *ssz
";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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