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
87440aeb
Commit
87440aeb
authored
Dec 20, 2013
by
Dmitry Kovalev
Browse files
Moving MAX_PROB constant to vp9_prob.h.
Change-Id: I07470ad1b7a0344d088911428ffab8ba9a0d8708
parent
f69b5609
Changes
2
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_entropy.h
View file @
87440aeb
...
...
@@ -53,7 +53,6 @@ typedef struct {
// indexed by token value
extern
const
vp9_extra_bit
vp9_extra_bits
[
ENTROPY_TOKENS
];
#define MAX_PROB 255
#define DCT_MAX_VALUE 16384
/* Coefficients are predicted via a 3-dimensional probability table. */
...
...
vp9/common/vp9_prob.h
View file @
87440aeb
...
...
@@ -20,6 +20,8 @@
typedef
uint8_t
vp9_prob
;
#define MAX_PROB 255
#define vp9_prob_half ((vp9_prob) 128)
typedef
int8_t
vp9_tree_index
;
...
...
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