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

/external/flac/libFLAC/include/private/
H A Dwindow.h66 void FLAC__window_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p);
/external/flac/libFLAC/
H A Dwindow.c192 void FLAC__window_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p) function
H A Dstream_encoder.c2365 FLAC__window_tukey(encoder->private_->window[i], new_blocksize, encoder->protected_->apodizations[i].parameters.tukey.p);

Completed in 88 milliseconds