Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:lp_coeff

218 	const FLAC__real lp_coeff[],
421 FLAC__real lp_coeff[FLAC__MAX_LPC_ORDER][FLAC__MAX_LPC_ORDER]; /* from process_subframe_() */
3313 FLAC__lpc_compute_lp_coefficients(autoc, &max_lpc_order, encoder->private_->lp_coeff, lpc_error);
3366 encoder->private_->lp_coeff[lpc_order-1],
3570 const FLAC__real lp_coeff[],
3597 ret = FLAC__lpc_quantize_coefficients(lp_coeff, order, qlp_coeff_precision, qlp_coeff, &quantization);