Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:FLAC__MAX_LPC_ORDER

112 void FLAC__lpc_compute_lp_coefficients(const FLAC__real autoc[], unsigned *max_order, FLAC__real lp_coeff[][FLAC__MAX_LPC_ORDER], FLAC__double error[])
115 FLAC__double r, err, ref[FLAC__MAX_LPC_ORDER], lpc[FLAC__MAX_LPC_ORDER];
119 FLAC__ASSERT(*max_order <= FLAC__MAX_LPC_ORDER);