Searched refs:FLAC__window_bartlett_hann (Results 1 – 3 of 3) sorted by relevance
55 void FLAC__window_bartlett_hann(FLAC__real *window, const FLAC__int32 L);
65 void FLAC__window_bartlett_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett_hann() function
2529 FLAC__window_bartlett_hann(encoder->private_->window[i], new_blocksize); in resize_buffers_()