Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:lpc_order

3388 	unsigned min_lpc_order, max_lpc_order, lpc_order;
3525 for(lpc_order = min_lpc_order; lpc_order <= max_lpc_order; lpc_order++) {
3526 lpc_residual_bits_per_sample = FLAC__lpc_compute_expected_bits_per_residual_sample(lpc_error[lpc_order-1], frame_header->blocksize-lpc_order);
3541 max_qlp_coeff_precision = flac_min(32 - subframe_bps - FLAC__bitmath_ilog2(lpc_order), FLAC__MAX_QLP_COEFF_PRECISION);
3558 encoder->private_->lp_coeff[lpc_order-1],
3561 lpc_order,