6 Commits (a2e4b4e968362dff31b29eabda362ee3edb6d00a)

Author SHA1 Message Date
Diego Biurrun 017a06a9ee x86: dsputil: Use correct file name as multiple inclusion guard 11 years ago
Michael Niedermayer f70d7eb20c Move add/diff_int16 to lossless_videodsp 11 years ago
Michael Niedermayer a493f8541d avcodec/x86/dsp: add_int16_mmx / add_int16_sse2 11 years ago
Diego Biurrun 1399931d07 x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h 12 years ago
Diego Biurrun 245b76a108 x86: dsputil: Split inline assembly from init code 12 years ago
Diego Biurrun 46bb456853 x86: dsputil: Refactor pixels16 wrapper functions with a macro 12 years ago
Diego Biurrun 3d40c1ee74 x86: dsputil: Move TRANSPOSE4 macro to the only place it is used 12 years ago
Diego Biurrun 71469f3b63 x86: dsputil: Move constant declarations into separate header 12 years ago
Diego Biurrun 8761466760 x86: dsputil: Move ff_pd assembly constants to the only place they are used 12 years ago
Diego Biurrun 1b343cedd7 x86: dsputil: Remove unused ff_pb_3F constant 12 years ago
Diego Biurrun 63bac48f73 x86: dsputil: Move rv40-specific functions where they belong 12 years ago
Diego Biurrun 3334cbec0a x86: dsputil: Remove unused MOVQ_BONE macro 12 years ago
Diego Biurrun 92f8e06ecb x86: dsputil hpeldsp: Move shared template functions into separate object 12 years ago
Diego Biurrun 110796739a x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.c 12 years ago
Diego Biurrun bf7c3c6b15 x86: dsputil: Move cavs and vc1-specific functions where they belong 12 years ago
Diego Biurrun 9328062321 x86: dsputil: Move avg_pixels16_mmx() out of rnd_template.c 12 years ago
Diego Biurrun 9c112a6158 x86: dsputil: Move avg_pixels8_mmx() out of rnd_template.c 12 years ago
Diego Biurrun 9b3a04d306 x86: Move duplicated put_pixels{8|16}_mmx functions into their own file 12 years ago
Martin Storsjö 6a8561dbd7 x86: Factorize duplicated inline assembly snippets 12 years ago
Diego Biurrun 78fa0bd0f7 x86: cavs: Put mmx-specific code into its own init function 12 years ago
Ronald S. Bultje c46819f229 x86: Move constants to the only place where they are used 12 years ago
Diego Biurrun c51a3a5bd9 x86: dsputil: Refactor some ff_{avg|put}_pixels function declarations 12 years ago
Ronald S. Bultje b93b27edb0 dsputil: Make dsputil selectable 12 years ago
Ronald S. Bultje d1293512cf vp3: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Ronald S. Bultje 6a701306db dsputil: make selectable. 12 years ago
Luca Barbato a8b6015823 dsputil: convert remaining functions to use ptrdiff_t strides 12 years ago
Diego Biurrun 096cc11ec1 x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.c 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Ronald S. Bultje 2e4bb99f4d vorbisdsp: convert x86 simd functions from inline asm to yasm. 12 years ago
Diego Biurrun d8eda37080 x86: mmx2 ---> mmxext in function names 12 years ago
Diego Biurrun e4cbf7529b Give all anonymously typedeffed structs in headers a name 12 years ago
Diego Biurrun 2017f0fdb7 x86: Remove some leftover declarations for non-existent functions 12 years ago
Mans Rullgard c318626ce2 x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h 12 years ago
Mans Rullgard 29686d6ea3 x86: remove unused inline asm macros from dsputil_mmx.h 13 years ago
Mans Rullgard 685f5438bb x86: move some inline asm macros to the only places they are used 13 years ago
Christophe Gisquet 110d0cdc9d rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MC 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Ronald S. Bultje 9a1ced321b dsputil: move VC1-specific stuff into VC1DSPContext. 14 years ago
Ronald S. Bultje 12802ec060 dsputil: move VC1-specific stuff into VC1DSPContext. 14 years ago
Justin Ruggles 0d8837bdda Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. 14 years ago
Justin Ruggles 56f8952b25 Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. 14 years ago
Daniel Kang 004357a11f Fix compilation on x86-32 with --disable-optimizations, 14 years ago
Ronald S. Bultje 8d147f1f60 For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytes 14 years ago
Ronald S. Bultje 2c166c3af1 Port latest x264 deblock asm (before they moved to using NV12 as internal 14 years ago
Ronald S. Bultje 14bc1f2485 Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c, 14 years ago
Ronald S. Bultje 7e7c4b6008 Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx() 14 years ago
Måns Rullgård f079a64aea Move cavs dsp functions to their own struct 14 years ago
Vitor Sessak de4bc44abb Convert deinterlacing MMX code to YASM 15 years ago
David Conrad af521abc28 Add header declarations for mmx/sse constants missing them 15 years ago