Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Yushin Cho
aom-rav1e
Commits
ec7e97be
Commit
ec7e97be
authored
Jan 29, 2016
by
Jim Bankoski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style fixes: prob.h confused non ccast
Change-Id: Ief21aab06cf6749be3b502a083554ad9e2d6e588
parent
c95eb4c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vpx_dsp/prob.h
vpx_dsp/prob.h
+1
-1
No files found.
vpx_dsp/prob.h
View file @
ec7e97be
...
@@ -28,7 +28,7 @@ typedef uint8_t vpx_prob;
...
@@ -28,7 +28,7 @@ typedef uint8_t vpx_prob;
typedef
int8_t
vpx_tree_index
;
typedef
int8_t
vpx_tree_index
;
#define TREE_SIZE(leaf_count) (2 * (leaf_count)
-2
)
#define TREE_SIZE(leaf_count) (
-2 +
2 * (leaf_count))
#define vpx_complement(x) (255 - x)
#define vpx_complement(x) (255 - x)
...
...
Write
Preview
Markdown
is supported
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