33#ifndef FLAC__PRIVATE__WINDOW_H
34#define FLAC__PRIVATE__WINDOW_H
43#ifndef FLAC__INTEGER_ONLY_LIBRARY
void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L)
Definition window_flac.c:45
void FLAC__window_partial_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__real start, const FLAC__real end)
Definition window_flac.c:209
void FLAC__window_punchout_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__real start, const FLAC__real end)
Definition window_flac.c:237
void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L)
Definition window_flac.c:126
void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L)
Definition window_flac.c:73
void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L)
Definition window_flac.c:105
void FLAC__window_kaiser_bessel(FLAC__real *window, const FLAC__int32 L)
Definition window_flac.c:144
void FLAC__window_rectangle(FLAC__real *window, const FLAC__int32 L)
Definition window_flac.c:162
void FLAC__window_blackman_harris_4term_92db_sidelobe(FLAC__real *window, const FLAC__int32 L)
Definition window_flac.c:83
void FLAC__window_nuttall(FLAC__real *window, const FLAC__int32 L)
Definition window_flac.c:153
void FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev)
Definition window_flac.c:114
void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L)
Definition window_flac.c:135
void FLAC__window_bartlett_hann(FLAC__real *window, const FLAC__int32 L)
Definition window_flac.c:64
void FLAC__window_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p)
Definition window_flac.c:188
void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L)
Definition window_flac.c:92
void FLAC__window_triangle(FLAC__real *window, const FLAC__int32 L)
Definition window_flac.c:170
void FLAC__window_welch(FLAC__real *window, const FLAC__int32 L)
Definition window_flac.c:269
float FLAC__real
Definition float.h:58
virtual ASIOError start()=0
int32_t FLAC__int32
Definition ordinals.h:62
uch * p
Definition crypt.c:594