Home
last modified time | relevance | path

Searched refs:FLAC__window_punchout_tukey (Results 1 – 3 of 3) sorted by relevance

/external/flac/libFLAC/
Dwindow.c238 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()
Dstream_encoder.c2539FLAC__window_punchout_tukey(encoder->private_->window[i], new_blocksize, encoder->protected_->apod… in resize_buffers_()
/external/flac/libFLAC/include/private/
Dwindow.h69 void FLAC__window_punchout_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const…