shithub: libvpx

Download patch

ref: a88e4e64b1e9b248699b4b9a9392946a526844de
parent: 1da0402efffff6cd5ba02ce2614edc9a5719c0aa
parent: b76312124dc91ea1bf4a34afd996e5cd69697996
author: Paul Wilkins <paulwilkins@google.com>
date: Mon Jan 5 23:18:20 EST 2015

Merge "Deleted unused #define"

--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -55,9 +55,6 @@
                               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,