]> granicus.if.org Git - libvpx/commitdiff
Remove some unused variables
authorDebargha Mukherjee <debargha@google.com>
Thu, 15 Oct 2015 19:50:15 +0000 (12:50 -0700)
committerDebargha Mukherjee <debargha@google.com>
Thu, 15 Oct 2015 19:50:15 +0000 (12:50 -0700)
Change-Id: I3ab263b4c42cc3bfd598a1fc280fbaffba2d4461

vp9/common/vp9_loopfilter.c

index c9f37a4d4783ed481b381d3a8a5a0c2ac5ef3d02..35295bdb5ec4dde9a656ce152e04d31aa34bd74b 100644 (file)
@@ -231,9 +231,6 @@ static const int mode_lf_lut[MB_MODE_COUNT] = {
 #if CONFIG_LOOP_POSTFILTER
 
 #define BILATERAL_WEIGHT_BITS 4
-static const int bilateral_weight = (1 << BILATERAL_WEIGHT_BITS) - 1;
-static const int bilateral_weight_round = 1 << (BILATERAL_WEIGHT_BITS - 1);
-
 static double bilateral_filters_r_kf[BILATERAL_LEVELS_KF + 1][513];
 static double bilateral_filters_r[BILATERAL_LEVELS + 1][513];
 static double bilateral_filters_s_kf[BILATERAL_LEVELS_KF + 1]