Searched defs:tap_count (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavresample/ |
H A D | resample_template.c | 103 set_filter(void *filter0, double *tab, int phase, int tap_count) set_filter() argument
|
H A D | resample.c | 72 int tap_count = c->filter_length; in build_filter() local
|
/third_party/pulseaudio/src/pulsecore/ffmpeg/ |
H A D | resample2.c | 94 void av_build_filter(FELEM *filter, double factor, int tap_count, int phase_count, int scale, int type){ in av_build_filter() argument [all...] |
/third_party/ffmpeg/libswresample/ |
H A D | resample.c | 145 static int build_filter(ResampleContext *c, void *filter, double factor, int tap_count, int alloc, int phase_count, int scale, in build_filter() argument [all...] |
Completed in 3 milliseconds