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

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

2023-05-25 Thread 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. v3: Fix whitespace errors in patch. v4: Remove clobbering memory in libavutil/loongarch/timer.h v5: Fi

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

2023-05-24 Thread 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. v3: Fix whitespace errors in patch. v4: Remove clobbering memory in libavutil/loongarch/timer.h [PATC

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

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

2023-05-20 Thread 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 in patch. [PATCH v3 1/7] avcodec/la: add LSX optim

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

2023-05-19 Thread 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. v3: Fix whitespace errors in patch. [PATCH v3 1/7] avcodec/la: add LSX optimization for h264 idct. [P

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

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

2023-05-17 Thread 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 h264 idct. [PATCH v2 2/7] avcodec/la: Add LSX opt

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

2023-05-16 Thread 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 h264 idct. [PATCH v2 2/7] avcodec/la: Add LSX opti

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

2023-05-04 Thread Hao Chen
v1: Add LSX optimization in avcodec and swscale, due to the 2K series CPUs only support lsx. [PATCH v1 1/6] avcodec/la: add LSX optimization for h264 idct. [PATCH v1 2/6] avcodec/la: Add LSX optimization for loop filter. [PATCH v1 3/6] avcodec/la: Add LSX optimization for h264 chroma and [PATCH v1