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
ad64ca44
Commit
ad64ca44
authored
Dec 21, 2012
by
Jim Bankoski
Browse files
fixed sizes of global arrays
Change-Id: Ibc077cf1c1da0c86063f88c6d3073c6876989119
parent
1dffce7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/x86/vp9_asm_stubs.c
View file @
ad64ca44
...
...
@@ -13,9 +13,9 @@
#include
"vpx_ports/mem.h"
#include
"vp9/common/vp9_subpixel.h"
extern
const
short
vp9_six_tap_mmx
[
16
][
6
*
8
];
extern
const
short
vp9_six_tap_mmx
[
8
][
6
*
8
];
extern
const
short
vp9_bilinear_filters_8x_mmx
[
16
][
2
*
8
];
extern
const
short
vp9_bilinear_filters_8x_mmx
[
8
][
2
*
8
];
extern
void
vp9_filter_block1d_h6_mmx
(
unsigned
char
*
src_ptr
,
unsigned
short
*
output_ptr
,
...
...
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