Re: [FFmpeg-devel] Add LSX optimization in avcodec and swscale.

2023-05-25 Thread Michael Niedermayer
On Mon, May 22, 2023 at 12:40:08PM +0800, Shiyou Yin wrote: > > > > 2023年5月20日 15:27,Hao Chen 写道: > > > > Retrigger the fate test. > > v1: Add LSX optimization in avcodec and swscale, due to the 2K series CPUs > > only support lsx. > > v2: Modified the implementation of some functions and adde

Re: [FFmpeg-devel] Add LSX optimization in avcodec and swscale.

2023-05-21 Thread Shiyou Yin
> 2023年5月20日 15:27,Hao Chen 写道: > > Retrigger the fate test. > v1: Add LSX optimization in avcodec and swscale, due to the 2K series CPUs > only support lsx. > v2: Modified the implementation of some functions and added support for the > checkasm --bench feature. > v3: Fix whitespace errors i

Re: [FFmpeg-devel] Add LSX optimization in avcodec and swscale.

2023-05-17 Thread Shiyou Yin
> 2023年5月17日 15:03,Hao Chen 写道: > > v1: Add LSX optimization in avcodec and swscale, due to the 2K series CPUs > only support lsx. > v2: Modified the implementation of some functions and added support for the > checkasm --bench feature. > > [PATCH v2 1/7] avcodec/la: add LSX optimization for