summaryrefslogtreecommitdiff
path: root/libavcodec/x86/mpeg4qpel.asm
Commit message (Collapse)AuthorAge
* x86: mpeg4qpel: Make movsxifnidn do the right thingDaniel Kang2013-02-11
| | | | | | | Fixes an instruction that does nothing by changing the source to dword. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* dsputil: Fix error by not using redzone and register nameDaniel Kang2013-01-28
| | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* dsputil: x86: Correct the number of registers used in put_no_rnd_pixels16_l2Daniel Kang2013-01-27
| | | | | | put_no_rnd_pixels16_l2 allocated 5 instead of 6 registers. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasmDaniel Kang2013-01-27
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>