Skip to content
Snippets Groups Projects
Commit ec7e97be authored by Jim Bankoski's avatar Jim Bankoski
Browse files

style fixes: prob.h confused non ccast

Change-Id: Ief21aab06cf6749be3b502a083554ad9e2d6e588
parent c95eb4c7
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ typedef uint8_t vpx_prob;
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment