Home
last modified time | relevance | path

Searched defs:autoc (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlpc.c69 double *autoc) in lpc_compute_autocorr_c()
163 double autoc[MAX_LPC_ORDER + 1]; in ff_lpc_calc_ref_coefs() local
177 double autoc[MAX_LPC_ORDER+1] = {0}, error[MAX_LPC_ORDER+1] = {0}; in ff_lpc_calc_ref_coefs_f() local
208 double autoc[MAX_LPC_ORDER+1]; in ff_lpc_calc_coefs() local
Dlpc.h135 static inline void compute_ref_coefs(const LPC_TYPE *autoc, int max_order, in compute_ref_coefs()
/third_party/ffmpeg/libavcodec/x86/
Dlpc.c83 double *autoc) in lpc_compute_autocorr_sse2()