Removed two unused global variables.
authorFrank Galligan <fgalligan@google.com>
Wed, 28 Jul 2010 21:25:09 +0000 (17:25 -0400)
committerFrank Galligan <fgalligan@google.com>
Wed, 28 Jul 2010 21:25:09 +0000 (17:25 -0400)
commit062e6c18869ddd22b82b8dbf7bbd6a953fe49dbe
tree9f4e36b254ce069b4412671369f12b7400834138
parent23d68a5f3004960d1a50702e6d76323d5ea0a721
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
vp8/common/postproc.c