#include <math.h>#include "common.h"#include "signals.h"#include "files.h"#include "ui-stats.h"

Classes | |
| class | Statistics |
Functions | |
| float4 | normalize_freq (float4 in, int band) |
| float4 | stats_get_freq (int band) |
| void | statistics_first_pass (Song *song) |
| void | statistics_prepare_second_pass () |
| void | statistics_second_pass (Song *song) |
| void | statistics_stop_second_pass () |
Variables | |
| unsigned8 | total_music_body |
Referenced by SongMetriek::spectrum_dist().
| void statistics_first_pass | ( | Song * | song | ) |
References mean_spectrum().
| void statistics_prepare_second_pass | ( | ) |
References stop_mean_spectrum().
| void statistics_second_pass | ( | Song * | song | ) |
References dev_spectrum().
| void statistics_stop_second_pass | ( | ) |
References stop_dev_spectrum().
1.6.2