]> granicus.if.org Git - libvpx/commitdiff
Deleted unused #define
authorPaul Wilkins <paulwilkins@google.com>
Wed, 17 Dec 2014 14:59:22 +0000 (14:59 +0000)
committerPaul Wilkins <paulwilkins@google.com>
Wed, 17 Dec 2014 14:59:22 +0000 (14:59 +0000)
FAST_MOTION_MV_THRESH no longer referenced.

Change-Id: Idee6ee5a59ba330904c42b20c9ec35b6fc16f7a2

vp9/encoder/vp9_encodeframe.c

index 86023a5e8b80b21f2ce9a6199bc4b89e7b6bdf41..92d2b0a086ca6a0be776d403e926c30a5446fe73 100644 (file)
@@ -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,