OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spx_cos
(Results
1 - 3
of
3
) sorted by null
/external/speex/libspeex/
math_approx.h
188
static inline spx_word16_t
spx_cos
(spx_word16_t x)
function
316
static inline spx_word16_t
spx_cos
(spx_word16_t x)
function
lsp.c
104
#define ANGLE2X(a) (SHL16(
spx_cos
(a),2))
120
#define ANGLE2X(a) (
spx_cos
(a))
mdf.c
474
st->window[i] = (16383-SHL16(
spx_cos
(DIV32_16(MULT16_16(25736,i<<1),N)),1));
[
all
...]
Completed in 421 milliseconds