Searched refs:GET_OPT_N_TAPS (Results 1 – 1 of 1) sorted by relevance
149 #define GET_OPT_N_TAPS(options,def) get_opt_int(options, \ macro1080 resampler->n_taps = GET_OPT_N_TAPS (resampler->options, 2); in resampler_calculate_taps()1083 resampler->n_taps = GET_OPT_N_TAPS (resampler->options, 4); in resampler_calculate_taps()1090 resampler->n_taps = GET_OPT_N_TAPS (resampler->options, q->n_taps); in resampler_calculate_taps()