Home
last modified time | relevance | path

Searched refs:FLAC__window_gauss (Results 1 – 3 of 3) sorted by relevance

/external/flac/libFLAC/include/private/
Dwindow.h60 void FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev); /* 0.0 <…
/external/flac/libFLAC/
Dwindow.c115 void FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev) in FLAC__window_gauss() function
Dstream_encoder.c2519FLAC__window_gauss(encoder->private_->window[i], new_blocksize, encoder->protected_->apodizations[… in resize_buffers_()