From 0f53601ac6b88196e2cae07a4c3aad6810413261 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 2 Apr 2012 16:03:29 +0000 Subject: ppc: drop unused function dct_quantize_altivec() This also allows dropping some PPC-specific ugliness from dsputil.[ch]. --- libavcodec/dsputil.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavcodec/dsputil.c') diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c index f5b7d076d1..bcd6c24843 100644 --- a/libavcodec/dsputil.c +++ b/libavcodec/dsputil.c @@ -130,9 +130,6 @@ void ff_init_scantable(uint8_t *permutation, ScanTable *st, const uint8_t *src_s int j; j = src_scantable[i]; st->permutated[i] = permutation[j]; -#if ARCH_PPC - st->inverse[j] = i; -#endif } end=-1; -- cgit v1.2.3