Searched refs:cheby (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libswresample/ |
D | soxr_resample.c | 33 …enum SwrFilterType filter_type, double kaiser_beta, double precision, int cheby, int exact_rationa… in create() argument 48 …q_spec = soxr_quality_spec((int)((precision-2)/4), (SOXR_HI_PREC_CLOCK|SOXR_ROLLOFF_NONE)*!!cheby); in create()
|
D | swresample_internal.h | 72 …enum SwrFilterType filter_type, double kaiser_beta, double precision, int cheby, int exact_rationa… 135 …int cheby; /**< soxr: if 1 then passband rolloff will be none… member
|
D | options.c | 100 …, OFFSET(cheby) , AV_OPT_TYPE_BOOL , {.i64=0 }, 0 , 1 , …
|
D | resample.c | 289 double precision, int cheby, int exact_rational) in resample_init() argument
|
D | swresample.c | 275 …toff, s->int_sample_fmt, s->filter_type, s->kaiser_beta, s->precision, s->cheby, s->exact_rational… in swr_init()
|
/third_party/ffmpeg/doc/ |
D | resampler.texi | 119 select the native SW Resampler; filter options precision and cheby are not 154 @item cheby
|