Searched refs:FLAC__lpc_compute_autocorrelation (Results 1 – 3 of 3) sorted by relevance
71 void FLAC__lpc_compute_autocorrelation(const FLAC__real data[], unsigned data_len, unsigned lag, FL…
882 encoder->private_->local_lpc_compute_autocorrelation = FLAC__lpc_compute_autocorrelation; in init_stream_internal_()940 encoder->private_->local_lpc_compute_autocorrelation = FLAC__lpc_compute_autocorrelation; in init_stream_internal_()952 encoder->private_->local_lpc_compute_autocorrelation = FLAC__lpc_compute_autocorrelation; in init_stream_internal_()
74 void FLAC__lpc_compute_autocorrelation(const FLAC__real data[], unsigned data_len, unsigned lag, FL… in FLAC__lpc_compute_autocorrelation() function