swscale/la: Add yuv2rgb_lasx.c and rgb2rgb_lasx.c files

ffmpeg -i 1_h264_1080p_30fps_3Mbps.mp4 -f rawvideo -pix_fmt rgb24 -y /dev/null -an
before: 178fps
after:  210fps

Signed-off-by: Hao Chen <chenhao@loongson.cn>
Reviewed-by: yinshiyou-hf@loongson.cn
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Hao Chen 2022-09-09 17:00:25 +08:00 committed by Michael Niedermayer
parent 38cacce22a
commit 74d09b068d
No known key found for this signature in database
GPG key ID: B18E8928B3948D64
8 changed files with 444 additions and 0 deletions

View file

@ -168,5 +168,6 @@ void ff_sws_rgb2rgb_init(void);
void rgb2rgb_init_aarch64(void);
void rgb2rgb_init_x86(void);
void rgb2rgb_init_loongarch(void);
#endif /* SWSCALE_RGB2RGB_H */