Searched refs:LPC_MAX_ORDER (Results 1 – 2 of 2) sorted by relevance
108 static SCHAR order_ld[LPC_MAX_ORDER] = {124 FDK_ASSERT(order <= LPC_MAX_ORDER); in CLpc_SynthesisLattice()175 FDK_ASSERT(order <= LPC_MAX_ORDER); in CLpc_SynthesisLattice()222 FIXP_LPC_TNS coeff[2 * LPC_MAX_ORDER]; in CLpc_Synthesis()226 FDK_ASSERT(order <= LPC_MAX_ORDER); in CLpc_Synthesis()265 FIXP_LPC coeff[2 * LPC_MAX_ORDER]; in CLpc_Synthesis()269 FDK_ASSERT(order <= LPC_MAX_ORDER); in CLpc_Synthesis()320 FIXP_LPC coeff[2 * LPC_MAX_ORDER]; in CLpc_Analysis()435 FIXP_DBL parcorWorkBuffer[LPC_MAX_ORDER]; in CLpc_AutoToParcor()
108 #define LPC_MAX_ORDER 24 macro