Searched refs:FLAC__window_tukey (Results 1 – 3 of 3) sorted by relevance
67 void FLAC__window_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p);
189 void FLAC__window_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p) in FLAC__window_tukey() function
2547 …FLAC__window_tukey(encoder->private_->window[i], new_blocksize, encoder->protected_->apodizations[… in resize_buffers_()