summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/hpeldsp_rnd_template.c
Commit message (Collapse)AuthorAgeFilesLines
* x86: dsputil: Refactor pixels16 wrapper functions with a macroDiego Biurrun2013-05-121-11/+0
|
* x86: dsputil hpeldsp: Move shared template functions into separate objectDiego Biurrun2013-05-071-2/+0
|
* x86: rnd_template: Eliminate pointless OP_AVG macro indirectionDiego Biurrun2013-05-071-6/+6
|
* x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.cDiego Biurrun2013-05-061-22/+0
| | | | | The function is only instantiated once, so there is no point in keeping it in a template file.
* x86: Rename dsputil_rnd_template.c to rnd_template.cMartin Storsjö2013-04-251-1/+1
| | | | | | | This makes it less confusing when this template is shared both by dsputil and by hpeldsp. Signed-off-by: Martin Storsjö <martin@martin.st>
* x86: Get rid of duplication between *_rnd_template.cMartin Storsjö2013-04-231-197/+2
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* x86: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-191-0/+428
Signed-off-by: Martin Storsjö <martin@martin.st>
OpenPOWER on IntegriCloud