comparison data/fft/FFTFileCacheWriter.h @ 1069:32ab6c48efaa

Merge from branch tonioni
author Chris Cannam
date Mon, 20 Apr 2015 09:11:34 +0100
parents cc27f35aa75c
children
comparison
equal deleted inserted replaced
1036:682d64f05e72 1069:32ab6c48efaa
32 int getHeight() const; 32 int getHeight() const;
33 33
34 void setColumnAt(int x, float *mags, float *phases, float factor); 34 void setColumnAt(int x, float *mags, float *phases, float factor);
35 void setColumnAt(int x, float *reals, float *imags); 35 void setColumnAt(int x, float *reals, float *imags);
36 36
37 static int getCacheSize(int width, int height, 37 static size_t getCacheSize(int width, int height,
38 FFTCache::StorageType type); 38 FFTCache::StorageType type);
39 39
40 bool haveSetColumnAt(int x) const; 40 bool haveSetColumnAt(int x) const;
41 41
42 void allColumnsWritten(); 42 void allColumnsWritten();