[x264-devel] commit: lowres_init asm (Loren Merritt )
git version control
git at videolan.org
Wed Jul 2 13:01:50 CEST 2008
x264 | branch: master | Loren Merritt <pengvado at akuvian.org> | Sun Jun 29 00:00:03 2008 -0600| [3440cf193fc13e558d2c6b98024d59e95a7b2774]
lowres_init asm
rounding is changed for asm convenience. this makes the c version slower, but there's no way around that if all the implementations are to have the same results.
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=3440cf193fc13e558d2c6b98024d59e95a7b2774
---
common/frame.c | 2 +-
common/mc.c | 87 ++++++++++++----------
common/mc.h | 2 +
common/x86/mc-a2.asm | 201 +++++++++++++++++++++++++++++++++++++++++++++++--
common/x86/mc-c.c | 12 +++
common/x86/x86inc.asm | 8 ++
tools/checkasm-a.asm | 8 +-
tools/checkasm.c | 32 ++++++++
8 files changed, 301 insertions(+), 51 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=3440cf193fc13e558d2c6b98024d59e95a7b2774
More information about the x264-devel
mailing list