mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
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:
parent
38cacce22a
commit
74d09b068d
8 changed files with 444 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue