Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
ab1e65b3
Commit
ab1e65b3
authored
Oct 17, 2013
by
Dmitry Kovalev
Committed by
Gerrit Code Review
Oct 17, 2013
Browse files
Merge "Using TREE_SIZE macro for vp9_segment_tree."
parents
631d2162
1350f885
Changes
2
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_seg_common.c
View file @
ab1e65b3
...
...
@@ -76,7 +76,7 @@ int vp9_get_segdata(const struct segmentation *seg, int segment_id,
}
const
vp9_tree_index
vp9_segment_tree
[
14
]
=
{
const
vp9_tree_index
vp9_segment_tree
[
TREE_SIZE
(
MAX_SEGMENTS
)
]
=
{
2
,
4
,
6
,
8
,
10
,
12
,
0
,
-
1
,
-
2
,
-
3
,
-
4
,
-
5
,
-
6
,
-
7
};
...
...
vp9/common/vp9_seg_common.h
View file @
ab1e65b3
...
...
@@ -76,7 +76,7 @@ int vp9_get_segdata(const struct segmentation *seg,
int
segment_id
,
SEG_LVL_FEATURES
feature_id
);
extern
const
vp9_tree_index
vp9_segment_tree
[
14
];
extern
const
vp9_tree_index
vp9_segment_tree
[
TREE_SIZE
(
MAX_SEGMENTS
)
];
#endif // VP9_COMMON_VP9_SEG_COMMON_H_
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