On Wed, Feb 13, 2019 at 05:56:50PM +0800, Shiyou Yin wrote: > >-----Original Message----- > >From: [email protected] > >[mailto:[email protected]] On Behalf Of gxw > >Sent: Tuesday, February 12, 2019 6:56 PM > >To: [email protected] > >Cc: gxw > >Subject: [FFmpeg-devel] [PATCH] avcodec/mips: [loongson] optimize theora > >decoding with mmi. > > > >Optimize theora decoding with mmi in functions: > >1. ff_vp3_idct_add_mmi > >2. ff_vp3_idct_put_mmi > >3. ff_vp3_idct_dc_add_mmi > >4. ff_put_no_rnd_pixels_l2_mmi > > > >Theora decoding speed improved about 32%(from 88fps to 116fps, Tested on > >loongson 3A3000). > >--- > > libavcodec/mips/Makefile | 1 + > > libavcodec/mips/vp3dsp_idct_mmi.c | 769 > > +++++++++++++++++++++++++++++++++++++ > > libavcodec/mips/vp3dsp_init_mips.c | 14 + > > libavcodec/mips/vp3dsp_mips.h | 6 + > > 4 files changed, 790 insertions(+) > > create mode 100644 libavcodec/mips/vp3dsp_idct_mmi.c > > > > Verified + 1, LGTM.
will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you fake or manipulate statistics in a paper in physics you will never get a job again. If you fake or manipulate statistics in a paper in medicin you will get a job for life at the pharma industry.
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
