diff options
author | Hao Chen <chenhao@loongson.cn> | 2022-09-09 17:00:25 +0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2022-09-10 22:56:38 +0200 |
commit | 74d09b068dad88b037f6d0be4b0594eb2e2759e9 (patch) | |
tree | ce92bb57bfc0838a1abaf0b982ba315615b538f4 /libswscale/rgb2rgb.h | |
parent | 38cacce22a613d660d4d78e65b0ecdb7be0b908c (diff) | |
download | ffmpeg-74d09b068dad88b037f6d0be4b0594eb2e2759e9.tar.gz |
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>
Diffstat (limited to 'libswscale/rgb2rgb.h')
-rw-r--r-- | libswscale/rgb2rgb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/rgb2rgb.h b/libswscale/rgb2rgb.h index 7272e98c57..db85bfc42f 100644 --- a/libswscale/rgb2rgb.h +++ b/libswscale/rgb2rgb.h @@ -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 */ |