Home
last modified time | relevance | path

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

/external/flac/libFLAC/include/private/
Dwindow.h59 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L);
/external/flac/libFLAC/
Dwindow.c106 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) in FLAC__window_flattop() function
Dstream_encoder.c2509 FLAC__window_flattop(encoder->private_->window[i], new_blocksize); in resize_buffers_()