Lines Matching refs:FLAC__MAX_LPC_ORDER
421 FLAC__real lp_coeff[FLAC__MAX_LPC_ORDER][FLAC__MAX_LPC_ORDER]; /* from process_subframe_() */
689 if(encoder->protected_->max_lpc_order > FLAC__MAX_LPC_ORDER)
3194 FLAC__real autoc[FLAC__MAX_LPC_ORDER+1]; /* WATCHOUT: the size is important even though encoder->protected_->max_lpc_order might be less; some asm routines need all the space */
3195 FLAC__double lpc_error[FLAC__MAX_LPC_ORDER];
3585 FLAC__int32 qlp_coeff[FLAC__MAX_LPC_ORDER];
3593 FLAC__ASSERT(order <= FLAC__MAX_LPC_ORDER);
3636 memcpy(subframe->data.lpc.qlp_coeff, qlp_coeff, sizeof(FLAC__int32)*FLAC__MAX_LPC_ORDER);