[FFmpeg-devel] [PATCH 1/2] Remove unneeded add bias from 3 functions.

Ronald S. Bultje rsbultje
Mon Jan 31 21:21:02 CET 2011


Hi,

On Mon, Jan 31, 2011 at 2:26 PM, Justin Ruggles
<justin.ruggles at gmail.com> wrote:
> DSPContext.vector_fmul_window()
> DCADSPContext.lfe_fir()
> SynthFilterContext.synth_filter_float()
> ---
> ?libavcodec/aacdec.c ? ? ? ? ? ? ? ?| ? 20 ++++++++++----------
> ?libavcodec/ac3dec.c ? ? ? ? ? ? ? ?| ? ?4 ++--
> ?libavcodec/arm/dcadsp_init_arm.c ? | ? ?2 +-
> ?libavcodec/arm/dcadsp_neon.S ? ? ? | ? ?5 ++---
> ?libavcodec/arm/dsputil_init_neon.c | ? ?3 +--
> ?libavcodec/arm/dsputil_neon.S ? ? ?| ? 15 +++++----------
> ?libavcodec/arm/fft_init_arm.c ? ? ?| ? ?2 +-
> ?libavcodec/arm/synth_filter_neon.S | ? ?8 +++-----
> ?libavcodec/atrac1.c ? ? ? ? ? ? ? ?| ? ?2 +-
> ?libavcodec/dca.c ? ? ? ? ? ? ? ? ? | ? ?4 ++--
> ?libavcodec/dcadsp.c ? ? ? ? ? ? ? ?| ? ?6 +++---
> ?libavcodec/dcadsp.h ? ? ? ? ? ? ? ?| ? ?2 +-
> ?libavcodec/dsputil.c ? ? ? ? ? ? ? | ? 10 ++++++----
> ?libavcodec/dsputil.h ? ? ? ? ? ? ? | ? ?5 +----
> ?libavcodec/ppc/float_altivec.c ? ? | ? 14 ++++----------
> ?libavcodec/synth_filter.c ? ? ? ? ?| ? ?6 +++---
> ?libavcodec/synth_filter.h ? ? ? ? ?| ? ?2 +-
> ?libavcodec/twinvq.c ? ? ? ? ? ? ? ?| ? ?1 -
> ?libavcodec/vorbis_dec.c ? ? ? ? ? ?| ? ?6 +++---
> ?libavcodec/wmaprodec.c ? ? ? ? ? ? | ? ?2 +-
> ?libavcodec/x86/dsputil_mmx.c ? ? ? | ? 20 ++++++++------------

OK for the x86/ ASM part.

Ronald



More information about the ffmpeg-devel mailing list