Home | History | Annotate | Download | only in private

Lines Matching refs:FLAC__real

53 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L);
54 void FLAC__window_bartlett_hann(FLAC__real *window, const FLAC__int32 L);
55 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L);
56 void FLAC__window_blackman_harris_4term_92db_sidelobe(FLAC__real *window, const FLAC__int32 L);
57 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L);
58 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L);
59 void FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev); /* 0.0 < stddev <= 0.5 */
60 void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L);
61 void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L);
62 void FLAC__window_kaiser_bessel(FLAC__real *window, const FLAC__int32 L);
63 void FLAC__window_nuttall(FLAC__real *window, const FLAC__int32 L);
64 void FLAC__window_rectangle(FLAC__real *window, const FLAC__int32 L);
65 void FLAC__window_triangle(FLAC__real *window, const FLAC__int32 L);
66 void FLAC__window_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p);
67 void FLAC__window_welch(FLAC__real *window, const FLAC__int32 L);