comparison data/fft/FFTMemoryCache.h @ 383:94fc0591ea43 1.2-stable

* merge from trunk (1.2 ended up being tracked from trunk, but we may want this branch for fixes later)
author Chris Cannam
date Wed, 27 Feb 2008 10:32:45 +0000
parents aa8dbac62024
children 115f60df1e4d
comparison
equal deleted inserted replaced
349:f39d33b0b265 383:94fc0591ea43
107 107
108 virtual void setColumnAt(size_t x, float *reals, float *imags); 108 virtual void setColumnAt(size_t x, float *reals, float *imags);
109 109
110 static size_t getCacheSize(size_t width, size_t height, StorageType type); 110 static size_t getCacheSize(size_t width, size_t height, StorageType type);
111 111
112 virtual Type getType() { return MemoryCache; }
113
112 private: 114 private:
113 size_t m_width; 115 size_t m_width;
114 size_t m_height; 116 size_t m_height;
115 uint16_t **m_magnitude; 117 uint16_t **m_magnitude;
116 uint16_t **m_phase; 118 uint16_t **m_phase;