summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/dsputilenc_mmx.c
Commit message (Expand)AuthorAgeFilesLines
* x86: dsputil: Avoid pointless CONFIG_ENCODERS indirectionDiego Biurrun2014-07-131-880/+0
* dsputil: Drop unused bit_depth parameter from all init functionsDiego Biurrun2014-07-111-2/+1
* dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-091-15/+0
* dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-071-14/+0
* dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun2014-07-061-4/+0
* dsputil: Split off *_8x8basis to a separate contextDiego Biurrun2014-07-061-79/+0
* dsputil: Move SVQ1 encoding specific bits into svq1encDiego Biurrun2014-05-291-36/+0
* dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun2014-05-271-68/+0
* x86: Drop some unnecessary YASM ifdefsDiego Biurrun2014-04-041-2/+0
* dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun2014-03-201-15/+15
* dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun2014-03-201-8/+7
* dsputilenc_mmx: K&R formatting cosmeticsDiego Biurrun2014-03-131-726/+769
* dsputilenc_mmx: Merge two assignment blocks with identical conditionsDiego Biurrun2014-03-131-3/+0
* x86: Initialize mmxext after amd3dnow optimizationsDiego Biurrun2013-12-041-7/+7
* x86: fdct: Initialize optimized fdct implementations in the standard wayDiego Biurrun2013-10-051-11/+11
* x86: avcodec: Consistently structure CPU extension initializationDiego Biurrun2013-08-291-35/+35
* x86: avcodec: Use convenience macros to check for CPU flagsDiego Biurrun2013-08-291-5/+5
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-181-14/+14
* x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-121-1/+1
* x86: Move some conditional code around to avoid unused variable warningsDiego Biurrun2013-04-221-1/+2
* Move misplaced file author information where it belongsDiego Biurrun2013-04-111-2/+2
* dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-091-0/+1
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-051-1/+2
* Drop DCTELEM typedefDiego Biurrun2013-01-221-4/+4
* dsputilenc: x86: Convert pixel inline asm to yasmDaniel Kang2013-01-211-181/+20
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-141-3/+3
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-311-9/+16
* x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-311-4/+4
* dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction()Michael Niedermayer2012-09-281-1/+3
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-081-8/+5
* x86: avcodec: Drop silly "_mmx" suffix from dsputil template namesDiego Biurrun2012-09-071-3/+3
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-311-4/+4
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-091-1/+1
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-031-4/+3
* x86/dsputilenc: bury inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-311-33/+47
* dsputilenc: group yasm and inline asm function pointer assignment.Ronald S. Bultje2012-07-041-1/+1
* dsputilenc_mmx: split assignment of ff_sse16_sse2 to SSE2 section.Ronald S. Bultje2012-06-301-3/+6
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-2/+2
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-211-2/+5
* jfdctint: add 10-bit versionMans Rullgard2011-07-211-1/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-211-4/+0
* Replace ASMALIGN() with .p2alignMans Rullgard2011-01-181-2/+2
* dsputil_mmx: prefer xmm registers below xmm6 when they are availableRamiro Polla2010-10-311-9/+9
* x86: disable SSE functions using stack when stack is not alignedMåns Rullgård2010-09-211-2/+2
* Properly add HAVE_YASM around yasmified symbols. Should fix compile errorRonald S. Bultje2010-09-171-1/+9
* Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,Ronald S. Bultje2010-09-171-211/+17
* Move sse16_sse2() from inline asm to yasm. It is one of the functions causingRonald S. Bultje2010-09-171-62/+2
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-1/+2
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-041-9/+9
OpenPOWER on IntegriCloud