Browse Source

dct-test: remove write-only variable

Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n0.9
Mans Rullgard 14 years ago
parent
commit
2f07cb4d39
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      libavcodec/dct-test.c

+ 0
- 4
libavcodec/dct-test.c View File

@@ -190,7 +190,6 @@ static void idct_mmx_init(void)

DECLARE_ALIGNED(16, static DCTELEM, block)[64];
DECLARE_ALIGNED(8, static DCTELEM, block1)[64];
DECLARE_ALIGNED(8, static DCTELEM, block_org)[64];

static inline void mmx_emms(void)
{
@@ -245,9 +244,6 @@ static int dct_error(const struct algo *dct, int test, int is_idct, int speed)
break;
}

for (i = 0; i < 64; i++)
block_org[i] = block1[i];

if (dct->format == MMX_PERM) {
for (i = 0; i < 64; i++)
block[idct_mmx_perm[i]] = block1[i];


Loading…
Cancel
Save