Diego Biurrun
|
1a8d0cf77e
|
x86: dsputil: Move inline assembly macros to a separate header
|
2014-03-22 06:17:29 -07:00 |
|
Diego Biurrun
|
831a118078
|
Update dsputil- and SIMD-related comments to match reality more closely
|
2014-03-13 05:50:29 -07:00 |
|
Diego Biurrun
|
46bb456853
|
x86: dsputil: Refactor pixels16 wrapper functions with a macro
|
2013-05-12 22:28:07 +02:00 |
|
Diego Biurrun
|
92f8e06ecb
|
x86: dsputil hpeldsp: Move shared template functions into separate object
|
2013-05-07 18:03:34 +02:00 |
|
Diego Biurrun
|
7edaf4edb5
|
x86: rnd_template: Eliminate pointless OP_AVG macro indirection
|
2013-05-07 18:03:34 +02:00 |
|
Diego Biurrun
|
9328062321
|
x86: dsputil: Move avg_pixels16_mmx() out of rnd_template.c
The function does not do any rounding, so there is no point in
keeping it in a round template file.
|
2013-05-02 11:45:37 +02:00 |
|
Diego Biurrun
|
9c112a6158
|
x86: dsputil: Move avg_pixels8_mmx() out of rnd_template.c
The function is only instantiated once, so there is no point
in keeping it in a template file.
|
2013-05-02 11:45:37 +02:00 |
|
Martin Storsjö
|
74685f6783
|
x86: Rename dsputil_rnd_template.c to rnd_template.c
This makes it less confusing when this template is shared both by
dsputil and by hpeldsp.
Signed-off-by: Martin Storsjö <martin@martin.st>
|
2013-04-25 23:03:09 +03:00 |
|