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
ff6d6a9f
Commit
ff6d6a9f
authored
Dec 03, 2013
by
Dmitry Kovalev
Browse files
Formatting vp9_pareto8_full array.
Change-Id: Ic7f47a8d233daf5e61e82092865837ea4eda4095
parent
3c346191
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_entropy.c
View file @
ff6d6a9f
This diff is collapsed.
Click to expand it.
vp9/common/vp9_entropy.h
View file @
ff6d6a9f
...
...
@@ -130,14 +130,14 @@ static const uint8_t *get_band_translate(TX_SIZE tx_size) {
// 1, 3, 5, 7, ..., 253, 255
// In between probabilities are interpolated linearly
#define COEFPROB_MODELS
128
#define COEF
F_
PROB_MODELS
256
#define UNCONSTRAINED_NODES 3
#define PIVOT_NODE 2 // which node is pivot
#define MODEL_NODES (ENTROPY_NODES - UNCONSTRAINED_NODES)
extern
const
vp9_prob
vp9_pareto8_full
[
256
][
MODEL_NODES
];
extern
const
vp9_prob
vp9_pareto8_full
[
COEFF_PROB_MODELS
][
MODEL_NODES
];
typedef
vp9_prob
vp9_coeff_probs_model
[
REF_TYPES
][
COEF_BANDS
]
[
PREV_COEF_CONTEXTS
]
...
...
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