Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yushin Cho
aom-rav1e
Commits
c982a73b
Commit
c982a73b
authored
Sep 30, 2013
by
Dmitry Kovalev
Browse files
Removing unused vp9_coeff_stats_model typedef.
Change-Id: I6973e7121b6393379b5759f288632e8eab763d3e
parent
40047bef
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_entropy.h
View file @
c982a73b
...
...
@@ -207,9 +207,6 @@ typedef vp9_prob vp9_coeff_probs_model[REF_TYPES][COEF_BANDS]
typedef
unsigned
int
vp9_coeff_count_model
[
REF_TYPES
][
COEF_BANDS
]
[
PREV_COEF_CONTEXTS
]
[
UNCONSTRAINED_NODES
+
1
];
typedef
unsigned
int
vp9_coeff_stats_model
[
REF_TYPES
][
COEF_BANDS
]
[
PREV_COEF_CONTEXTS
]
[
UNCONSTRAINED_NODES
][
2
];
void
vp9_model_to_full_probs
(
const
vp9_prob
*
model
,
vp9_prob
*
full
);
...
...
Write
Preview
Supports
Markdown
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