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

2017-09-15 Thread Michael Niedermayer
On Fri, Sep 15, 2017 at 12:04:46PM +, Manojkumar Bhosale wrote: > LGTM tested will apply thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Concerning the gods, I have no means of knowing whether they exist or not or of what sort they may be, because o

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

2017-09-15 Thread Manojkumar Bhosale
LGTM -Original Message- From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of kaustubh.ra...@imgtec.com Sent: Friday, September 15, 2017 11:28 AM To: ffmpeg-devel@ffmpeg.org Cc: Kaustubh Raste Subject: [FFmpeg-devel] [PATCH] avcodec/mips: Improve avc lpf msa functions

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

2017-09-14 Thread kaustubh.raste
From: Kaustubh Raste Optimize luma intra case by reducing conditional cases. Signed-off-by: Kaustubh Raste --- libavcodec/mips/h264dsp_msa.c | 428 + 1 file changed, 138 insertions(+), 290 deletions(-) diff --git a/libavcodec/mips/h264dsp_msa.c b/libav