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

2017-09-08 Thread Michael Niedermayer
On Thu, Sep 07, 2017 at 09:09:05AM +, Manojkumar Bhosale wrote: > LGTM applied 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] avcodec/mips: Improve vp9 idct 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 idct msa functions

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

2017-09-04 Thread kaustubh.raste
From: Kaustubh Raste Removed memset calls. Signed-off-by: Kaustubh Raste --- libavcodec/mips/vp9_idct_msa.c | 118 1 file changed, 70 insertions(+), 48 deletions(-) diff --git