Searched refs:FLAC__lpc_compute_lp_coefficients (Results 1 - 3 of 3) sorted by relevance

/external/flac/libFLAC/include/private/
H A Dlpc.h83 * FLAC__lpc_compute_lp_coefficients()
103 void FLAC__lpc_compute_lp_coefficients(const FLAC__real autoc[], unsigned *max_order, FLAC__real lp_coeff[][FLAC__MAX_LPC_ORDER], FLAC__double error[]);
/external/flac/libFLAC/
H A Dlpc.c112 void FLAC__lpc_compute_lp_coefficients(const FLAC__real autoc[], unsigned *max_order, FLAC__real lp_coeff[][FLAC__MAX_LPC_ORDER], FLAC__double error[]) function
H A Dstream_encoder.c3313 FLAC__lpc_compute_lp_coefficients(autoc, &max_lpc_order, encoder->private_->lp_coeff, lpc_error);

Completed in 164 milliseconds