Lines Matching refs:FLAC__real
54 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L);
55 void FLAC__window_bartlett_hann(FLAC__real *window, const FLAC__int32 L);
56 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L);
57 void FLAC__window_blackman_harris_4term_92db_sidelobe(FLAC__real *window, const FLAC__int32 L);
58 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L);
59 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L);
60 void FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev); /* 0.0 <…
61 void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L);
62 void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L);
63 void FLAC__window_kaiser_bessel(FLAC__real *window, const FLAC__int32 L);
64 void FLAC__window_nuttall(FLAC__real *window, const FLAC__int32 L);
65 void FLAC__window_rectangle(FLAC__real *window, const FLAC__int32 L);
66 void FLAC__window_triangle(FLAC__real *window, const FLAC__int32 L);
67 void FLAC__window_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p);
68 …LAC__window_partial_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC_…
69 …AC__window_punchout_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC_…
70 void FLAC__window_welch(FLAC__real *window, const FLAC__int32 L);