OSDN Git Service

dcadec: remove scaling in lfe_interpolation_fir
authorChristophe Gisquet <christophe.gisquet@gmail.com>
Fri, 14 Feb 2014 15:03:06 +0000 (15:03 +0000)
committerJanne Grunau <janne-libav@jannau.net>
Fri, 28 Feb 2014 12:00:47 +0000 (13:00 +0100)
commit87ec849fe9acba075c843e67bcd01f256f481a18
treee071371104bda0f397ec2b647f90ae8d5a898bc1
parenta55546f48d55e3d1155840541b2be5f4f8cf18ab
dcadec: remove scaling in lfe_interpolation_fir

The scaling factor is constant so it is faster to scale the
FIR coefficients in the tables during compilation.

Signed-off-by: Janne Grunau <janne-libav@jannau.net>
libavcodec/arm/dcadsp_init_arm.c
libavcodec/arm/dcadsp_neon.S
libavcodec/arm/dcadsp_vfp.S
libavcodec/dcadata.h
libavcodec/dcadec.c
libavcodec/dcadsp.c
libavcodec/dcadsp.h