FFmpeg
|
#include "swscale_loongarch.h"
#include "libswscale/swscale_internal.h"
#include "libswscale/rgb2rgb.h"
#include "libavutil/loongarch/cpu.h"
Go to the source code of this file.
Functions | |
av_cold void | ff_sws_init_swscale_loongarch (SwsContext *c) |
av_cold void | rgb2rgb_init_loongarch (void) |
av_cold SwsFunc | ff_yuv2rgb_init_loongarch (SwsContext *c) |
av_cold void ff_sws_init_swscale_loongarch | ( | SwsContext * | c | ) |
Definition at line 27 of file swscale_init_loongarch.c.
Referenced by ff_sws_init_scale().
av_cold void rgb2rgb_init_loongarch | ( | void | ) |
Definition at line 82 of file swscale_init_loongarch.c.
Referenced by ff_sws_rgb2rgb_init().
av_cold SwsFunc ff_yuv2rgb_init_loongarch | ( | SwsContext * | c | ) |
Definition at line 91 of file swscale_init_loongarch.c.
Referenced by ff_yuv2rgb_get_func_ptr().