Searched refs:FLAC__window_gauss (Results 1 – 3 of 3) sorted by relevance
60 void FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev); /* 0.0 <…
115 void FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev) in FLAC__window_gauss() function
2519 …FLAC__window_gauss(encoder->private_->window[i], new_blocksize, encoder->protected_->apodizations[… in resize_buffers_()