summaryrefslogtreecommitdiff
path: root/libavcodec/x86/dsputil_mmx.c
Commit message (Expand)AuthorAgeFilesLines
* x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from dsputil_mmxDiego Biurrun2013-10-051-38/+0
* x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-121-1/+1
* x86: dsputil: Split inline assembly from init codeDiego Biurrun2013-05-121-726/+18
* x86: dsputil: Refactor pixels16 wrapper functions with a macroDiego Biurrun2013-05-121-12/+2
* x86: dsputil: Remove unused argument from QPEL_OP macroDiego Biurrun2013-05-081-4/+4
* x86: dsputil: Move constant declarations into separate headerDiego Biurrun2013-05-081-0/+1
* x86: dsputil: Group all assembly constants together in constants.cDiego Biurrun2013-05-081-15/+0
* 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: Move rv40-specific functions where they belongDiego Biurrun2013-05-071-17/+0
* x86: dsputil hpeldsp: Move shared template functions into separate objectDiego Biurrun2013-05-071-19/+4
* x86: rnd_template: Eliminate pointless OP_AVG macro indirectionDiego Biurrun2013-05-071-2/+0
* x86: More specific ifdefs for dsputil/hpeldsp init functionsDiego Biurrun2013-05-061-8/+8
* x86: dsputil: Move cavs and vc1-specific functions where they belongDiego Biurrun2013-05-021-28/+0
* x86: dsputil: Move avg_pixels16_mmx() out of rnd_template.cDiego Biurrun2013-05-021-1/+1
* x86: dsputil: Move avg_pixels8_mmx() out of rnd_template.cDiego Biurrun2013-05-021-1/+1
* x86: Move duplicated put_pixels{8|16}_mmx functions into their own fileDiego Biurrun2013-05-021-65/+3
* x86: dsputil: Remove a set of pointless #ifs around function declarationsDiego Biurrun2013-04-301-2/+0
* x86: dsputil: cosmetics: Group ff_{avg|put}_pixels16_mmxext() declarationsDiego Biurrun2013-04-301-28/+14
* x86: Rename dsputil_rnd_template.c to rnd_template.cMartin Storsjö2013-04-251-1/+1
* x86: Factorize duplicated inline assembly snippetsMartin Storsjö2013-04-231-54/+0
* x86: Move some conditional code around to avoid unused variable warningsDiego Biurrun2013-04-221-15/+12
* x86: cavs: Put mmx-specific code into its own init functionDiego Biurrun2013-04-221-4/+4
* x86: Remove some duplicate function declarationsDiego Biurrun2013-04-221-2/+0
* x86: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-191-203/+10
* x86: Move constants to the only place where they are usedRonald S. Bultje2013-04-151-3/+0
* x86: dsputil: Move some ifdefs to avoid unused variable warningsDiego Biurrun2013-04-121-2/+2
* x86: dsputil: cosmetics: Remove two pointless variable indirectionsDiego Biurrun2013-04-121-4/+2
* x86: dsputil: Refactor some ff_{avg|put}_pixels function declarationsDiego Biurrun2013-04-121-9/+0
* x86: dsputil: ff_h263_*_loop_filter declarations to a more suitable placeDiego Biurrun2013-04-121-5/+3
* dsputil: Make dsputil selectableRonald S. Bultje2013-04-101-25/+0
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-121-43/+43
* x86: dsputil: Drop some unused function #definesDiego Biurrun2013-02-261-5/+0
* x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxextDiego Biurrun2013-02-261-6/+1
* x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun2013-02-261-8/+0
* x86: dsputil_mmx: Remove leftover inline assembly fragmentsMartin Storsjö2013-02-271-12/+4
* x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size paramDaniel Kang2013-02-181-1/+1
* dsputil: x86: Convert h263 loop filter to yasmDaniel Kang2013-02-061-177/+8
* dsputil: Separate h264chromaDiego Biurrun2013-02-061-98/+0
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-051-14/+17
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-051-25/+25
* dsputil: add missing HAVE_YASM guardDaniel Kang2013-01-271-0/+2
* dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasmDaniel Kang2013-01-271-554/+320
* x86: h264qpel: Move stray comment to the right spot and clarify itDiego Biurrun2013-01-261-2/+0
* dsputil: Separate h264 qpelMans Rullgard2013-01-241-89/+4
* dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje2013-01-221-11/+11
* dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje2013-01-221-1/+2
* Drop DCTELEM typedefDiego Biurrun2013-01-221-8/+8
* vorbisdsp: convert x86 simd functions from inline asm to yasm.Ronald S. Bultje2013-01-221-3/+0
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-6/+0