OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__window_partial_tukey
(Results
1 - 3
of
3
) sorted by null
/external/flac/libFLAC/include/private/
window.h
68
void
FLAC__window_partial_tukey
(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__real start, const FLAC__real end);
/external/flac/libFLAC/
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)
218
FLAC__window_partial_tukey
(window, L, 0.05f, start, end);
220
FLAC__window_partial_tukey
(window, L, 0.95f, start, end);
stream_encoder.c
[
all
...]
Completed in 186 milliseconds