[x264-devel] x86: Share the mbtree_propagate_list macro with aarch64

Martin Storsjö git at videolan.org
Sun Oct 11 19:01:07 CEST 2015


x264 | branch: master | Martin Storsjö <martin at martin.st> | Thu Sep  3 09:30:43 2015 +0300| [3e25eab0b7172e3c0b067b8b6d641ce148d03db9] | committer: Henrik Gramner

x86: Share the mbtree_propagate_list macro with aarch64

This avoids having to duplicate the same code for all architectures
that implement only the internal part of this function in assembler.

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=3e25eab0b7172e3c0b067b8b6d641ce148d03db9
---

 common/aarch64/mc-c.c |   83 +------------------------------------------------
 common/mc.c           |   20 ++++++------
 common/mc.h           |   74 +++++++++++++++++++++++++++++++++++++++++++
 common/x86/mc-c.c     |   82 +++---------------------------------------------
 4 files changed, 88 insertions(+), 171 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=3e25eab0b7172e3c0b067b8b6d641ce148d03db9


More information about the x264-devel mailing list