comparison data/fft/FFTFileCacheWriter.h @ 1038:cc27f35aa75c cxx11

Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet.
author Chris Cannam
date Tue, 03 Mar 2015 15:18:24 +0000
parents 59e7fe1b1003
children
comparison
equal deleted inserted replaced
1037:bf0e5944289b 1038:cc27f35aa75c
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();