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

2017-09-08 Thread Michael Niedermayer
On Thu, Sep 07, 2017 at 12:43:40PM +, Manojkumar Bhosale wrote: > LGTM applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Does the universe only have a finite lifespan? No, its going to go on forever, its just that you wont like living in it. --

Re: [FFmpeg-devel] [PATCH] avcodec/mips: Improve vp9 mc 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:03 PM To: ffmpeg-devel@ffmpeg.org Cc: Kaustubh Raste Subject: [FFmpeg-devel] [PATCH] avcodec/mips: Improve vp9 mc msa functions

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

2017-09-04 Thread kaustubh.raste
From: Kaustubh Raste Load the specific destination bytes instead of MSA load and pack. Signed-off-by: Kaustubh Raste --- libavcodec/mips/h264qpel_msa.c | 17 +- libavcodec/mips/vp9_mc_msa.c| 759 --- libavutil/mips/generic_macros_msa.h | 24 +-