Home
last modified time | relevance | path

Searched refs:cheb_poly_eva (Results 1 – 2 of 2) sorted by relevance

/external/speex/libspeex/
Dlsp.c140 static inline spx_word32_t cheb_poly_eva( in cheb_poly_eva() function
177 static float cheb_poly_eva(spx_word32_t *coef, spx_word16_t x, int m, char *stack) in cheb_poly_eva() function
325 psuml = cheb_poly_eva(pt,xl,m,stack); /* evals poly. at xl */ in lpc_to_lsp()
340 psumr = cheb_poly_eva(pt,xr,m,stack);/* poly(xl-delta_x) */ in lpc_to_lsp()
364 psumm=cheb_poly_eva(pt,xm,m,stack); in lpc_to_lsp()
Dlsp_bfin.h38 static inline spx_word32_t cheb_poly_eva( in cheb_poly_eva() function