summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm/dsputil_init_neon.c
Commit message (Expand)AuthorAgeFilesLines
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-051-1/+2
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-051-26/+26
* dsputil: Separate h264 qpelMans Rullgard2013-01-241-136/+0
* dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje2013-01-221-4/+4
* dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje2013-01-221-7/+0
* Drop DCTELEM typedefDiego Biurrun2013-01-221-8/+8
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-3/+0
* floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-2/+0
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-3/+0
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-3/+0
* Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-191-5/+0
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-161-3/+0
* dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-261-3/+0
* vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-181-21/+0
* float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles2012-06-181-3/+0
* Add a float DSP framework to libavutilJustin Ruggles2012-06-081-2/+0
* Remove lowres video decodingMans Rullgard2012-04-211-1/+1
* dsputil: remove shift parameter from scalarproduct_int16Christophe GISQUET2012-03-071-2/+1
* ARM: fix indentation in ff_dsputil_init_neon()Mans Rullgard2011-12-011-41/+39
* ARM: add remaining NEON avg_pixels8/16 functionsMans Rullgard2011-12-011-0/+27
* ARM: NEON optimised vector_fmac_scalar()Mans Rullgard2011-09-281-0/+3
* dsputil: remove some unused functionsMans Rullgard2011-07-271-14/+0
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-211-1/+1
* simple_idct: add 10-bit versionMans Rullgard2011-07-201-1/+1
* ARM: NEON optimised vector_clip_int32()Mans Rullgard2011-07-021-0/+3
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-0/+6
* ARM: fix ff_apply_window_int16_neon() prototypeMans Rullgard2011-03-241-1/+1
* ARM: NEON optimised apply_window_int16()Mans Rullgard2011-03-241-0/+5
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-021-10/+0
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-311-2/+1
* Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-221-1/+1
* Add const to some pointer parameters.Eli Friedman2010-06-271-3/+3
* ARM: NEON clear_block[s]Måns Rullgård2010-06-011-0/+6
* vp3: DC-only IDCTDavid Conrad2010-04-171-0/+2
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-161-92/+0
* ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16Kostya Shishkov2010-02-221-0/+8
* ARM: NEON 2xN chroma MCMåns Rullgård2009-12-021-0/+4
* ARM: NEON 16x16 and 8x8 avg qpel MCMåns Rullgård2009-12-021-0/+60
* ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00Måns Rullgård2009-10-071-0/+6
* ARM: cosmeticsMåns Rullgård2009-10-041-16/+15
* ARM: clean up file/function naming conventionsMåns Rullgård2009-10-041-0/+340
OpenPOWER on IntegriCloud