summaryrefslogtreecommitdiff
path: root/vp9
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2014-12-17 14:59:22 +0000
committerPaul Wilkins <paulwilkins@google.com>2014-12-17 14:59:22 +0000
commitb76312124dc91ea1bf4a34afd996e5cd69697996 (patch)
tree501f301fccabb8916c5558f73cf063fd5a453c6b /vp9
parentebc1951c7cceff8b31af4baf54dc3a39cbbc7e52 (diff)
downloadlibvpx-b76312124dc91ea1bf4a34afd996e5cd69697996.tar
libvpx-b76312124dc91ea1bf4a34afd996e5cd69697996.tar.gz
libvpx-b76312124dc91ea1bf4a34afd996e5cd69697996.tar.bz2
libvpx-b76312124dc91ea1bf4a34afd996e5cd69697996.zip
Deleted unused #define
FAST_MOTION_MV_THRESH no longer referenced. Change-Id: Idee6ee5a59ba330904c42b20c9ec35b6fc16f7a2
Diffstat (limited to 'vp9')
-rw-r--r--vp9/encoder/vp9_encodeframe.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/vp9/encoder/vp9_encodeframe.c b/vp9/encoder/vp9_encodeframe.c
index 86023a5e8..92d2b0a08 100644
--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -55,9 +55,6 @@ static void encode_superblock(VP9_COMP *cpi, ThreadData * td,
int mi_row, int mi_col, BLOCK_SIZE bsize,
PICK_MODE_CONTEXT *ctx);
-// Motion vector component magnitude threshold for defining fast motion.
-#define FAST_MOTION_MV_THRESH 24
-
// This is used as a reference when computing the source variance for the
// purposes of activity masking.
// Eventually this should be replaced by custom no-reference routines,