| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Resampler functions (SSE version) More...
#include <xmmintrin.h>
Go to the source code of this file.
| Macros | |
| #define | OVERRIDE_INNER_PRODUCT_SINGLE | 
| #define | OVERRIDE_INTERPOLATE_PRODUCT_SINGLE | 
| Functions | |
| static float | inner_product_single (const float *a, const float *b, unsigned int len) | 
| static float | interpolate_product_single (const float *a, const float *b, unsigned int len, const spx_uint32_t oversample, float *frac) | 
Resampler functions (SSE version)
Definition in file resample_sse.h.
| #define OVERRIDE_INNER_PRODUCT_SINGLE | 
Definition at line 39 of file resample_sse.h.
| #define OVERRIDE_INTERPOLATE_PRODUCT_SINGLE | 
Definition at line 56 of file resample_sse.h.
| 
 | inlinestatic | 
Definition at line 40 of file resample_sse.h.
Referenced by resampler_basic_direct_single().
| 
 | inlinestatic | 
Definition at line 57 of file resample_sse.h.
Referenced by resampler_basic_interpolate_single().