comparison dsp/transforms/DCT.h @ 505:930b5b0f707d

Merge branch 'codestyle-and-tidy'
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 05 Jun 2019 12:55:15 +0100
parents 701233f8ed41
children
comparison
equal deleted inserted replaced
471:e3335cb213da 505:930b5b0f707d
11 published by the Free Software Foundation; either version 2 of the 11 published by the Free Software Foundation; either version 2 of the
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #ifndef DCT_H 16 #ifndef QM_DSP_DCT_H
17 #define DCT_H 17 #define QM_DSP_DCT_H
18 18
19 #include "FFT.h" 19 #include "FFT.h"
20 20
21 #include <vector> 21 #include <vector>
22 22