diff arm/fft_init_arm.c @ 10205:89a852950c34 libavcodec

ARM: interleave cos/sin tables for improved NEON MDCT
author mru
date Mon, 21 Sep 2009 02:56:09 +0000
parents 38ab367d4231
children 4b3da727d832
line wrap: on
line diff
--- a/arm/fft_init_arm.c	Mon Sep 21 02:56:06 2009 +0000
+++ b/arm/fft_init_arm.c	Mon Sep 21 02:56:09 2009 +0000
@@ -35,5 +35,6 @@
         s->imdct_calc   = ff_imdct_calc_neon;
         s->imdct_half   = ff_imdct_half_neon;
         s->mdct_calc    = ff_mdct_calc_neon;
+        s->permutation  = FF_MDCT_PERM_INTERLEAVE;
     }
 }