OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FIXP_LPC_TNS
(Results
1 - 2
of
2
) sorted by null
/external/aac/libFDK/include/
FDK_lpc.h
121
typedef FIXP_DBL
FIXP_LPC_TNS
;
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/
FDK_lpc.cpp
215
const int inc, const
FIXP_LPC_TNS
*lpcCoeff_m,
222
FIXP_LPC_TNS
coeff[2 * LPC_MAX_ORDER];
223
FDKmemcpy(&coeff[0], lpcCoeff_m, order * sizeof(
FIXP_LPC_TNS
));
224
FDKmemcpy(&coeff[order], lpcCoeff_m, order * sizeof(
FIXP_LPC_TNS
));
238
const
FIXP_LPC_TNS
*pCoeff = coeff + order - stateIndex;
355
INT CLpc_ParcorToLpc(const
FIXP_LPC_TNS
reflCoeff[],
FIXP_LPC_TNS
LpcCoeff[],
Completed in 2640 milliseconds