Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:FLAC__MAX_LPC_ORDER

123 void FLAC__lpc_compute_lp_coefficients(const FLAC__real autoc[], unsigned *max_order, FLAC__real lp_coeff[][FLAC__MAX_LPC_ORDER], FLAC__double error[])
126 FLAC__double r, err, lpc[FLAC__MAX_LPC_ORDER];
130 FLAC__ASSERT(*max_order <= FLAC__MAX_LPC_ORDER);