31 #define RESAMPLE_FUNCS(type, opt) \
32 int ff_resample_common_##type##_##opt(ResampleContext *c, void *dst, \
33 const void *src, int sz, int upd); \
34 int ff_resample_linear_##type##_##opt(ResampleContext *c, void *dst, \
35 const void *src, int sz, int upd)
static int sse(MpegEncContext *s, uint8_t *src1, uint8_t *src2, int w, int h, int stride)
#define EXTERNAL_SSE(flags)
enum AVSampleFormat format
#define EXTERNAL_AVX_FAST(flags)
#define EXTERNAL_SSE2(flags)
struct ResampleContext::@299 dsp
#define EXTERNAL_FMA4(flags)
int(* resample_linear)(struct ResampleContext *c, void *dst, const void *src, int n, int update_ctx)
av_cold void swri_resample_dsp_x86_init(ResampleContext *c)
int(* resample_common)(struct ResampleContext *c, void *dst, const void *src, int n, int update_ctx)
#define EXTERNAL_FMA3_FAST(flags)
int av_get_cpu_flags(void)
Return the flags which specify extensions supported by the CPU.
#define EXTERNAL_MMXEXT(flags)
#define EXTERNAL_XOP(flags)
#define RESAMPLE_FUNCS(type, opt)