Diego Biurrun
|
25841dfe80
|
Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.
This avoids SIMD-optimized functions having to sign-extend their
line size argument manually to be able to do pointer arithmetic.
|
2013-02-05 12:59:12 +01:00 |
|
Diego Biurrun
|
52acd79165
|
x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldsp
|
2013-01-31 11:19:23 +01:00 |
|
Michael Niedermayer
|
834e9fb056
|
x86: hpeldsp: Fix a typo, use the right register
This makes the code actually work.
Signed-off-by: Martin Storsjö <martin@martin.st>
|
2013-01-28 12:49:37 +02:00 |
|
Daniel Kang
|
05b0998f51
|
dsputil: Fix error by not using redzone and register name
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
2013-01-28 07:23:20 +01:00 |
|
Daniel Kang
|
71155d7b41
|
dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasm
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
2013-01-27 06:45:31 +01:00 |
|