Home
last modified time | relevance | path

Searched refs:resample_linear (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libswresample/x86/
H A Dresample_init.c55 c->dsp.resample_linear = ff_resample_linear_int16_sse2; in swri_resample_dsp_x86_init()
59 c->dsp.resample_linear = ff_resample_linear_int16_xop; in swri_resample_dsp_x86_init()
65 c->dsp.resample_linear = ff_resample_linear_float_sse; in swri_resample_dsp_x86_init()
69 c->dsp.resample_linear = ff_resample_linear_float_avx; in swri_resample_dsp_x86_init()
73 c->dsp.resample_linear = ff_resample_linear_float_fma3; in swri_resample_dsp_x86_init()
77 c->dsp.resample_linear = ff_resample_linear_float_fma4; in swri_resample_dsp_x86_init()
83 c->dsp.resample_linear = ff_resample_linear_double_sse2; in swri_resample_dsp_x86_init()
87 c->dsp.resample_linear = ff_resample_linear_double_avx; in swri_resample_dsp_x86_init()
91 c->dsp.resample_linear = ff_resample_linear_double_fma3; in swri_resample_dsp_x86_init()
/third_party/ffmpeg/libswresample/
H A Dresample_dsp.c52 c->dsp.resample_linear = resample_linear_int16; in swri_resample_dsp_init()
57 c->dsp.resample_linear = resample_linear_int32; in swri_resample_dsp_init()
62 c->dsp.resample_linear = resample_linear_float; in swri_resample_dsp_init()
67 c->dsp.resample_linear = resample_linear_double; in swri_resample_dsp_init()
H A Dresample.h58 int (*resample_linear)(struct ResampleContext *c, void *dst, member
H A Dresample_template.c143 static int RENAME(resample_linear)(ResampleContext *c, in resample_linear() function
H A Dresample.c491 /* resample_linear and resample_common should have same behavior in multiple_resample()
494 c->dsp.resample_linear : c->dsp.resample_common; in multiple_resample()
/third_party/ffmpeg/libavresample/
H A Dresample_template.c64 static void SET_TYPE(resample_linear)(ResampleContext *c, void *dst0, int dst_index, in resample_linear() function
/third_party/ffmpeg/libavresample/arm/
H A Dresample_neon.S224 .macro resample_linear fmt, es=2
358 resample_linear flt, 2 label
/third_party/ffmpeg/libavfilter/
H A Dvf_perspective.c353 static int resample_linear(AVFilterContext *ctx, void *arg, in resample_linear() function
433 case LINEAR: s->perspective = resample_linear; break; in init()

Completed in 4 milliseconds