summaryrefslogtreecommitdiff
path: root/vp9
diff options
context:
space:
mode:
authorAdrian Grange <agrange@google.com>2015-03-17 11:53:58 -0700
committerAdrian Grange <agrange@google.com>2015-03-17 11:53:58 -0700
commited6824e449d21069178db50fcf7d7fddc752c557 (patch)
treea5fdb048c148728bf8a6acbbbbc7c1bdb2c17d79 /vp9
parentde3097aa2373a441b76364cc9a813b29462f86a1 (diff)
downloadlibvpx-ed6824e449d21069178db50fcf7d7fddc752c557.tar
libvpx-ed6824e449d21069178db50fcf7d7fddc752c557.tar.gz
libvpx-ed6824e449d21069178db50fcf7d7fddc752c557.tar.bz2
libvpx-ed6824e449d21069178db50fcf7d7fddc752c557.zip
Remove unused ZBIN_BOOST macros
Change-Id: I5169155b20ea3676a6ce58ec77d6aeba07db29d9
Diffstat (limited to 'vp9')
-rw-r--r--vp9/encoder/vp9_encodeframe.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/vp9/encoder/vp9_encodeframe.c b/vp9/encoder/vp9_encodeframe.c
index 1344b5bcb..693dfb7db 100644
--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -44,12 +44,6 @@
#include "vp9/encoder/vp9_segmentation.h"
#include "vp9/encoder/vp9_tokenize.h"
-#define GF_ZEROMV_ZBIN_BOOST 0
-#define LF_ZEROMV_ZBIN_BOOST 0
-#define MV_ZBIN_BOOST 0
-#define SPLIT_MV_ZBIN_BOOST 0
-#define INTRA_ZBIN_BOOST 0
-
static void encode_superblock(VP9_COMP *cpi, ThreadData * td,
TOKENEXTRA **t, int output_enabled,
int mi_row, int mi_col, BLOCK_SIZE bsize,