Home
last modified time | relevance | path

Searched refs:ARRAY_LEN (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/3rdparty/libsamplerate/
H A Dcommon.h28 #define ARRAY_LEN(x) ((int) (sizeof (x) / sizeof ((x) [0]))) macro
H A Dsrc_sinc.c152 if (psrc->channels > ARRAY_LEN (temp_filter.left_calc)) in sinc_set_converter()
182 temp_filter.coeff_half_len = ARRAY_LEN (fastest_coeffs.coeffs) - 2 ; in sinc_set_converter()
188 temp_filter.coeff_half_len = ARRAY_LEN (slow_mid_qual_coeffs.coeffs) - 2 ; in sinc_set_converter()
194 temp_filter.coeff_half_len = ARRAY_LEN (slow_high_qual_coeffs.coeffs) - 2 ; in sinc_set_converter()