Searched refs:LPC_TYPE (Results 1 – 1 of 1) sorted by relevance
119 typedef int LPC_TYPE; typedef123 typedef double LPC_TYPE; typedef126 typedef float LPC_TYPE; typedef135 static inline void compute_ref_coefs(const LPC_TYPE *autoc, int max_order, in compute_ref_coefs()136 LPC_TYPE *ref, LPC_TYPE *error) in compute_ref_coefs()139 LPC_TYPE err; in compute_ref_coefs()140 LPC_TYPE gen0[MAX_LPC_ORDER], gen1[MAX_LPC_ORDER]; in compute_ref_coefs()166 static inline int AAC_RENAME(compute_lpc_coefs)(const LPC_TYPE *autoc, int max_order, in AAC_RENAME()167 LPC_TYPE *lpc, int lpc_stride, int fail, in AAC_RENAME()171 LPC_TYPE err = 0; in AAC_RENAME()[all …]