shithub: libvpx

Download patch

ref: c77a7f60040ff63c8dd778cfdd322cd6d7f62e17
parent: ab4383063c79e558ee5d8c8140d38626825ebfec
author: Paul Wilkins <paulwilkins@google.com>
date: Mon Apr 12 09:51:44 EDT 2021

Removed unused constant

Deleted #define that is no longer referenced.

Change-Id: If0b132c5a40dd8910f535fffdee7d2d1c7df4748

--- 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