Searched refs:FLAC__window_partial_tukey (Results 1 – 3 of 3) sorted by relevance
/external/flac/libFLAC/ |
D | window.c | 210 void FLAC__window_partial_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const … in FLAC__window_partial_tukey() function 218 FLAC__window_partial_tukey(window, L, 0.05f, start, end); in FLAC__window_partial_tukey() 220 FLAC__window_partial_tukey(window, L, 0.95f, start, end); in FLAC__window_partial_tukey()
|
D | stream_encoder.c | 2543 …FLAC__window_partial_tukey(encoder->private_->window[i], new_blocksize, encoder->protected_->apodi… in resize_buffers_()
|
/external/flac/libFLAC/include/private/ |
D | window.h | 68 void FLAC__window_partial_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const …
|