OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cheb_poly_eva
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
lsp_bfin.h
38
static inline spx_word32_t
cheb_poly_eva
(
function
lsp.c
128
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 59 milliseconds