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.
|
12 years ago |
Diego Biurrun
|
52acd79165
|
x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldsp
|
12 years ago |
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>
|
12 years ago |
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>
|
12 years ago |
Daniel Kang
|
71155d7b41
|
dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasm
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
12 years ago |