Re: [FFmpeg-devel] [PATCH] avcodec/mips: Improve avc uni copy mc msa functions

2017-10-10 Thread Michael Niedermayer
On Tue, Oct 10, 2017 at 10:37:27AM +, Manojkumar Bhosale wrote: > LGTM applied thx [...] -- 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 avc uni copy mc msa functions

2017-10-10 Thread Manojkumar Bhosale
LGTM -Original Message- From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of kaustubh.ra...@imgtec.com Sent: Monday, October 9, 2017 5:49 PM To: ffmpeg-devel@ffmpeg.org Cc: Kaustubh Raste Subject: [FFmpeg-devel] [PATCH] avcodec/mips: Improve avc uni copy mc msa

[FFmpeg-devel] [PATCH] avcodec/mips: Improve avc uni copy mc msa functions

2017-10-09 Thread kaustubh.raste
From: Kaustubh Raste Load the specific bytes instead of MSA load. Signed-off-by: Kaustubh Raste --- libavcodec/mips/hevc_mc_uni_msa.c | 245 +++-- 1 file changed, 100 insertions(+), 145 deletions(-) diff --git a/libavcodec/mips/hevc_mc_uni_msa.c b/libavcodec/