Searched refs:FLAC__window_hamming (Results 1 – 3 of 3) sorted by relevance
61 void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L);
127 void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hamming() function
2522 FLAC__window_hamming(encoder->private_->window[i], new_blocksize); in resize_buffers_()