aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/dsputil_mmx.h
Commit message (Expand)AuthorAgeFilesLines
* x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-121-189/+0
* x86: dsputil: Split inline assembly from init codeDiego Biurrun2013-05-121-0/+21
* x86: dsputil: Refactor pixels16 wrapper functions with a macroDiego Biurrun2013-05-121-0/+12
* x86: dsputil: Move TRANSPOSE4 macro to the only place it is usedDiego Biurrun2013-05-081-11/+0
* x86: dsputil: Move constant declarations into separate headerDiego Biurrun2013-05-081-23/+1
* x86: dsputil: Move ff_pd assembly constants to the only place they are usedDiego Biurrun2013-05-081-3/+0
* x86: dsputil: Remove unused ff_pb_3F constantDiego Biurrun2013-05-071-1/+0
* x86: dsputil: Remove unused MOVQ_BONE macroDiego Biurrun2013-05-071-8/+0
* x86: dsputil: Move rv40-specific functions where they belongDiego Biurrun2013-05-071-5/+0
* x86: dsputil hpeldsp: Move shared template functions into separate objectDiego Biurrun2013-05-071-0/+10
* x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.cDiego Biurrun2013-05-061-0/+3
* x86: dsputil: Move cavs and vc1-specific functions where they belongDiego Biurrun2013-05-021-7/+0
* x86: dsputil: Move avg_pixels16_mmx() out of rnd_template.cDiego Biurrun2013-05-021-0/+2
* x86: dsputil: Move avg_pixels8_mmx() out of rnd_template.cDiego Biurrun2013-05-021-0/+2
* x86: Move duplicated put_pixels{8|16}_mmx functions into their own fileDiego Biurrun2013-05-021-0/+5
* x86: Factorize duplicated inline assembly snippetsMartin Storsjö2013-04-231-0/+76
* x86: cavs: Put mmx-specific code into its own init functionDiego Biurrun2013-04-221-4/+4
* x86: Move constants to the only place where they are usedRonald S. Bultje2013-04-151-3/+0
* x86: dsputil: Refactor some ff_{avg|put}_pixels function declarationsDiego Biurrun2013-04-121-0/+6
* dsputil: Make dsputil selectableRonald S. Bultje2013-04-101-7/+0
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-121-9/+9
* x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun2013-02-261-1/+5
* Drop DCTELEM typedefDiego Biurrun2013-01-221-3/+3
* vorbisdsp: convert x86 simd functions from inline asm to yasm.Ronald S. Bultje2013-01-221-2/+0
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-311-5/+5
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-1/+1
* x86: Remove some leftover declarations for non-existent functionsDiego Biurrun2012-09-131-4/+0
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-091-1/+1
* x86: remove unused inline asm macros from dsputil_mmx.hMans Rullgard2012-06-231-68/+0
* x86: move some inline asm macros to the only places they are usedMans Rullgard2012-06-231-34/+0
* rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MCChristophe Gisquet2012-05-101-0/+5
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-171-1/+0
* Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-211-3/+0
* Fix compilation on x86-32 with --disable-optimizations,Daniel Kang2011-01-031-18/+18
* For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytesRonald S. Bultje2010-12-241-1/+1
* Port latest x264 deblock asm (before they moved to using NV12 as internalRonald S. Bultje2010-09-031-1/+1
* Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,Ronald S. Bultje2010-09-011-0/+29
* Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx()Ronald S. Bultje2010-08-301-3/+3
* Move cavs dsp functions to their own structMåns Rullgård2010-08-031-2/+0
* Convert deinterlacing MMX code to YASMVitor Sessak2010-07-311-0/+13
* Add header declarations for mmx/sse constants missing themDavid Conrad2010-07-211-0/+6
* VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.Ronald S. Bultje2010-07-151-1/+1
* Make ff_pw_4 128 bitsDavid Conrad2010-07-111-1/+1
* 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser2010-06-251-1/+1
* Separate DWT from snow and dsputilMåns Rullgård2010-03-141-9/+0
* x86: move function prototypes to header filesMåns Rullgård2010-03-061-0/+26
* Move declarations of some mmx functions to dsputil_mmx.hMåns Rullgård2009-08-291-0/+5
* convert ff_pw_64 into an xmm_reg for future use in vp6 sse codeAurelien Jacobs2009-02-121-1/+1