Searched refs:lpcCoeff_m (Results 1 – 2 of 2) sorted by relevance
/external/aac/libFDK/src/ |
D | FDK_lpc.cpp | 215 const int inc, const FIXP_LPC_TNS *lpcCoeff_m, in CLpc_Synthesis() argument 223 FDKmemcpy(&coeff[0], lpcCoeff_m, order * sizeof(FIXP_LPC_TNS)); in CLpc_Synthesis() 224 FDKmemcpy(&coeff[order], lpcCoeff_m, order * sizeof(FIXP_LPC_TNS)); in CLpc_Synthesis() 258 const int inc, const FIXP_LPC *lpcCoeff_m, in CLpc_Synthesis() argument 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() 302 const FIXP_LPC lpcCoeff_m[], const int lpcCoeff_e, in CLpc_Analysis() argument 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()
|
/external/aac/libFDK/include/ |
D | FDK_lpc.h | 147 const FIXP_LPC lpcCoeff_m[], const int lpcCoeff_e, 164 const int inc, const FIXP_LPC_TNS *lpcCoeff_m,
|