resample-native: optimize equal input and output sample rates

This commit is contained in:
Wim Taymans 2019-03-27 13:38:34 +01:00
parent 4fafd10a89
commit eaffb25cc2
3 changed files with 43 additions and 9 deletions

View file

@ -47,5 +47,6 @@ static void inner_product_ip_c(float *d, const float * SPA_RESTRICT s,
*d = (sum[1] - sum[0]) * x + sum[0];
}
MAKE_RESAMPLER_COPY(c);
MAKE_RESAMPLER_FULL(c);
MAKE_RESAMPLER_INTER(c);