comparison src/Silvet.cpp @ 114:b2f0967cb8d1 bqvec-openmp

Pull out shifted templates into separate arrays with proper alignment (trading off memory occupied against getting the alignments right)
author Chris Cannam
date Wed, 07 May 2014 09:43:15 +0100
parents c4eae816bdb3
children
comparison
equal deleted inserted replaced
113:c4eae816bdb3 114:b2f0967cb8d1
41 Plugin(inputSampleRate), 41 Plugin(inputSampleRate),
42 m_resampler(0), 42 m_resampler(0),
43 m_cq(0), 43 m_cq(0),
44 m_hqMode(true) 44 m_hqMode(true)
45 { 45 {
46 EM::initialise();
46 } 47 }
47 48
48 Silvet::~Silvet() 49 Silvet::~Silvet()
49 { 50 {
50 delete m_resampler; 51 delete m_resampler;