shithub: libvpx

Download patch

ref: 062e6c18869ddd22b82b8dbf7bbd6a953fe49dbe
parent: 23d68a5f3004960d1a50702e6d76323d5ea0a721
author: Frank Galligan <fgalligan@google.com>
date: Wed Jul 28 13:25:09 EDT 2010

Removed two unused global variables.

Removed the global variables vp8_an and vp8_cd. vp8_an was causing problems
because it was increasing the .bss by 1572864 bytes.

Change-Id: I6c12e294133c7fb6e770c0e4536d8287a5720a87

--- a/vp8/common/postproc.c
+++ b/vp8/common/postproc.c
@@ -330,13 +330,6 @@
 
 }
 
-
-//Notes: It is better to change CHAR to unsigned or signed to
-//avoid error on ARM platform.
-char vp8_an[8][64][3072];
-int vp8_cd[8][64];
-
-
 double vp8_gaussian(double sigma, double mu, double x)
 {
     return 1 / (sigma * sqrt(2.0 * 3.14159265)) *