OSDN Git Service

Remove unneeded add bias from 3 functions.
authorJustin Ruggles <justin.ruggles@gmail.com>
Mon, 31 Jan 2011 19:26:02 +0000 (19:26 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 2 Feb 2011 02:40:48 +0000 (03:40 +0100)
commita8ae4e0e7bf854a4eb278ab353478d6ab7334d22
treef860a60a19ba6621d6d16c0c5a464d3860fb7df4
parent403fa3cf07db6aba070eef262f10d0616088025f
Remove unneeded add bias from 3 functions.

DSPContext.vector_fmul_window()
DCADSPContext.lfe_fir()
SynthFilterContext.synth_filter_float()

Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 80ba1ddb58b5923b9f36a6acd542affc4ca722eb)
21 files changed:
libavcodec/aacdec.c
libavcodec/ac3dec.c
libavcodec/arm/dcadsp_init_arm.c
libavcodec/arm/dcadsp_neon.S
libavcodec/arm/dsputil_init_neon.c
libavcodec/arm/dsputil_neon.S
libavcodec/arm/fft_init_arm.c
libavcodec/arm/synth_filter_neon.S
libavcodec/atrac1.c
libavcodec/dca.c
libavcodec/dcadsp.c
libavcodec/dcadsp.h
libavcodec/dsputil.c
libavcodec/dsputil.h
libavcodec/ppc/float_altivec.c
libavcodec/synth_filter.c
libavcodec/synth_filter.h
libavcodec/twinvq.c
libavcodec/vorbis_dec.c
libavcodec/wmaprodec.c
libavcodec/x86/dsputil_mmx.c