Re: [libav-devel] [PATCH 2/2] hevc: Add NEON 32x32 IDCT

2017-05-03 Thread Martin Storsjö
On Wed, 3 May 2017, Alexandra Hájková wrote: --- libavcodec/arm/hevc_idct.S| 319 ++ libavcodec/arm/hevcdsp_init_arm.c | 4 + 2 files changed, 297 insertions(+), 26 deletions(-) diff --git a/libavcodec/arm/hevc_idct.S b/libavcodec/arm/hevc_idct.S

Re: [libav-devel] [PATCH 1/2] hevc: 16x16 NEON idct: store 32 bit elements correctly

2017-05-03 Thread Martin Storsjö
On Wed, 3 May 2017, Alexandra Hájková wrote: --- libavcodec/arm/hevc_idct.S | 8 1 file changed, 4 insertions(+), 4 deletions(-) The change itself is ok, but the commit message is misleading. While this is more correct than before, it doesn't actually change the result of the code,

[libav-devel] [PATCH 1/2] hevc: 16x16 NEON idct: store 32 bit elements correctly

2017-05-03 Thread Alexandra Hájková
--- libavcodec/arm/hevc_idct.S | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavcodec/arm/hevc_idct.S b/libavcodec/arm/hevc_idct.S index fac5758..4814c86 100644 --- a/libavcodec/arm/hevc_idct.S +++ b/libavcodec/arm/hevc_idct.S @@ -536,10 +536,10 @@ endfunc

[libav-devel] [PATCH 2/2] hevc: Add NEON 32x32 IDCT

2017-05-03 Thread Alexandra Hájková
--- libavcodec/arm/hevc_idct.S| 319 ++ libavcodec/arm/hevcdsp_init_arm.c | 4 + 2 files changed, 297 insertions(+), 26 deletions(-) diff --git a/libavcodec/arm/hevc_idct.S b/libavcodec/arm/hevc_idct.S index 4814c86..3a512b4 100644 ---

Re: [libav-devel] [PATCH] configure: rename hevc_ps to hevcparse

2017-05-03 Thread Diego Biurrun
On Tue, May 02, 2017 at 06:06:52PM -0300, James Almer wrote: > Build h2645_parse.o with it, as every hevc_ps dependency also needs it. > This is more in line with h264's h264parse module. > > Signed-off-by: James Almer > --- > configure | 10 +- >