Searched defs:FLAC__window_partial_tukey (Results 1 - 1 of 1) sorted by relevance
/external/flac/libFLAC/ |
H A D | window.c | 210 void FLAC__window_partial_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__real start, const FLAC__real end) function 218 FLAC__window_partial_tukey(window, L, 0.05f, start, end); 220 FLAC__window_partial_tukey(window, L, 0.95f, start, end);
|
Completed in 55 milliseconds