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
28164eb9
Commit
28164eb9
authored
Jun 07, 2013
by
Ronald S. Bultje
Browse files
Fix segment feature data size.
Change-Id: I4331cfd99a717938f4f970cad81c468cbf287b00
parent
d5c2d2dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_seg_common.c
View file @
28164eb9
...
...
@@ -13,7 +13,7 @@
#include
"vp9/common/vp9_seg_common.h"
static
const
int
seg_feature_data_signed
[
SEG_LVL_MAX
]
=
{
1
,
1
,
0
,
0
};
static
const
int
seg_feature_data_max
[
SEG_LVL_MAX
]
=
{
MAXQ
,
63
,
15
,
0
};
static
const
int
seg_feature_data_max
[
SEG_LVL_MAX
]
=
{
MAXQ
,
63
,
3
,
0
};
// These functions provide access to new segment level features.
// Eventually these function may be "optimized out" but for the moment,
...
...
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