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
65e2e786
Commit
65e2e786
authored
11 years ago
by
Dmitry Kovalev
Browse files
Options
Downloads
Patches
Plain Diff
Removing unused mv_ref_stats[] array.
Change-Id: Icd4d495ed32dec215d2157cd8fbebd0648ec5954
parent
d5e6f095
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vp9/encoder/vp9_onyx_int.h
+0
-5
0 additions, 5 deletions
vp9/encoder/vp9_onyx_int.h
with
0 additions
and
5 deletions
vp9/encoder/vp9_onyx_int.h
+
0
−
5
View file @
65e2e786
...
@@ -676,11 +676,6 @@ typedef struct VP9_COMP {
...
@@ -676,11 +676,6 @@ typedef struct VP9_COMP {
int
max_arf_level
;
int
max_arf_level
;
#endif
#endif
#ifdef ENTROPY_STATS
int64_t
mv_ref_stats
[
INTER_MODE_CONTEXTS
][
INTER_MODES
-
1
][
2
];
#endif
#ifdef MODE_TEST_HIT_STATS
#ifdef MODE_TEST_HIT_STATS
// Debug / test stats
// Debug / test stats
int64_t
mode_test_hits
[
BLOCK_SIZES
];
int64_t
mode_test_hits
[
BLOCK_SIZES
];
...
...
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