Searched refs:FIXP_LPC_TNS (Results 1 – 2 of 2) sorted by relevance
/external/aac/libFDK/include/ |
D | FDK_lpc.h | 121 typedef FIXP_DBL FIXP_LPC_TNS; typedef 164 const int inc, const FIXP_LPC_TNS *lpcCoeff_m, 198 INT CLpc_ParcorToLpc(const FIXP_LPC_TNS reflCoeff[], FIXP_LPC_TNS LpcCoeff[],
|
/external/aac/libFDK/src/ |
D | FDK_lpc.cpp | 215 const int inc, const FIXP_LPC_TNS *lpcCoeff_m, in CLpc_Synthesis() 222 FIXP_LPC_TNS coeff[2 * LPC_MAX_ORDER]; in CLpc_Synthesis() 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() 238 const FIXP_LPC_TNS *pCoeff = coeff + order - stateIndex; in CLpc_Synthesis() 355 INT CLpc_ParcorToLpc(const FIXP_LPC_TNS reflCoeff[], FIXP_LPC_TNS LpcCoeff[], in CLpc_ParcorToLpc()
|