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