OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__MAX_APODIZATION_FUNCTIONS
(Results
1 - 2
of
2
) sorted by null
/external/flac/libFLAC/include/protected/
stream_encoder.h
45
#define
FLAC__MAX_APODIZATION_FUNCTIONS
32
99
FLAC__ApodizationSpecification apodizations[
FLAC__MAX_APODIZATION_FUNCTIONS
];
/external/flac/libFLAC/
stream_encoder.c
319
FLAC__real *window[
FLAC__MAX_APODIZATION_FUNCTIONS
]; /* the pre-computed floating-point window for each apodization function */
392
FLAC__real *window_unaligned[
FLAC__MAX_APODIZATION_FUNCTIONS
];
[
all
...]
Completed in 37 milliseconds