Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-04-02 20:03:29 +0400
committerDiego Biurrun <diego@biurrun.de>2012-04-18 20:53:54 +0400
commit0f53601ac6b88196e2cae07a4c3aad6810413261 (patch)
tree38b2520d178ae6fffae2a4a37bce1cc6f72a9456 /libavcodec/dsputil.c
parentaa3f2cb58462aed387625189e3dabf91b9fbd3e6 (diff)
ppc: drop unused function dct_quantize_altivec()
This also allows dropping some PPC-specific ugliness from dsputil.[ch].
Diffstat (limited to 'libavcodec/dsputil.c')
-rw-r--r--libavcodec/dsputil.c3
1 files changed, 0 insertions, 3 deletions
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;