Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/include/private/
Dwindow.h63 void FLAC__window_kaiser_bessel(FLAC__real *window, const FLAC__int32 L);
/external/flac/src/libFLAC/
Dwindow.c155 void FLAC__window_kaiser_bessel(FLAC__real *window, const FLAC__int32 L) in FLAC__window_kaiser_bessel() function
Dstream_encoder.c2695 FLAC__window_kaiser_bessel(encoder->private_->window[i], new_blocksize); in resize_buffers_()