Deleted unused #define

FAST_MOTION_MV_THRESH no longer referenced.

Change-Id: Idee6ee5a59ba330904c42b20c9ec35b6fc16f7a2
This commit is contained in:
Paul Wilkins 2014-12-17 14:59:22 +00:00
parent ebc1951c7c
commit b76312124d

View File

@ -55,9 +55,6 @@ static void encode_superblock(VP9_COMP *cpi, ThreadData * td,
int mi_row, int mi_col, BLOCK_SIZE bsize, int mi_row, int mi_col, BLOCK_SIZE bsize,
PICK_MODE_CONTEXT *ctx); 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 // This is used as a reference when computing the source variance for the
// purposes of activity masking. // purposes of activity masking.
// Eventually this should be replaced by custom no-reference routines, // Eventually this should be replaced by custom no-reference routines,