Home
last modified time | relevance | path

Searched refs:MAX16 (Results 1 – 4 of 4) sorted by relevance

/external/speex/libspeex/
Dfixed_bfin.h91 #undef MAX16
92 static inline spx_word16_t MAX16(spx_word16_t a, spx_word16_t b) in MAX16() function
Dpreprocess.c316 x = MAX16(x, 1); in qcurve()
644 max_val = MAX16(max_val, ABS16(st->frame[i])); in preprocess_analysis()
744 beta = MAX16(QCONST16(.03,15),DIV32_16(Q15_ONE,st->nb_adapt)); in speex_preprocess_run()
807 …st->prior[i] = EXTRACT16(PSHR32(ADD32(MULT16_16(gamma,MAX16(0,st->post[i])), MULT16_16(Q15_ONE-gam… in speex_preprocess_run()
929 st->gain[i] = MAX16(st->gain[i], st->gain_floor[i]); in speex_preprocess_run()
Darch.h84 #define MAX16(a,b) ((a) > (b) ? (a) : (b)) /**< Maximum 16-bit value. */ macro
Dnb_celp.c1548 st->max_level = MAX16(MULT16_16_Q15(QCONST16(.99f,15), st->max_level), st->level); in nb_decode()