Searched refs:resample_linear (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libswresample/x86/ |
D | resample_init.c | 55 c->dsp.resample_linear = ff_resample_linear_int16_mmxext; in swri_resample_dsp_x86_init() 59 c->dsp.resample_linear = ff_resample_linear_int16_sse2; in swri_resample_dsp_x86_init() 63 c->dsp.resample_linear = ff_resample_linear_int16_xop; in swri_resample_dsp_x86_init() 69 c->dsp.resample_linear = ff_resample_linear_float_sse; in swri_resample_dsp_x86_init() 73 c->dsp.resample_linear = ff_resample_linear_float_avx; in swri_resample_dsp_x86_init() 77 c->dsp.resample_linear = ff_resample_linear_float_fma3; in swri_resample_dsp_x86_init() 81 c->dsp.resample_linear = ff_resample_linear_float_fma4; in swri_resample_dsp_x86_init() 87 c->dsp.resample_linear = ff_resample_linear_double_sse2; in swri_resample_dsp_x86_init() 91 c->dsp.resample_linear = ff_resample_linear_double_avx; in swri_resample_dsp_x86_init() 95 c->dsp.resample_linear = ff_resample_linear_double_fma3; in swri_resample_dsp_x86_init()
|
/third_party/ffmpeg/libswresample/ |
D | resample_dsp.c | 52 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()
|
D | resample.h | 58 int (*resample_linear)(struct ResampleContext *c, void *dst, member
|
D | resample_template.c | 143 static int RENAME(resample_linear)(ResampleContext *c, in RENAME() argument
|
D | resample.c | 496 c->dsp.resample_linear : c->dsp.resample_common; in multiple_resample()
|
/third_party/ffmpeg/libavresample/arm/ |
D | resample_neon.S | 224 .macro resample_linear fmt, es=2 macro 358 resample_linear flt, 2
|
/third_party/ffmpeg/libavresample/ |
D | resample_template.c | 64 static void SET_TYPE(resample_linear)(ResampleContext *c, void *dst0, int dst_index, in SET_TYPE() argument
|
/third_party/ffmpeg/libavfilter/ |
D | vf_perspective.c | 361 static int resample_linear(AVFilterContext *ctx, void *arg, in resample_linear() function 441 case LINEAR: s->perspective = resample_linear; break; in init()
|