Resampler functions (SSE version)
More...
#include <xmmintrin.h>
Go to the source code of this file.
Resampler functions (SSE version)
- License
- BSD 3-Clause
Definition in file resample_sse.h.
◆ OVERRIDE_INNER_PRODUCT_SINGLE
#define OVERRIDE_INNER_PRODUCT_SINGLE |
◆ OVERRIDE_INTERPOLATE_PRODUCT_SINGLE
#define OVERRIDE_INTERPOLATE_PRODUCT_SINGLE |
◆ inner_product_single()
static float inner_product_single |
( |
const float * | a, |
|
|
const float * | b, |
|
|
unsigned int | len ) |
|
inlinestatic |
◆ interpolate_product_single()
static float interpolate_product_single |
( |
const float * | a, |
|
|
const float * | b, |
|
|
unsigned int | len, |
|
|
const spx_uint32_t | oversample, |
|
|
float * | frac ) |
|
inlinestatic |