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

/external/flac/libFLAC/include/private/
H A Dwindow.h61 void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L);
/external/flac/libFLAC/
H A Dwindow.c139 void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L) function
197 FLAC__window_hann(window, L);
H A Dstream_encoder.c2350 FLAC__window_hann(encoder->private_->window[i], new_blocksize);
2373 FLAC__window_hann(encoder->private_->window[i], new_blocksize);

Completed in 58 milliseconds