Re: [FFmpeg-devel] [PATCH] avcodec/mips: Improve hevc sao band filter msa functions

2017-09-15 Thread Michael Niedermayer
On Fri, Sep 15, 2017 at 12:44:03PM +, Manojkumar Bhosale wrote: > LGTM will apply [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB In fact, the RIAA has been known to suggest that students drop out of college or go to community college in order to be able to

Re: [FFmpeg-devel] [PATCH] avcodec/mips: Improve hevc sao band filter 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 5:07 PM To: ffmpeg-devel@ffmpeg.org Cc: Kaustubh Raste Subject: [FFmpeg-devel] [PATCH] avcodec/mips: Improve hevc sao band filter

[FFmpeg-devel] [PATCH] avcodec/mips: Improve hevc sao band filter msa functions

2017-09-15 Thread kaustubh.raste
From: Kaustubh Raste Preload data in band filter 0-8 for better pipeline parallelization. Signed-off-by: Kaustubh Raste --- libavcodec/mips/hevc_lpf_sao_msa.c | 174 ++- libavutil/mips/generic_macros_msa.h