Fix unused variable warnings

Previous commit does not build cleanly on Jenkins with the DWT/DCT
hybrid experiment enabled (--enable-dwtdcthybrid).

Change-Id: Ia67e8f59d17ef2d5200ec6b90dfe6711ed6835a5
This commit is contained in:
John Koleszar 2013-01-14 12:10:11 -08:00
parent 516db21c2c
commit 76ac5b3937

View File

@ -2136,8 +2136,6 @@ static void vp9_short_fdct16x16_c_f(short *input, short *out, int pitch,
void vp9_short_fdct8x8_c_f(short *block, short *coefs, int pitch, int scale) { void vp9_short_fdct8x8_c_f(short *block, short *coefs, int pitch, int scale) {
int j1, i, j, k; int j1, i, j, k;
static int count = 0;
short x[8 * 8];
float b[8]; float b[8];
float b1[8]; float b1[8];
float d[8][8]; float d[8][8];