Searched defs:cheb_poly_eva (Results 1 - 3 of 3) sorted by relevance

/external/speex/libspeex/
H A Dlsp_bfin.h38 static inline spx_word32_t cheb_poly_eva( function
H A Dlsp.c128 FUNCTION....: cheb_poly_eva()
140 static inline spx_word32_t cheb_poly_eva( function
177 static float cheb_poly_eva(spx_word32_t *coef, spx_word16_t x, int m, char *stack) function
278 /* The reason for this lies in the way cheb_poly_eva() is implemented for fixed-point */
325 psuml = cheb_poly_eva(pt,xl,m,stack); /* evals poly. at xl */
340 psumr = cheb_poly_eva(pt,xr,m,stack);/* poly(xl-delta_x) */
364 psumm=cheb_poly_eva(pt,xm,m,stack);
/external/chromium_org/third_party/speex/libspeex/
H A Dlsp.c128 FUNCTION....: cheb_poly_eva()
140 static inline spx_word32_t cheb_poly_eva( function
177 static float cheb_poly_eva(spx_word32_t *coef, spx_word16_t x, int m, char *stack) function
278 /* The reason for this lies in the way cheb_poly_eva() is implemented for fixed-point */
325 psuml = cheb_poly_eva(pt,xl,m,stack); /* evals poly. at xl */
340 psumr = cheb_poly_eva(pt,xr,m,stack);/* poly(xl-delta_x) */
364 psumm=cheb_poly_eva(pt,xm,m,stack);

Completed in 100 milliseconds