• Home
  • Raw
  • Download

Lines Matching defs:window

46 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L)  in FLAC__window_bartlett()
65 void FLAC__window_bartlett_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett_hann()
74 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman()
84 void FLAC__window_blackman_harris_4term_92db_sidelobe(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman_harris_4term_92db_sidelobe()
93 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L) in FLAC__window_connes()
106 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) in FLAC__window_flattop()
115 void FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev) in FLAC__window_gauss()
127 void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hamming()
136 void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hann()
145 void FLAC__window_kaiser_bessel(FLAC__real *window, const FLAC__int32 L) in FLAC__window_kaiser_bessel()
154 void FLAC__window_nuttall(FLAC__real *window, const FLAC__int32 L) in FLAC__window_nuttall()
163 void FLAC__window_rectangle(FLAC__real *window, const FLAC__int32 L) in FLAC__window_rectangle()
171 void FLAC__window_triangle(FLAC__real *window, const FLAC__int32 L) in FLAC__window_triangle()
189 void FLAC__window_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p) in FLAC__window_tukey()
210 void FLAC__window_partial_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const … in FLAC__window_partial_tukey()
238 void FLAC__window_punchout_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const… in FLAC__window_punchout_tukey()
270 void FLAC__window_welch(FLAC__real *window, const FLAC__int32 L) in FLAC__window_welch()