SAF
Loading...
Searching...
No Matches
resample_sse.h File Reference

Resampler functions (SSE version) More...

#include <xmmintrin.h>

Go to the source code of this file.

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)
 

Detailed Description

Resampler functions (SSE version)

License
BSD 3-Clause

Definition in file resample_sse.h.

Macro Definition Documentation

◆ OVERRIDE_INNER_PRODUCT_SINGLE

#define OVERRIDE_INNER_PRODUCT_SINGLE

Definition at line 40 of file resample_sse.h.

◆ OVERRIDE_INTERPOLATE_PRODUCT_SINGLE

#define OVERRIDE_INTERPOLATE_PRODUCT_SINGLE

Definition at line 57 of file resample_sse.h.

Function Documentation

◆ inner_product_single()

static float inner_product_single ( const float * a,
const float * b,
unsigned int len )
inlinestatic

Definition at line 41 of file resample_sse.h.

◆ 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

Definition at line 58 of file resample_sse.h.