summaryrefslogtreecommitdiff
path: root/libavcodec/x86/hpeldsp_mmx.c
Commit message (Collapse)AuthorAge
* x86: dsputil: Move hpeldsp-related 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.
* x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.cDiego Biurrun2013-05-06
The function is only instantiated once, so there is no point in keeping it in a template file.