Lines Matching refs:FIXP_LPC
258 const int inc, const FIXP_LPC *lpcCoeff_m, in CLpc_Synthesis()
265 FIXP_LPC coeff[2 * LPC_MAX_ORDER]; in CLpc_Synthesis()
266 FDKmemcpy(&coeff[0], lpcCoeff_m, order * sizeof(FIXP_LPC)); in CLpc_Synthesis()
267 FDKmemcpy(&coeff[order], lpcCoeff_m, order * sizeof(FIXP_LPC)); in CLpc_Synthesis()
281 const FIXP_LPC *pCoeff = coeff + order - stateIndex; in CLpc_Synthesis()
302 const FIXP_LPC lpcCoeff_m[], const int lpcCoeff_e, in CLpc_Analysis()
320 FIXP_LPC coeff[2 * LPC_MAX_ORDER]; in CLpc_Analysis()
321 FIXP_LPC *pCoeff; in CLpc_Analysis()
322 FDKmemcpy(&coeff[0], lpcCoeff_m, order * sizeof(FIXP_LPC)); in CLpc_Analysis()
323 FDKmemcpy(&coeff[order], lpcCoeff_m, order * sizeof(FIXP_LPC)); in CLpc_Analysis()
393 INT CLpc_ParcorToLpc(const FIXP_LPC reflCoeff[], FIXP_LPC LpcCoeff[], in CLpc_ParcorToLpc()
432 FIXP_LPC reflCoeff[], const int numOfCoeff, in CLpc_AutoToParcor()
440 FDKmemclear(reflCoeff, numOfCoeff * sizeof(FIXP_LPC)); in CLpc_AutoToParcor()