Re: [FFmpeg-devel] [PATCH] avcodec/mips: Improve vp9 lpf msa functions

2017-09-08 Thread Michael Niedermayer
On Thu, Sep 07, 2017 at 09:00:01AM +, Manojkumar Bhosale wrote: > LGTM applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Observe your enemies, for they first find out your faults. -- Antisthenes signature.asc Description: Digital signature __

Re: [FFmpeg-devel] [PATCH] avcodec/mips: Improve vp9 lpf msa functions

2017-09-07 Thread Manojkumar Bhosale
LGTM -Original Message- From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of kaustubh.ra...@imgtec.com Sent: Monday, September 4, 2017 6:02 PM To: ffmpeg-devel@ffmpeg.org Cc: Kaustubh Raste Subject: [FFmpeg-devel] [PATCH] avcodec/mips: Improve vp9 lpf msa functions

[FFmpeg-devel] [PATCH] avcodec/mips: Improve vp9 lpf msa functions

2017-09-04 Thread kaustubh.raste
From: Kaustubh Raste Updated VP9_LPF_FILTER4_4W macro to process on 8 bit data. Replaced VP9_LPF_FILTER4_8W with VP9_LPF_FILTER4_4W. Signed-off-by: Kaustubh Raste --- libavcodec/mips/vp9_lpf_msa.c | 94 ++--- 1 file changed, 14 insertions(+), 80 deletions(