[x264-devel] [PATCH 1/2] x86: Share the mbtree_propagate_list macro with aarch64

Janne Grunau janne-x264 at jannau.net
Thu Sep 3 09:23:41 CEST 2015


On 2015-09-03 09:30:43 +0300, Martin Storsjö wrote:
> This avoids having to duplicate the same code for all architectures
> that implement only the internal part of this function in assembler.
> ---
> Moved the x86 inline asm versions of CLIP_ADD into the shared
> header.
> ---
>  common/aarch64/mc-c.c |   84 +-------------------------------
>  common/mc-int.h       |  130 +++++++++++++++++++++++++++++++++++++++++++++++++
>  common/x86/mc-c.c     |  105 +--------------------------------------
>  3 files changed, 133 insertions(+), 186 deletions(-)
>  create mode 100644 common/mc-int.h

ok

Janne


More information about the x264-devel mailing list