Searched defs:cheby (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libswresample/ |
H A D | soxr_resample.c | 32 create(struct ResampleContext *c, int out_rate, int in_rate, int filter_size, int phase_shift, int linear, double cutoff, enum AVSampleFormat format, enum SwrFilterType filter_type, double kaiser_beta, double precision, int cheby, int exact_rational) create() argument
|
H A D | resample.c | 288 resample_init(ResampleContext *c, int out_rate, int in_rate, int filter_size, int phase_shift, int linear, double cutoff0, enum AVSampleFormat format, enum SwrFilterType filter_type, double kaiser_beta, double precision, int cheby, int exact_rational) resample_init() argument
|
H A D | swresample_internal.h | 139 int cheby; /**< soxr: if 1 then passband rolloff will be none (Chebyshev) & irrational ratio approximation precision will be higher */ member
|
Completed in 2 milliseconds