commit | c957af9c1dc28bd76c05781f68d18458e92c2852 | [log] [tgz] |
---|---|---|
author | Alex Converse <aconverse@google.com> | Wed Feb 01 12:33:28 2017 -0800 |
committer | Alex Converse <aconverse@google.com> | Thu Feb 02 17:31:44 2017 +0000 |
tree | 61d2f223cfe8950799fe66d3afc205f315d281fc | |
parent | 2ce4bd42086c60076f01b3696a1014f4a5d30a79 [diff] |
Remove unused aom_complement() Change-Id: I84ebc5acd57aa1cf735fae9cdb56f225afcb3a63
diff --git a/aom_dsp/prob.h b/aom_dsp/prob.h index 86ed3d3..14d3bd3 100644 --- a/aom_dsp/prob.h +++ b/aom_dsp/prob.h
@@ -38,8 +38,6 @@ #define TREE_SIZE(leaf_count) (-2 + 2 * (leaf_count)) -#define aom_complement(x) (255 - x) - #define MODE_MV_COUNT_SAT 20 /* We build coding trees compactly in arrays.