From: Paul Wilkins Date: Mon, 12 Apr 2021 12:51:44 +0000 (+0100) Subject: Removed unused constant X-Git-Tag: v1.11.0-rc1~60^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c77a7f60040ff63c8dd778cfdd322cd6d7f62e17;p=libvpx Removed unused constant Deleted #define that is no longer referenced. Change-Id: If0b132c5a40dd8910f535fffdee7d2d1c7df4748 --- diff --git a/vp9/encoder/vp9_firstpass.c b/vp9/encoder/vp9_firstpass.c index f142f2611..61ad3b652 100644 --- a/vp9/encoder/vp9_firstpass.c +++ b/vp9/encoder/vp9_firstpass.c @@ -54,7 +54,6 @@ #define NCOUNT_INTRA_THRESH 8192 #define NCOUNT_INTRA_FACTOR 3 -#define SR_DIFF_PART 0.0015 #define INTRA_PART 0.005 #define DEFAULT_DECAY_LIMIT 0.75 #define LOW_SR_DIFF_TRHESH 0.1