Home | History | Annotate | Download | only in libFLAC

Lines Matching defs:lpc_order

3196 	unsigned min_lpc_order, max_lpc_order, lpc_order;
3333 for(lpc_order = min_lpc_order; lpc_order <= max_lpc_order; lpc_order++) {
3334 lpc_residual_bits_per_sample = FLAC__lpc_compute_expected_bits_per_residual_sample(lpc_error[lpc_order-1], frame_header->blocksize-lpc_order);
3349 max_qlp_coeff_precision = min(32 - subframe_bps - lpc_order, FLAC__MAX_QLP_COEFF_PRECISION);
3366 encoder->private_->lp_coeff[lpc_order-1],
3369 lpc_order,