Class that implements SSE optimized routines for float samples type. More...
#include <TDStretch.h>
Protected Member Functions | |
| double | calcCrossCorrMulti (const float *mixingPos, const float *compare) const |
| double | calcCrossCorrStereo (const float *mixingPos, const float *compare) const |
Class that implements SSE optimized routines for float samples type.
Definition at line 256 of file TDStretch.h.
| double TDStretchSSE3::calcCrossCorrMulti | ( | const float * | mixingPos, | |
| const float * | compare | |||
| ) | const [protected] |
Reimplemented from soundtouch::TDStretchSSE2.
Definition at line 10 of file sse_gcc.cpp.
| double TDStretchSSE3::calcCrossCorrStereo | ( | const float * | mixingPos, | |
| const float * | compare | |||
| ) | const [protected] |
Reimplemented from soundtouch::TDStretchSSE2.
Definition at line 98 of file sse_gcc.cpp.
1.6.3