Re: [FFmpeg-devel] [PATCH v3] avcodec/arm/hevcdsp_sao : add NEON optimization for sao

2018-04-08 Thread Michael Niedermayer
On Sun, Apr 08, 2018 at 08:41:28PM +0800, Shengbin Meng wrote: > LGTM. will apply thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No human being will ever know the Truth, for even if they happen to say it by chance, they would not even known they had

Re: [FFmpeg-devel] [PATCH v3] avcodec/arm/hevcdsp_sao : add NEON optimization for sao

2018-04-08 Thread Shengbin Meng
LGTM. Regards, Shengbin Meng > On 27 Mar 2018, at 20:43, Yingming Fan wrote: > > From: Meng Wang > > Signed-off-by: Meng Wang > --- > This v3 patch removed unused codes 'stride_dst /= sizeof(uint8_t);' compared

[FFmpeg-devel] [PATCH v3] avcodec/arm/hevcdsp_sao : add NEON optimization for sao

2018-03-27 Thread Yingming Fan
From: Meng Wang Signed-off-by: Meng Wang --- This v3 patch removed unused codes 'stride_dst /= sizeof(uint8_t);' compared to v1. V1 have this codes because we referred to hevc dsp template codes. Also removed type cast like 'uint8_t