Home
last modified time | relevance | path

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

/external/flac/libFLAC/include/private/
Dwindow.h67 void FLAC__window_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p);
/external/flac/libFLAC/
Dwindow.c189 void FLAC__window_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p) in FLAC__window_tukey() function
Dstream_encoder.c2547FLAC__window_tukey(encoder->private_->window[i], new_blocksize, encoder->protected_->apodizations[… in resize_buffers_()