Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
aom-rav1e
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
aom-rav1e
Commits
1350f885
Commit
1350f885
authored
11 years ago
by
Dmitry Kovalev
Browse files
Options
Downloads
Patches
Plain Diff
Using TREE_SIZE macro for vp9_segment_tree.
Change-Id: I2965453135643d8f061b9fa9406fdca2db9c961e
parent
7fd2561d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vp9/common/vp9_seg_common.c
+1
-1
1 addition, 1 deletion
vp9/common/vp9_seg_common.c
vp9/common/vp9_seg_common.h
+1
-1
1 addition, 1 deletion
vp9/common/vp9_seg_common.h
with
2 additions
and
2 deletions
vp9/common/vp9_seg_common.c
+
1
−
1
View file @
1350f885
...
...
@@ -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
};
...
...
This diff is collapsed.
Click to expand it.
vp9/common/vp9_seg_common.h
+
1
−
1
View file @
1350f885
...
...
@@ -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_
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment