Home
last modified time | relevance | path

Searched defs:tap_count (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavresample/
Dresample.c72 int tap_count = c->filter_length; in build_filter() local
/third_party/pulseaudio/src/pulsecore/ffmpeg/
Dresample2.c94 void av_build_filter(FELEM *filter, double factor, int tap_count, int phase_count, int scale, int t… in av_build_filter()
/third_party/ffmpeg/libswresample/
Dresample.c144 static int build_filter(ResampleContext *c, void *filter, double factor, int tap_count, int alloc, … in build_filter()