HomeSort by relevance Sort by last modified time
    Searched refs:FLOAT_AMULT (Results 1 - 2 of 2) sorted by null

  /external/speex/libspeex/
pseudofloat.h 208 static inline spx_float_t FLOAT_AMULT(spx_float_t a, spx_float_t b)
361 #define FLOAT_AMULT(a,b) ((a)*(b))
mdf.c 341 W = FLOAT_AMULT(p, w[0]);
345 W = FLOAT_AMULT(p, w[j]);
349 W = FLOAT_AMULT(p, w[j]);
    [all...]

Completed in 49 milliseconds