Searched refs:FLAC__window_punchout_tukey (Results 1 – 3 of 3) sorted by relevance
/external/flac/libFLAC/ |
D | window.c | 238 void FLAC__window_punchout_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const… in FLAC__window_punchout_tukey() function 245 FLAC__window_punchout_tukey(window, L, 0.05f, start, end); in FLAC__window_punchout_tukey() 247 FLAC__window_punchout_tukey(window, L, 0.95f, start, end); in FLAC__window_punchout_tukey()
|
D | stream_encoder.c | 2539 …FLAC__window_punchout_tukey(encoder->private_->window[i], new_blocksize, encoder->protected_->apod… in resize_buffers_()
|
/external/flac/libFLAC/include/private/ |
D | window.h | 69 void FLAC__window_punchout_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const…
|