Diego Biurrun
|
6655c933a8
|
x86: dsputil: Move fpel declarations to a separate header
|
11 years ago |
Diego Biurrun
|
1a8d0cf77e
|
x86: dsputil: Move inline assembly macros to a separate header
|
11 years ago |
Diego Biurrun
|
1399931d07
|
x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h
The header is not (anymore) MMX-specific.
|
12 years ago |
Diego Biurrun
|
a5f8873620
|
silly typo fixes
|
13 years ago |
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.
|
12 years ago |
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.
|
12 years ago |
Diego Biurrun
|
9b3a04d306
|
x86: Move duplicated put_pixels{8|16}_mmx functions into their own file
|
12 years ago |