summaryrefslogtreecommitdiff
path: root/libavcodec/x86/fpel_mmx.c
Commit message (Collapse)AuthorAge
* x86: dsputil: Move fpel declarations to a separate headerDiego Biurrun2014-03-22
|
* x86: dsputil: Move inline assembly macros to a separate headerDiego Biurrun2014-03-22
|
* x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-12
| | | | The header is not (anymore) MMX-specific.
* silly typo fixesDiego Biurrun2013-05-03
|
* x86: dsputil: Move avg_pixels16_mmx() out of rnd_template.cDiego Biurrun2013-05-02
| | | | | The function does not do any rounding, so there is no point in keeping it in a round template file.
* x86: dsputil: Move avg_pixels8_mmx() out of rnd_template.cDiego Biurrun2013-05-02
| | | | | The function is only instantiated once, so there is no point in keeping it in a template file.
* x86: Move duplicated put_pixels{8|16}_mmx functions into their own fileDiego Biurrun2013-05-02