Home
last modified time | relevance | path

Searched defs:resample_nearest (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavresample/
Dresample.h48 void (*resample_nearest)(void *dst0, int dst_index, member
Dresample_template.c57 static void SET_TYPE(resample_nearest)(void *dst0, int dst_index, const void *src0, unsigned int in… in SET_TYPE() argument