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

/external/flac/libFLAC/include/private/
H A Dwindow.h59 void FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev); /* 0.0 < stddev <= 0.5 */
/external/flac/libFLAC/
H A Dwindow.c118 void FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev) function
H A Dstream_encoder.c2344 FLAC__window_gauss(encoder->private_->window[i], new_blocksize, encoder->protected_->apodizations[i].parameters.gauss.stddev);

Completed in 509 milliseconds