Re: [FFmpeg-devel] Optimize H264 decoding for loongarch.

2021-12-14 Thread guxiwei
LGTM > 2021年12月15日 下午2:06,Shiyou Yin 写道: > > > >> 2021年12月15日 上午11:51,Hao Chen 写道: >> >> ./ffmpeg -i 1_h264_1080p_30fps_3Mbps.mp4 -f rawvideo -y /dev/null -an >> before: 170fps >> after : 296fps >> >> V2: Update loongson_intrinsics.h to 1.0.3 in patch 2/7. >> V3: Resubmit these patches due

Re: [FFmpeg-devel] [PATCH 1/3] ffbuild: Refine MIPS handling

2020-06-02 Thread guxiwei
> 2020年5月31日 下午3:59,Shiyou Yin 写道: > >> -Original Message- >> From: ffmpeg-devel-boun...@ffmpeg.org >> >> [mailto:ffmpeg-devel-boun...@ffmpeg.org >> ] On Behalf Of >> Shiyou Yin >> Sent: Sunday, May 31, 2

Re: [FFmpeg-devel] [PATCH] avcodec/mips: [loongson] optimizetheora decoding with mmi.

2019-02-14 Thread guxiwei-hf
>On Fri, Feb 15, 2019 at 12:13:43AM +0100, Michael Niedermayer wrote: > > On Wed, Feb 13, 2019 at 05:56:50PM +0800, Shiyou Yin wrote: > > > >-Original Message- > > > >From: ffmpeg-devel-boun...@ffmpeg.org > > > >[mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of gxw > > > >Sent: Tuesday

Re: [FFmpeg-devel] [PATCH v2] avcodec/mips: Fix failed case:hevc-conformance-AMP_A_Samsung_* when enable msa

2018-12-20 Thread guxiwei-hf
>tor 2018-12-20 klockan 10:53 +0800 skrev gxw: >> The AV_INPUT_BUFFER_PADDING_SIZE has been increased to 64, but the value is >> still 32 >> in function ff_hevc_sao_edge_filter_8_msa. So, use >> AV_INPUT_BUFFER_PADDING_SIZE directly. >> Fate tests passed. >> --- >>  libavcodec/mips/hevc_lpf_sao_m

Re: [FFmpeg-devel] [PATCH] avcodec/mips: [loongson] fix failedcase: hevc-conformance-AMP_A_Samsung_* in loongson2k

2018-12-18 Thread guxiwei-hf
>>Subject: [FFmpeg-devel] [PATCH] avcodec/mips: [loongson] fix failed case: >>hevc-conformance-AMP_A_Samsung_* in loongson2k >> >>The AV_INPUT_BUFFER_PADDING_SIZE has been increased to 64, but the value is >>still 32 >>in function ff_hevc_sao_edge_filter_8_msa. So, Modify the corresponding value