Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dwindow.c210 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()
Dstream_encoder.c2543FLAC__window_partial_tukey(encoder->private_->window[i], new_blocksize, encoder->protected_->apodi… in resize_buffers_()
/external/flac/libFLAC/include/private/
Dwindow.h68 void FLAC__window_partial_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const …