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