Home
last modified time | relevance | path

Searched defs:resample_linear (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavresample/arm/
Dresample_neon.S224 .macro resample_linear fmt, es=2 macro
/third_party/ffmpeg/libswresample/
Dresample.h58 int (*resample_linear)(struct ResampleContext *c, void *dst, member
Dresample_template.c143 static int RENAME(resample_linear)(ResampleContext *c, in RENAME() argument
/third_party/ffmpeg/libavresample/
Dresample_template.c64 static void SET_TYPE(resample_linear)(ResampleContext *c, void *dst0, int dst_index, in SET_TYPE() argument
/third_party/ffmpeg/libavfilter/
Dvf_perspective.c361 static int resample_linear(AVFilterContext *ctx, void *arg, in resample_linear() function