Re: [libav-devel] [PATCH] arm: vp9itxfm: Simplify txfm string comparisons

2016-11-13 Thread Janne Grunau
On 2016-11-13 00:36:56 +0200, Martin Storsjö wrote: > --- > This comes from the review of the aarch64 version. > --- > libavcodec/arm/vp9itxfm_neon.S | 45 > ++ > 1 file changed, 10 insertions(+), 35 deletions(-) > > diff --git

[libav-devel] [PATCH] arm: vp9itxfm: Simplify txfm string comparisons

2016-11-12 Thread Martin Storsjö
--- This comes from the review of the aarch64 version. --- libavcodec/arm/vp9itxfm_neon.S | 45 ++ 1 file changed, 10 insertions(+), 35 deletions(-) diff --git a/libavcodec/arm/vp9itxfm_neon.S b/libavcodec/arm/vp9itxfm_neon.S index fca9836..cdb43b5 100644