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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A Dresample_template.c28 #define SET_TYPE(func) func ## _dbl macro
35 #define SET_TYPE(func) func ## _flt macro
42 #define SET_TYPE(func) func ## _s32 macro
49 #define SET_TYPE(func) func ## _s16 macro
57 static void SET_TYPE(resample_nearest)(void *dst0, int dst_index, const void *src0, unsigned int index)
64 static void SET_TYPE(resample_linear)(ResampleContext *c, void *dst0, int dst_index,
85 static void SET_TYPE(resample_one)(ResampleContext *c,
103 static void SET_TYPE(set_filter)(void *filter0, double *tab, int phase,
113 #undef SET_TYPE macro

Completed in 51 milliseconds