Searched defs:tap_count (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavresample/ |
D | resample.c | 72 int tap_count = c->filter_length; in build_filter() local
|
/third_party/pulseaudio/src/pulsecore/ffmpeg/ |
D | resample2.c | 94 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/ |
D | resample.c | 144 static int build_filter(ResampleContext *c, void *filter, double factor, int tap_count, int alloc, … in build_filter()
|