HomeSort by relevance Sort by last modified time
    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 294 milliseconds