#include <qapplication.h>#include <qlineedit.h>#include <qpixmap.h>#include <qpainter.h>#include <qpushbutton.h>#include <qlcdnumber.h>#include <qcheckbox.h>#include <qlabel.h>#include <qprogressbar.h>#include <stdlib.h>#include <string.h>#include <stdio.h>#include <libgen.h>#include <fcntl.h>#include <signal.h>#include <sys/ioctl.h>#include <qspinbox.h>#include <unistd.h>#include <qslider.h>#include <fftw3.h>#include <time.h>#include <sys/times.h>#include <math.h>#include <assert.h>#include "memory.h"#include "spectrum-analyzer.h"#include "bpmplay.h"#include "version.h"#include "scripts.h"#include "signals.h"#include "data.h"#include "clock-drivers.h"
Functions | |
| void | normalize_draw_decompose (Array< 1, float4 > &block, QPainter &p, int y, int sx, int depth) |
| void normalize_draw_decompose | ( | Array< 1, float4 > & | block, | |
| QPainter & | p, | |||
| int | y, | |||
| int | sx, | |||
| int | depth | |||
| ) |
References ArrayIteratorBacking< T, PT >::more(), Array< D, T >::size(), target, and x.
Referenced by SpectrumAnalyzer::fetchSpectrum_wavelet().
1.6.2