-int swri_resample_common_int16 (ResampleContext *c, int16_t *dst, const int16_t *src, int n, int update_ctx);
-int swri_resample_common_int32 (ResampleContext *c, int32_t *dst, const int32_t *src, int n, int update_ctx);
-int swri_resample_common_float (ResampleContext *c, float *dst, const float *src, int n, int update_ctx);
-int swri_resample_common_double(ResampleContext *c, double *dst, const double *src, int n, int update_ctx);
-int swri_resample_linear_int16 (ResampleContext *c, int16_t *dst, const int16_t *src, int n, int update_ctx);
-int swri_resample_linear_int32 (ResampleContext *c, int32_t *dst, const int32_t *src, int n, int update_ctx);
-int swri_resample_linear_float (ResampleContext *c, float *dst, const float *src, int n, int update_ctx);
-int swri_resample_linear_double(ResampleContext *c, double *dst, const double *src, int n, int update_ctx);
-
-#define DO_RESAMPLE_ONE 1
-